[Mailman-Users] Mailman & POSTFIX Configuration Help

Futchko, Rose Rose.Futchko at INFORMS.ORG
Fri Aug 17 23:21:06 CEST 2012


I am writing for some help regarding Postfix configuration. 

I cannot seem to get POSTFIX configured properly to transfer mail to the
mailing list installed on the same server. I followed many steps over
the last few days, and the last one I followed is at
http://www.postfix.org/VIRTUAL_README.html under the section Mailing
Lists.

Can someone please look at this and let me know what I am missing?

Basically, POSTFIX has been configured for base email to be sent to
xxx at mail-test.company.org and I would like the mail list to use
xxx at listtest.company.org

DYN-DNS 
listtest.company.org		A 	216.111.222.85	 
listtest.company.org		MX 	216.111.222.85	 
listtest.company.org		TXT 	"v=spf1 a ptr mx
ip4:216.111.222.85 mx:mail-test.company.org -all"

mail-test.company.org		A 	216.111.222.85	 
mail-test.company.org		MX 	216.111.222.85	 
mail-test.company.org		TXT 	"v=spf1 a ptr mx
ip4:216.111.222.85 mx:mail-test.company.org -all"

MAIN.CF
myhostname = mail-test.company.org
mydomain = company.org
myorigin = $hostname
alias_maps = hash:/etc/aliases, hash:/etc/mailman/aliases alias_database
= hash:/etc/aliases, hash:/etc/mailman/aliases recipient_delimiter = +
virtual_alias_maps = hash:/etc/postfix/virtual
mydestination = $myhostname, listtest.$mydomain

/etc/postfix/virtual:
    listname-request at listtest.company.org 	listname-request
    listname at listtest.company.org         		listname
    owner-listname at listtest.company.org   	owner-listname

/etc/aliases:
    listname: "/usr/lib/mailman/mail/mailman post mailman"
    owner-listname: ...
    listname-request: ...

MM_CFG.PY
DEFAULT_URL_HOST   = 'listtest.company.org'
DEFAULT_EMAIL_HOST = 'listtest.company.org'
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) MTA = 'Postfix'

/var/log/maillog

The first part of the log shows the rejection of listtest.company.org --
whereas the second part shows successful transfer to
mail-test.company.org

Aug 17 15:46:50 app02-listserv postfix/smtpd[19870]: NOQUEUE: reject:
RCPT from Mail1.company.org[66.173.196.101]: 554 5.7.1
<XXXX at listtest.company.org>: Relay access denied;
from=<user at company1.ORG> to=<list at listtest.company.org> proto=SMTP
helo=<MAIL1.company.ORG> Aug 17 15:46:50 app02-listserv
postfix/cleanup[19877]: D3F93209F1:
message-id=<050C37C3BC21CC4483AC395BAFEC94E506116BF5 at mail1.informs.org>
Aug 17 15:46:50 app02-listserv postfix/smtpd[19870]: disconnect from
Mail1.company.org[66.173.196.101]

Aug 17 15:46:50 app02-listserv postfix/qmgr[19197]: D3F93209F1:
from=<user2 at company.ORG>, size=6670, nrcpt=1 (queue active) Aug 17
15:46:50 app02-listserv postfix/cleanup[19877]: F37B120A3B:
message-id=<050C37C3BC21CC4483AC395BAFEC94E506116BF5 at mail1.informs.org>
Aug 17 15:46:51 app02-listserv postfix/qmgr[19197]: F37B120A3B:
from=<user2 at company.ORG>, size=6819, nrcpt=1 (queue active) Aug 17
15:46:51 app02-listserv postfix/local[19878]: D3F93209F1:
to=<company_it at mail-test.company.org>, relay=local, delay=0.18,
delays=0.17/0.01/0/0, dsn=2.0.0, status=sent (forwarded as F37B120A3B)
Aug 17 15:46:51 app02-listserv postfix/qmgr[19197]: D3F93209F1: removed

Any help would be greatly appreciated. Thank you.


More information about the Mailman-Users mailing list