1 (edited by icedevil 2010-05-02 23:57:37)

Topic: disable smtp auth for certain user

Hi,

I have a MS Reporting server and seems like i can't send emails with smtp auth.
How can i make a exception for this user IP/server only? User: reporting@domain.com, IP: 192.168.0.201

Regards

----

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

2

Re: disable smtp auth for certain user

Search 'without authentication' here:
http://www.iredmail.org/wiki/index.php? … edMail/FAQ

3

Re: disable smtp auth for certain user

ZhangHuangbin wrote:

Search 'without authentication' here:
http://www.iredmail.org/wiki/index.php? … edMail/FAQ

tanks for reply!
I need to restrict to certain ip also. is possible?

4

Re: disable smtp auth for certain user

icedevil wrote:
ZhangHuangbin wrote:

Search 'without authentication' here:
http://www.iredmail.org/wiki/index.php? … edMail/FAQ

tanks for reply!
I need to restrict to certain ip also. is possible?

It works with
main.cf
............
mynetworks = 127.0.0.0/8, 192.168.0.201
............
smtpd_recipient_restrictions = ... , permit_mynetworks

Thanks!