Re: [exim] Where the postmaster is checking??

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Fred Viles
Data:  
Para: exim-users
Asunto: Re: [exim] Where the postmaster is checking??
On 2 Nov 2005 at 11:30, Boris Kovalenko wrote about
    "[exim] Where the postmaster is chec":


|     I have two checks, first in acl_check_rcpt:
| require verify        = sender/callout=40s,random,defer_ok
|     Second in acl_check_data:
|    deny  senders = :
|          message = A valid sender header is required for bounces
|          !verify  = header_sender/callout=mailfrom=postmaster@???
| 
| So, I haven't configured postmaster checking. But sometimes my host
| refuses mail with next message:
| 
| 550-Postmaster verification failed while checking <xxx@???>
| 550-(result of earlier verification reused).
| 550-Several RFCs state that you are required to have a postmaster
| 550-mailbox for each mail domain. This host does not accept mail
| 550-from domains whose servers reject the postmaster address.
| 550 Sender verify failed
| 
| So, when and why postmaster checking is done? Exim 4.54


Are you saying that you don't have a message = option with the above
text in any of your ACLs? If so, then it isn't your server
generating the rejection, it's some server you are attempting to send
to. Which would mean that the problem is that *your* server doesn't
accept <postmaster@yourdomain> addresses, not that you are insisting
that other servers do.

- Fred