==== Required information ====
- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Debian 7 Wheezy 64bit
- Related log if you're reporting an issue:
====
I have just installed iRedMail on a fresh Debian 7. Followed the installguide for Debian.
The only configuration change I have done is:
[Greylisting]
enable=0
I am able to send and receive email at postmaster@exampledomain.com, and send and receive email on another useraccount I have created in the iredadmin panel.
I use this tool to check my configuration: http://www.webdnstools.com/dnstools/che … in-results
This test shows that I am not able to receive email at hostmaster@exampledomain.com and abuse@exampledomain.com
I then followed the steps shown here: http://www.iredmail.org/wiki/index.php? … al_aliases
and added the following to main.cf.2015.01.23.12.36.06
smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/accept_special
It did not help.
What can I do to allow receiving emails at hostmaster@ and abuse@?