Page 1 of 1

SMTP whitelist outgoing domain from specified IP

Posted: Thu Nov 07, 2019 3:44 pm
by manuhann
Good morning to all,

i need your help to implement a whitelist for source IP.

example:

IP SENDER 1 -> ZIMBRA SMTP -> WHITELIST DOMAIN ALLOW 1
IP SENDER 2 -> ZIMBRA SMTP -> WHITELIST DOMAIN ALLOW 2
IP SENDER 3 -> ZIMBRA SMTP -> WHITELIST DOMAIN ALLOW 3

It is possible with MTA/antispam?

Thk u so much

Re: SMTP whitelist outgoing domain from specified IP

Posted: Thu Nov 07, 2019 5:34 pm
by phoenix
manuhann wrote:i need your help to implement a whitelist for source IP.
What exactly do you mean by that sentence? Why do you need to 'whitelist' a "source ip"?

Re: SMTP whitelist outgoing domain from specified IP

Posted: Fri Nov 08, 2019 3:50 pm
by manuhann
phoenix wrote:
manuhann wrote:i need your help to implement a whitelist for source IP.
What exactly do you mean by that sentence? Why do you need to 'whitelist' a "source ip"?
Hi,

example:

source ip 192.168.0.2 -> request smtp session to zimbra server -> domains allow to send: @xxx.com, @yyy.com
source ip 192.168.0.3 -> request smtp session to zimbra server -> domains allow to send: @zzz.com
source ip 192.168.0.4 -> request smtp session to zimbra server -> domains allow to send: @aaa.com

rgds