Running Postfix 2.11.7 on FreeBSD 10.2-RELEASE. I am migrating a listserv on an older box to this one, running newly-installed Mailman 2.1.20.

I found a one-pager that showed me what to tar up and move over to migrate my lists to the new instance of Mailman. Hostname is not changing, so that made this part fairly painless.

However I think I'm not even getting that far yet. I'm running into a roadblock that I believe is strictly Postfix. So I take it that messages aren't even touching the new Mailman daemon yet.

No matter what I do, I am getting relay errors when I send a message with the Subject 'help' to <listname>[email protected], as such:

Oct  3 14:12:20 <servername> postfix/smtpd[67338]: connect from 
mail.outsidedomain.tld[x.x.x.x]
Oct  3 14:12:20 <servername> postfix/smtpd[67338]: NOQUEUE: reject: RCPT 
frommail.outsidedomain.tld[x.x.x.x]: 454 4.7.1 <[email protected]>: Relay access 
denied; from=<[email protected]> to=<[email protected]> proto=ESMTP 
helo=<mail.outsidedomain.tld>

But then additionally I'm noticing these entries as well:

Oct  3 14:09:13 <servername> postfix/qmgr[49782]: warning: connect to transport 
private/mailman: No such file or directory
Oct  3 14:09:14 <servername> postfix/error[67292]: E587C642A5F: 
to=<[email protected]>, relay=none, delay=4801, 
delays=4801/0.02/0/0.03, dsn=4.3.0, status=deferred (mail transport unavailable)


I tried adding the following, but to no avail:

main.cf:

relay_recipient_maps = hash:/usr/local/etc/postfix/relay_recipients

transport_maps = hash:/usr/local/etc/postfix/transport


relay_recipients:

(for each list)
[email protected] OK
[email protected] OK
[email protected] OK
[email protected] OK
[email protected] OK
[email protected] OK
[email protected] OK
[email protected] OK
[email protected] OK
[email protected] OK


transport:

lists.domain.tld mailman:


I then postmap'ed relay_recipients and transport and restarted postfix. Even restarted mailman for good measure. But no such luck.


My only suspicion is that maybe in Postfix 2.11.7, I need to do something in MySQL/PostfixAdmin concerning this line in main.cf?:

relay_domains = proxy:mysql:/usr/local/etc/postfix/mysql_relay_domains_maps.cf



Any assistance or advice, as always, would be greatly appreciated!



Thanx
------------------------------------------------------
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