Re: [exim] Allow only one e-mail account to relay through ex…

Inizio della pagina
Delete this message
Reply to this message
Autore: Andres Aguado
Data:  
To: exim-users
Oggetto: Re: [exim] Allow only one e-mail account to relay through exim4
Thank you Bill, you gave me a very important track. Finally, looking for
information about ACL, I solve writting this lines at the begining of
acl_check_rcpt ACL

deny
senders = !myaccount@???

Thank you very much again
Andres