I installed ZCS 32 bit version on FEDORA 11 but not able to receive emails ..Please can anyone help me out.
I installed ZCS 32 bit version on FEDORA 11 but not able to receive emails ..Please can anyone help me out.
I'd start by checking port 25 on your network, make sure you can connect to it from the lan, and from an external connection.
The error which I am getting is connetion timed out at port 7025 ,I am able tpo telnet my server on port 25 from Lan as well as outside network.
Why don't you post the errors you're getting in the log files? Have you searched the forums for similar problems and tried some of the tips there? Have you disabled the firewall and/or AppArmor?
Regards
Bill
Jun 7 07:54:35 localhost postfix/lmtp[32250]: 872F786130: to=<admin@mail.xyz.com>, relay=none, delay=7146, delays=6956/0.03/189/0, dsn=4.4.1, status=deferred (connect to mail.xyz.com[x.y.x.z]:7025: Connection timed out)
Above is the error which I am geting in my server logs.Also SELINUX is disabled apparmor not installed.
Jun 7 08:14:49 localhost postfix/smtp[24225]: 8226685F09: to=<abhishek@xyx.com>, relay=none, delay=0.11, delays=0.1/0.01/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
.... and the answer to the other questions about the firewall and have you tried some of the solutions/debugging tips in the forums? I assume you have a valid hosts file and DNS A & MX records (if you have then post the output from the usual commands that show it's all correct)?
Regards
Bill
I have installed ZCS on FEDORA 11,32 bit but it seems there is issue with DNS
I have installed bind on fedora and I changed my resolv.conf to have my server internal IP but as soon as I reboot my server it changed resolv.conf and public IP address of my server.
//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
// server as a caching only nameserver (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//
options {
listen-on port 53 { 127.0.0.1; };
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
forwarders { 63.216.0.5; 63.216.0.6; } ;
// include "/etc/rndc.key";
// We are the master server for server.example.com
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { localhost; };
recursion yes;
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside . trust-anchor dlv.isc.org.;
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
zone "mail.sogosurveys.com" IN {
type master;
file "db.mail.sogosurveys.com";
};
include "/etc/named.rfc1912.zones";
This is named.conf file
127.0.0.1 localhost.localdomain localhost
192.168.1.124 mail.sogosurveys.com mail
my host file
There are currently 1 users browsing this thread. (0 members and 1 guests)