View Single Post
  #9 (permalink)  
Old 03-24-2010, 02:30 AM
weigenmann weigenmann is offline
Active Member
 
Posts: 25
Default

Unfortunately you don't say if you are on a static or dynamic IP. At least I did not see.
Since you say your IP are on spamhaust list / RBL and PBL list, I assume it is an Dynamic IP address.

Following you should change:

/var/named/chroot/etc/named.conf


// DNS 203.0.178.191 (dns.iinet.net.au)
// DNS 64.102.255.44 (ns2.cisco.com)
forwarders { 203.0.178.191; 64.102.255.44; };

Forwarder should be your ISP Domain server. You can add more than one.



Settings in Admin GUI:

Server Settings:

Web mail MTA Hostname:mail.riverbankscenter.com
Web mail MTA Port: 25
Relay MTA for external delivery: Your ISP mail server name (not IP address) IE: mail.iinet.net.au
Web mail MTA timeout (s): 60
MTA Trusted Networks: 127.0.0.0/8 192.168.1.0/24
[ ] Enable DNS lookups


Global settings:

Web mail MTA Hostname: mail.riverbankscenter.com
Web mail MTA Port: 25
Relay MTA for external delivery: Your ISP mail server name (not IP address) IE: mail.iinet.net.au
[ ]Enable DNS lookups


You must make sure that your ISP is not blocking port 25.
Also check your firewall if you have and router setting. IE. I have a NAT configuration, therefore I port forward port 25 on
on mail host IP protocol TCP. Yours would be IP 192.168.1.231

Regards,
William
Reply With Quote