1

Topic: Simple SMTP auth

==== Required information ====
- iRedMail version: 0.8.5
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: Ubuntu 12.04
====
Hello, i want to use iRedMail to send email from an ASP application.
The application know to connect to smtp server with simple authentification on port 25. Right know i cannot use it to send email because TLS in enabled.
iRedMail is instaled with default configuration.
The machine on ired is instaled is on LAN and i am not interested to acces it from outside.
How can i set simple SMTP authentification ?

Thank you!

----

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

2

Re: Simple SMTP auth

Hi, try to set

smtpd_tls_auth_only = no

in your main.cf

3

Re: Simple SMTP auth

You can use port 25 for simple and insecure smtp auth, or port 587 with TLS for security. So, I don't understand what your issue is.