==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.4
- Linux/BSD distribution name and version: FreeBSD
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No Pro
- Related log if you're reporting an issue:
====
Hello,
I am new in iRedMail and until now I am positively surprised for the good work that has been done here.
I am sorry to complain though but I have an issue. Tried finding the solution online but I am very sure that I missed it somewhere..
I did the iRedMail setup and I am able to receive but not to send. I want to use my ISP relayhost (requires username and password) but I cannot find where to do that.
I assume that I should do the settings on postfix?
I added these lines in /usr/local/etc/postfix/main.cf:
relayhost = [smtp.ziggo.nl]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/usr/local/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
and i added this line in /usr/local/etc/postfix/sasl_passwd:
[smtp.ziggo.nl]:25 USERNAME@ISP.COM:PASSWORD
I tried sending an email from roundcube (that comes with iRedMail) but did not receive it.
Any help would be appreciated.