Hello everyone,
I am setting up a mail server using the Postfix instructions here:
http://library.linode.com/email/postfix ... -6-squeezeEverything went okay, right up to the point where I had to test Postfix for SMTP-AUTH and TLS.
I typed in the telnet localhost 25 command and came up with connection refused. It even said the same when I used my remote host ip address.
I have read through some of the forum posts here and via google.
I am not sure if my IP is blocking port 25.
When I do a netstat scan, it shows that nothing is listening to port 25, it isn't even in the list.
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:37176 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:3306 127.0.0.1:57329 ESTABLISHED
tcp 0 0 127.0.0.1:57329 127.0.0.1:3306 ESTABLISHED
tcp 0 224 my ip 81.191.61.250:45169 ESTABLISHED
tcp6 0 0 :::80 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 my ip:80 180.76.5.146:56289 TIME_WAIT
I also took a look in my /var/log/mail.log:
Oct 12 03:10:38 (none) postfix/master[14735]: terminating on signal 15
Oct 12 03:10:39 (none) postfix/master[20178]: daemon started -- version 2.7.1, configuration /etc/postfix
Oct 12 03:31:20 (none) dovecot: Killed with signal 15 (by pid=20302 uid=0 code=kill)
Oct 12 03:31:20 (none) dovecot: Dovecot v1.2.15 starting up (core dumps disabled)
Oct 12 03:31:20 (none) dovecot: auth-worker(default): mysql: Connected to 127.0.0.1 (mail)
Oct 12 03:34:58 (none) dovecot: pop3-login: Aborted login (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
Oct 12 03:36:07 (none) postfix/master[20178]: terminating on signal 15
Oct 12 03:36:07 (none) postfix/master[20444]: fatal: /etc/postfix/master.cf: line 111: bad transport type: user=vmail:vmail
I am not sure why there is an error in the last line concerning the master.cf, as these were the instructions given from the above help guide on Linode. I don't know if that is interfering with anything either.
I am sure there is a way to open port 25 or to do something clever or easy to fix this, but I do not know what. I would appreciate a helping hand and a push into the right direction.

Thanks in advance,
Jasmin