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

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Andres Aguado
Date:  
À: exim-users
Sujet: 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