1

Topic: How to disable SMTP auth in iredmail?

==== Required information ====
- iRedMail version: iRedMail-0.8.4
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: kubuntu 12.04
- Related log if you're reporting an issue: ----------
====

I have installed iredmail for developing purpose and it works fine (many thanks in advance!)
But now i want to disable SMTP Authentication (Not SSL or TLS)for developing purpose too!
How can i do that?

----

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

2

Re: How to disable SMTP auth in iredmail?

It's not hard to perform SMTP AUTH, why not just enable it?

3

Re: How to disable SMTP auth in iredmail?

Add your subnets to mynetworks in main.cf
example:
mynetworks = 127.0.0.0/8, 192.168.1.0/24

Then they should be able to send e-mail without authenticating.

4

Re: How to disable SMTP auth in iredmail?

Also if you really want to disable SMTP AUTH, look in the file master.cf for "smtpd_sasl_auth_enable=yes" / you can disable authentication by putting no in this option (or deleting it completely).

5

Re: How to disable SMTP auth in iredmail?

Many thanks smtpn00b, camel1cz and ZhangHuangbin
I will test it asap

6

Re: How to disable SMTP auth in iredmail?

camel1cz wrote:

Also if you really want to disable SMTP AUTH, look in the file master.cf for "smtpd_sasl_auth_enable=yes" / you can disable authentication by putting no in this option (or deleting it completely).

many thanks for your attention
but my problem didn't solved
I want to disable SMTP auth for developing purpose.
I want to test my SMTP client in contacting with server, that doesn't support
authentication; So i want to have smtp server without authentication mechanism

7

Re: How to disable SMTP auth in iredmail?

ZhangHuangbin wrote:

It's not hard to perform SMTP AUTH, why not just enable it?

many thanks for your attention
but my problem didn't solved
I want to disable SMTP auth for developing purpose.
I want to test my SMTP client in contacting with server, that doesn't support
authentication; So i want to have smtp server without authentication mechanism

8

Re: How to disable SMTP auth in iredmail?

with special thanks to camel1cz
SMTP AUTH has been disabled