Nirmal J via Mailman-users writes:
The status is enable only. But still It is not coming mail to archives. Hereby I am attaching the screen shots of the status. Kindly help me in this regard.
This list <mailman-users@mailman3.org> does not accept images. I doubt they would be helpful, so I don't think you should try to use a pastebin site. Just copy text from the files that you find, and put it in the mail directly.
You need to find your configuration files and logs. Usually 'mailman.cfg', 'mailman-hyperkitty.cfg', and 'settings.py' are located in /etc/mailman3.
You are looking for lines like these in 'mailman.cfg'. Some of them may be missing; that is probably normal. They probably won't be all together. Anything after a hash mark (#) is a comment and does not affect Mailman operation at all.
var_dir: /opt/mailman3 # where Mailman keeps data log_dir: /var/log/mailman3 # where Mailman keeps logs archive_dir: $var_dir/archives # where Mailman queues messages # to the archiver
[logging.archiver] # you probably don't have these level: debug
[archiver.prototype] # you probably don't have these enable: yes # but if you do you have a backup
[archiver.hyperkitty] # you should have these class: mailman_hyperkitty.Archiver enable: yes configuration: /etc/mailman3/mailman-hyperkitty.cfg
You are looking for this line in 'mailman-hyperkitty.cfg':
api_key: dXwiLGJ1W2MoODB8X3ZZXA==
and this in 'settings.py':
MAILMAN_ARCHIVER_KEY = "dXwiLGJ1W2MoODB8X3ZZXA=="
Note that 'api_key' is followed by a colon (:) and the value IS NOT quoted, but 'MAILMAN_ARCHIVER_KEY' is followed by an equal sign (=) and the value IS quoted. Of course those two values must match.
If you have the line 'log_dir', that's where you will find Mailman's logs. Most likely the file you want is 'mailman.log'. There should be messages explaining why messages are not being sent to the archiver, as Mark explained.
-- GNU Mailman consultant (installation, migration, customization) Sirius Open Source https://www.siriusopensource.com/ Software systems consulting in Europe, North America, and Japan