errors using DELIVERY_MODULE = 'Postfix'
Whe i set DELIVERY_MODULE = 'Postfix' i get the following error repeated several times on the console.
Traceback (most recent call last): File "/var/mailman/bin/qrunner", line 270, in ? main() File "/var/mailman/bin/qrunner", line 217, in main qrunner = make_qrunner(*runners[0]) File "/var/mailman/bin/qrunner", line 123, in make_qrunner qrunner = qrclass(slice, range) File "/var/mailman/Mailman/Queue/OutgoingRunner.py", line 57, in __init__ mod = __import__(modname) ImportError: No module named Postfix
What is missing or what is wrong? I can send to the list and stuff gets posted but messages don't get sent out. I have been trying with DELIVERY_MODULE = 'SMTPDirect' but that didn't work so since i'm using postfix i decided that would be another option. But i get the above error when i start mailmanctl.
mm_cfg.py - http://listserv.nku.edu/mm_cfg mailman smtp log - http://listserv.nku.edu/smtp mailman smtp-failure log - http://listserv.nku.edu/smtp-failure maillog - http://listserv.nku.edu/maillog
Thanks Brian York
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Brian York wrote:
Whe i set DELIVERY_MODULE = 'Postfix' i get the following error repeated several times on the console.
Traceback (most recent call last): File "/var/mailman/bin/qrunner", line 270, in ? main() File "/var/mailman/bin/qrunner", line 217, in main qrunner = make_qrunner(*runners[0]) File "/var/mailman/bin/qrunner", line 123, in make_qrunner qrunner = qrclass(slice, range) File "/var/mailman/Mailman/Queue/OutgoingRunner.py", line 57, in __init__ mod = __import__(modname) ImportError: No module named Postfix
What is missing or what is wrong?
There is no module named Postfix for use as DELIVERY_MODULE. The comments in Defaults.py say this for the DELIVERY_MODULE setting:
# Final delivery module for outgoing mail. This handler is used
# for message delivery to the list via the smtpd, and to an
# individual user. This value must be a string naming a module in
# the Mailman.Handlers package.
Looking in Mailman/Handlers there is no Postfix module, thus, the error.
I can send to the list and stuff gets posted but messages don't get sent out. I have been trying with DELIVERY_MODULE = 'SMTPDirect' but that didn't work so since i'm using postfix i decided that would be another option.
Any particular reason you figured that would be an option?
If SMTPDirect isn't working, you should go through the steps in FAQ 3.14 and read README.POSTFIX.
Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp
Never attribute to malice that which can be adequately explained by stupidity. -- Hanlon's Razor
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl.
iD8DBQFArPXnuv+09NZUB1oRAp0sAKD3y3sQb7B7alGZIiIBwr4GWPbwEQCfcK6N r/ZfGqPcn7a3gmpAHlOXlSs= =nEmV -----END PGP SIGNATURE-----
participants (2)
-
Brian York
-
Todd