1

Topic: I want set a whitelist, how should we do ?

my network has a device , use the alert@xxx.com link my mailserver sent mail, but it's belongs to the LAN , IP is 192.168.11.3

  I just want  if  from ip  192.168.11.3 ,then no check anything ?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: I want set a whitelist, how should we do ?

Simplily add '192.168.11.3' in postfix (/etc/postfix/main.cf):

mynetworks = 127.0.0.0/8, 192.168.11.3

And then restart postfix service.

3

Re: I want set a whitelist, how should we do ?

ZhangHuangbin wrote:

Simplily add '192.168.11.3' in postfix (/etc/postfix/main.cf):

mynetworks = 127.0.0.0/8, 192.168.11.3

And then restart postfix service.

but the log said , the sender is not local, rejected

4

Re: I want set a whitelist, how should we do ?

Could you please paste the log message?