==== Required information ====
- iRedMail version: 0.8.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP (/var/vmail)
- Linux/BSD distribution name and version: Ubuntu 12.04
- Related log if you're reporting an issue: I am not sure which log to incluse.
====
root@mailserver:~# amavisd-new testkeys
TESTING#1: dkim._domainkey.mydomain.com => pass
mailserver._domainkey "v=spf1 include:mydomain.com ~all"
root@mailserver:~# iptables -L
Chain INPUT (policy DROP)
target prot opt source destination
fail2ban-postfix tcp -- anywhere anywhere multiport dports http,https,smtp,submission,pop3,pop3s,imap2,imaps,sieve
fail2ban-dovecot tcp -- anywhere anywhere multiport dports http,https,smtp,submission,pop3,pop3s,imap2,imaps,sieve
fail2ban-roundcube tcp -- anywhere anywhere multiport dports http,https,smtp,submission,pop3,pop3s,imap2,imaps,sieve
fail2ban-ssh tcp -- anywhere anywhere tcp dpt:4321
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere tcp dpt:http
ACCEPT tcp -- anywhere anywhere tcp dpt:https
ACCEPT tcp -- anywhere anywhere tcp dpt:smtp
ACCEPT tcp -- anywhere anywhere tcp dpt:submission
ACCEPT tcp -- anywhere anywhere tcp dpt:pop3
ACCEPT tcp -- anywhere anywhere tcp dpt:pop3s
ACCEPT tcp -- anywhere anywhere tcp dpt:imap2
ACCEPT tcp -- anywhere anywhere tcp dpt:imaps
ACCEPT tcp -- anywhere anywhere tcp dpt:19191
ACCEPT icmp -- anywhere anywhere icmp echo-request
Chain FORWARD (policy DROP)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain fail2ban-dovecot (1 references)
target prot opt source destination
RETURN all -- anywhere anywhere
Chain fail2ban-postfix (1 references)
target prot opt source destination
RETURN all -- anywhere anywhere
Chain fail2ban-roundcube (1 references)
target prot opt source destination
RETURN all -- anywhere anywhere
Chain fail2ban-ssh (1 references)
target prot opt source destination
RETURN all -- anywhere anywhere
*******************************************************************************
I have installed and configured with all the default options. I can access all mail account from roundcube (webmail) and send out e-mail to my yahoo.com and hotmail.com account but when try to reply from those account it comes back undeliverable after long delay of 4 to 5 hours.
/var/mail/mail.log and mail.err does not report any error.
What am I doing wrong?
I have gone through other threads having similar problems but those solutiond did not work for me.
My ISP (Bright House) have port 25 open as I have small business with them and I tried postfix-dovecot setup and it was working for sending and receiving.
I have 465,110, 143, and 443 ports (NAT) forwarded on my router to the server.
I have successfully used hMailServer under windows server 2008 for testing purpose and it worked well with Thunberbird client where as I can not configure iRedMail with Thunderbird.
I have been trying to setup this email server for past few months with different setup but so for iRedMail has been the the easiest.
If you want any speciific logs, please let me know.