Well, this setup just isn't working for me. As you can see in my title, Postfix does not respond to telnet -l sshadmin localhost 25
One question I have right off the bat is, should my host name be smtp.sabotix.com (My mx record is set to that) or sabotix.com? I've tried both, neither seem to work.
/etc/postfix/main.cf:
netstat -tulp
Code:
[root]/ # netstat -tulp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:mysql *:* LISTEN 16965/mysqld
tcp 0 0 -.privated:pop3 *:* LISTEN 17163/couriertcpd
tcp 0 0 -.privated:imap *:* LISTEN 17564/couriertcpd
tcp 0 0 -.privated:http *:* LISTEN 15495/httpd
tcp 0 0 *:ftp *:* LISTEN 32568/proftpd: (acc
tcp 0 0 *:telnet *:* LISTEN 17462/xinetd
tcp 0 0 *:smtp *:* LISTEN 17628/master
tcp 0 0 *:ssh *:* LISTEN 32744/sshd
MySQL mail table export
It is running
Code:
[root]/var/log # ps aux|grep postfix
root 17628 0.0 0.1 6688 1756 ? Ss 17:47 0:00 /usr/libexec/postfix/master
postfix 17629 0.0 0.1 6800 1740 ? S 17:47 0:00 qmgr -l -t fifo -u
postfix 17630 0.0 0.1 6744 1600 ? S 17:47 0:00 pickup -l -t fifo -u
root 17717 0.0 0.0 3912 688 pts/1 R+ 17:59 0:00 grep postfix
As you can see, I changed the quota to a big int to have larger quotas
/var/log/maillog and /var/log/debug and /var/log/messages are all empty
/etc/init.d/postfix start stop and reload all work fine
So why won't it respond in telnet (Or anything else)
I've also done everything in
http://www.postfix-book.com/debugging.html and everything on my system seems OK, no idea what to do next, there is only so much Google can tell you
Recent comments
6 hours 48 min ago
13 hours 29 min ago
17 hours 20 min ago
18 hours 59 min ago
1 day 3 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 17 hours ago
1 day 21 hours ago
1 day 22 hours ago