[Pkg-exim4-users] Re: Mailman and exim integration.
Lionel Elie Mamane
lmamane at debian.org
Fri Jan 19 21:16:50 CET 2007
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 at fsl.org.mx
> R=local_user T=cyrus_delivery: LMTP error after RCPT
> TO:<fundacion at 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
Here 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 at 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
More information about the Pkg-exim4-users
mailing list