Re: [exim] Bypass Sender Verification

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: John Burnham
Ημερομηνία:  
Προς: altendew, exim-users
Αντικείμενο: Re: [exim] Bypass Sender Verification
> They are not willing to fix it.

Oh dear, sounds like they're a bit clueless. Surely you're not the only person
who will be rejecting mail from www@??? (hmmm... looks like
they can't be bothered to configure their MTA).

>. and I really need my password.


If you must then find the section of the ACLs where you're doing sender
verification. Something like:
deny !verify=sender
and add a clause that excludes where the mail is coming from. Something like:
hosts = !63.117.226.53
That help ?
John