RE: [Exim] Problem with relaying

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Tom Rowden
Dátum:  
Címzett: Exim Users
Tárgy: RE: [Exim] Problem with relaying
OK, thanks Tony!

I moved the following rule to almost the top of the ACL list...


deny     message = "NO FUDGING OUR ADDRESSES OR RELAYING HERE"
         hosts = !+localadds
         sender_domains = nomos.com


And now it works!

I added the message just for effect.

-Tom