Erick Ivaan Lopez Carreon
2007-Jan-19 22:34 UTC
[Pkg-exim4-users] Re: Mailman and exim integration.
On Fri, 2007-01-19 at 21:16 +0100, Lionel Elie Mamane wrote:> Here are a few ideas: >Hello again: Working now! The problem was:> - Your mailman_workaround and mailman_router routers need to be > before the router that sends the mail to lmtp. >Non working: conf.d/router/ 900_exim4-config_local_user 970_local_mailman Working: conf.d/router/ 870_local_mailman 900_exim4-config_local_user Thank you very much for you help Lionel! :) -- Erick Ivaan Lopez Carreon Participa en la FUNDACION DE SOFTWARE LIBRE, A.C. http://www.fsl.org.mx Somos una asociaci?n civil dedicada a promover, difundir y apoyar el uso y desarrollo del Software Libre en M?xico.
Hello: I''m not sure this is the right list to ask for help since the cuestion involves Mailman, so if i''m in the wrong place please point me in the right direction. I''m cc the mailman README.Exim4.Debian author too. I have a Debian Etch box, in which i''m running Exim4 + cyrus imap + cyrus saslauthd, the mail users exists only like cyrus sasl users, so i''m using an cyrus_delivery in a lmtp socket, and everything is working fine. Now i try to add some mailman mailing list''s to the organization site, and followed the instructions from: /usr/share/doc/mailman/README.Exim4.Debian So i''m not using aliases. Mailman let me creates the list and notify to list admin by mail, but when i try to post a mail to the list i get: 2007-01-19 19:37:18 1H7zY6-0000K0-89 ** fundacion@fsl.org.mx R=local_user T=cyrus_delivery: LMTP error after RCPT TO:<fundacion@fsl.org.mx>: 550-Mailbox unknown. Either there is no mailbox associated with this\n550-name or you do not have authorization to see it.\n550 5.1.1 User unknown I guess i need add other router/transport pair to exim configuration (splited) but i''m not sure and my exim skills are very basic. I really apreciate any help. System information: Debian Etch Cyrus 2.2 (common, pop3, saslauth, imapd) exim4-daemon-heavy Version: 4.63-12 Mailman Version: 1:2.1.9-4 Thank you.
Lionel Elie Mamane
2007-Jan-20 10:45 UTC
[Pkg-exim4-users] Re: Mailman and exim integration.
On Fri, Jan 19, 2007 at 01:49:27PM -0600, Erick Lopez Carreon wrote:> I have a Debian Etch box, in which i''m running Exim4 + cyrus imap + > cyrus saslauthd, the mail users exists only like cyrus sasl users, so > i''m using an cyrus_delivery in a lmtp socket, and everything is working > fine.> Now i try to add some mailman mailing list''s to the organization site, > and followed the instructions from: > Mailman let me creates the list and notify to list admin by mail, but > when i try to post a mail to the list i get:> 2007-01-19 19:37:18 1H7zY6-0000K0-89 ** fundacion@fsl.org.mx > R=local_user T=cyrus_delivery: LMTP error after RCPT > TO:<fundacion@fsl.org.mx>: 550-Mailbox unknown. Either there is no > mailbox associated with this\n550-name or you do not have authorization > to see it.\n550 5.1.1 User unknownHere are a few ideas: - You forgot to configure your mailman for postfix-style virtual domains. - Your mailman_workaround and mailman_router routers need to be before the router that sends the mail to lmtp. - You have added your mailman router in some wrong place. For example you added it in /etc/exim4/conf.d/router, but your exim4 package is configured not to use split configuration files. ?- Is /var/lib/mailman/data/virtual-mailman readable by exim? - Does /var/lib/mailman/lists/fundacion/ and all its parent have the "x" bit set for exim? If these suggestions do not help, I suggest you show us your exim4 config files, the result of "/usr/sbin/exim4 -bt fundacion@fsl.org.mx", your /etc/mailman/mm_cfg.py, the configuration dump of the mailing list ("/var/lib/mailman/bin/config_list -o foo fundacion") and the file /var/lib/mailman/data/virtual-mailman . -- Lionel