Re: [exim] abuse and or postmaster for all domains

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Marc Sherman
Date:  
À: exim-users
Sujet: Re: [exim] abuse and or postmaster for all domains
Debbie Doerrlamm wrote:
> What's wrong with this picture??
> postmaster@ and abuse@ both bounce as user unknown. AOL is getting
> stricter and stricter and I need to set both so I can submit for a feedback
> loop on the new server.


Use "exim -bt abuse@???" and "exim -bt
postmaster@???" to find out how exim is routing those
addresses. If you don't get enough info from that output, add a -d+all
to the command line to turn on debug output.

- Marc