Re: [exim] How to stop spoofed "From" address

Top Pagina
Delete this message
Reply to this message
Auteur: Dean Brooks
Datum:  
Aan: exim-users
Onderwerp: Re: [exim] How to stop spoofed "From" address
On Sun, Oct 14, 2007 at 09:17:23PM -0500, eximlearning@??? wrote:
> Thanks Dean. Below is my ACL section (I use cPanel server, so I don't
> fully understand it.) Can you help me figure out where your helpful
> code will go? -- I assuming right before the other lines that contain
> "authenticated"


You would want to put it immediately *after* the code that reads:

     accept  hosts = *
             authenticated = *


That is, the above stanza will immediately accept any email coming
from your authenticated users. The one above it accepts email for
all your relayhosts (i.e. your local IP addresses).

So, the example I gave in my previous email should go right after both
of those.

> Also, do you see any conflicting code with other parts of the ACL?


I didn't see anything particular unusual. I think it should work fine.
Definitely test it though to make sure its not blocking regular email.

I would test by sending email not only locally, but to yourself from
another ISP.

--
Dean Brooks
dean@???