Hello,
I would like to have two different policies for clients (MUA) that send mails.- 
Clients (applications) that send mails without authentication, they have a 
specific IP address
- Clients (users) that send mails with an authentication, I don't know their IP 
address
For case 1, it workslisten on 10.1.1.1
accept from source <clients> for any relay
For case 2, there are examples in the man (I know that authenticated users are 
considered local)
listen on egress tls pki mail.example.com authaccept for any relay
I don't understand fully the linelisten on egress tls pki mail.example.com 
authbecause in the man page, the egress word is not definedOpenBSD manual 
pagesTo what correspond the egress word ?
Regarding case 1 + case 2 I'm afraid there could be a conflict between listen 
on 10.1.1.1 and listen on egress...
Do you have any idea on how to reach this ?

Reply via email to