Re: [exim] Exim domain and login checks for relay

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jeremy Harris
Data:  
Para: exim-users @ exim. org
Asunto: Re: [exim] Exim domain and login checks for relay
MrTheo wrote:
> What I want is that someone who wants to send a mail using the server's smtp
> services has to login with server's user account,


- advertise auth
- decide what types of auth you will support.
- educate your users in configuring their MUAs
- reject, in an ACL, senders who are on your list of customers
but not using an auth'd connection

> and that the address he
> wants to send from 'belongs' to him so to say.


- reject senders not matching the specific auth data

- Jeremy