On Jan 13, 2015, at 4:21 PM, Jan Steinman <[email protected]> wrote:

> Thanks for your suggestions and help!
> 
>> From: Larry Stone <[email protected]>
>> 
>> Log entries please.
> 
> It never gets as far as Mailman. No log info occurs in mailman/error or 
> mailman/qrunner.
> 
> This is what shows up in mail.log:
> 
> Jan 13 18:04:16 dns postfix/smtpd[49973]: connect from unknown[10.1.1.2]
> Jan 13 18:04:16 dns postfix/smtpd[49973]: NOQUEUE: reject: RCPT from 
> unknown[10.1.1.2]: 550 5.1.1 <[email protected]>: Recipient address 
> rejected: User unknown in virtual alias table; from=<[email protected]> 
> to=<[email protected]> proto=ESMTP helo=<[10.1.1.2]>
> Jan 13 18:04:16 dns postfix/smtpd[49973]: disconnect from unknown[10.1.1.2]
> 
>>> /etc/postfix/main.cf contains the following lines:
>>>     virtual_alias_maps = 
>>> hash:/etc/postfix/virtual,hash:/var/mailman/data/virtual-mailman,hash:/etc/postfix/virtual_users
>>>     alias_maps = hash:/etc/aliases,hash:/var/mailman/data/aliases
>>> 

Now we’re getting somewhere. Postfix thinks [email protected] is a virtual 
address and is trying to look it up in the virtual alias table but your Mailman 
aliases (per your original post) are in alias_maps which is only used for local 
(not virtual) addresses. I’ve never used virtual addresses in Postfix but I’d 
suggest looking at 
http://www.gnu.org/software/mailman/mailman-install/postfix-virtual.html for 
information on using Mailman with Postfix virtual domains.

-- 
Larry Stone
[email protected]
http://www.stonejongleux.com/



------------------------------------------------------
Mailman-Users mailing list [email protected]
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to