• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Problem sending mailing list with Mailman, postfix, centos 6.5

IssueMan

New Pleskian
Dear Parallels,

we are in this situation:

OS: CentOS 6.5 (Final)
Plesk version: 12.0.18 Update #16, last updated at Sept 11, 2014 04:07 AM
PHP: 5.4.32

we created a new mailing list test1@domain.tld and we tried to send a message, as administrator, to the list and to the temporary users subscribed.

But Mailman dones't send anything ! And we receive this error:

Sep 11 15:20:00 2014 (30314) All recipients refused: {'admin-mailinglist@domain.tld': (554, '5.7.1 <admin-mailinglist@domain.tld>: Relay access denied')}, msgid: <mailman.0.1410441595.30312.test1@domain.tld>
Sep 11 15:20:00 2014 (30314) delivery to admin-mailinglist@domain.tld failed with code 554: 5.7.1 <admin-mailinglist@domain.tld>: Relay access denied
Sep 11 15:20:00 2014 (30314) SMTP session failure: 550, 5.7.1 Command rejected, msgid: <mailman.2.1410441595.30312.test1@domain.tld>

Can you tell us why this problem ????

All other services on this server seems to be ok, normail email sending, receiving, http... all right... but mailman no.

thank you.
 
Thanks, I'm looking at the KB article now.
The mchk utility says that everthing is ok, except for "Checking for: mail_drweb_restore... not found, skipped".

Anyway, the KB article seems related to problems with relay to mailboxes on the same server and "only occurring for mail accounts within a specific domain", but as previously stated in our situation Mailman doesn't send any mail, both to mailboxes on the same server and to external ones.

Some lines from the maillog related to the situation ("subscriber-address@subscriber-domain.tld" is on an external server):

Sep 12 01:49:10 dns5 postfix/smtpd[27165]: connect from localhost[::1]
Sep 12 01:49:10 dns5 postfix/smtpd[27165]: NOQUEUE: reject: RCPT from localhost[::1]: 554 5.7.1 <subscriber-address@subscriber-domain.tld>: Relay access denied; from=<test1-bounces@domain.tld> to=<subscriber-address@subscriber-domain.tld> proto=ESMTP helo=<localhost.localdomain>
Sep 12 01:49:10 dns5 postfix/smtpd[27165]: disconnect from localhost[::1]

Sep 12 01:49:10 dns5 spf filter[27254]: Wrong HELO hostname: localhost.localdomain

Sep 12 01:49:10 dns5 postfix/cleanup[25481]: 87BB47C95: milter-reject: END-OF-MESSAGE from localhost[::1]: 5.7.1 Command rejected; from=<test1-bounces@domain.tld> to=<test1-owner@domain.tld> proto=ESMTP helo=<localhost.localdomain>


It seems to me that the spf filter doesn't like "localhost.localdomain", but I'm not sure how to change it for the messages sent by Mailman.


Thank you for any suggestion.
 
Hi IssueMan,

I had the same (or similar) error. Mailman just delivered mails to local, not to external!

I had to edit: /etc/postfix/main.cf
Code:
# I changed mynetworks = , [::1]/128 to
mynetworks = 127.0.0.0/8, <yourServerIP>/32

After reloading postfix, my mailman is sending again! Hope it helps you (or some one else who runs into that problem)
 
Back
Top