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

Góra strony
Delete this message
Reply to this message
Autor: Andres Aguado
Data:  
Dla: exim-users
Temat: 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