• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Mailman [email protected] not working...

P

Poof

Guest
Any ideas what's going on here? EVERY mailman list that I have gives this error...

----- The following addresses had permanent fatal errors ----- <LISTNAME-bounces+d07f10eec68b5cb2f0c35d9635954be8b4fa98d4@domain.com>
(reason: 550 sorry, no mailbox here by that name. (#5.7.17)
)

----- Transcript of session follows ----- ... while talking to mail.domain.com.:
>>> DATA
<<< 550 sorry, no mailbox here by that name. (#5.7.17) 550 5.1.1 <LISTNAME-bounces+d07f10eec68b5cb2f0c35d9635954be8b4fa98d4@domain.com>... User unknown <<< 503 RCPT first (#5.5.1)

And, of course mailman doesn't see the bounce so the list of SPAM just grows and grows...

Any clues on how to fix this?

Thanks,
 
Hi,

Try rebuilding mail service confiuration with the following command:
/usr/local/psa/admin/bin/mchk --with-spam

if this does not help then you can try reinstalling mailman.
 
I know this is an outdated thread, but I've seen this question in many places without an answer, and this looks like a good place to put the answer.

Three things...
1) remove domain.com from qmail/control/rejectnonexist

2) add the line "+domainINDEX-LISTNAME-bounces:<other fields>:-LISTNAME-bounces-::" to qmail/users/assign
domainINDEX is from qmail/control/virtualdomains, also note that there is NO '+' on the line except for the first character

3) rename .qmail-LISNAME-bounces to .qmail-LISNAME-bounces-default

I've put together a bash shell utility script at http://www.swajime.com/bin/find_qmail.sh.txt for any who may be interested.
 
Back
Top