Hallo,
ich habe seit einigen Tagen ein unerklärliches Problem.
Mein SMTP Server funktioniert nicht. Lediglich nur Local. (127.0.0.1) Ich verstehe nicht warum.
Habe mit telnet die Verbindung überprüft und bin daran gescheidert. Pop3 hingegen funktioniert einwandfrei.
Ich habe auch Postfix deinstalliert und erneut installiert, aber der Fehler bleibt.
1) habe mit dig den MX Eintrag gecheckt.
2) inet_interface ist auf all
3) in mynetworks habe ich meine Server-IP dazu eingetragen
4) mynetworks_style ist auf subnet
netsat -tab
Code
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:microsoft-ds *:* LISTEN 2394/smbd
tcp 0 0 riows-hosting.net:8989 *:* LISTEN 1775/apache2
tcp 0 0 *:sieve *:* LISTEN 18210/dovecot
tcp 0 0 *:imaps *:* LISTEN 18210/dovecot
tcp 0 0 *:pop3s *:* LISTEN 18210/dovecot
tcp 0 0 localhost.localdo:mysql *:* LISTEN 2197/mysqld
tcp 0 0 localhost.lo:submission *:* LISTEN 2578/sendmail: MTA:
tcp 0 0 *:netbios-ssn *:* LISTEN 2394/smbd
tcp 0 0 *:pop3 *:* LISTEN 18210/dovecot
tcp 0 0 *:imap2 *:* LISTEN 18210/dovecot
tcp 0 0 *:sunrpc *:* LISTEN 1532/rpcbind
tcp 0 0 riows-hosting.ne:domain *:* LISTEN 1601/named
tcp 0 0 127.0.0.2:domain *:* LISTEN 1601/named
tcp 0 0 localhost.locald:domain *:* LISTEN 1601/named
tcp 0 0 *:ssh *:* LISTEN 1709/sshd
tcp 0 0 localhost.localdom:smtp *:* LISTEN 2578/sendmail: MTA:
tcp 0 0 localhost.localdoma:953 *:* LISTEN 1601/named
tcp 0 0 localhost.localdo:48538 localhost.localdo:mysql ESTABLISHED 21997/auth
tcp 0 0 localhost.localdo:mysql localhost.localdo:48444 TIME_WAIT -
tcp 0 64 riows-hosting.net:ssh p5B0BC488.dip0.t-:61127 ESTABLISHED 14124/1
tcp 0 0 localhost.localdo:mysql localhost.localdo:49358 TIME_WAIT -
tcp 0 0 riows-hosting.net:ssh p5B0BC488.dip0.t-:63720 ESTABLISHED 21809/sshd: root@no
tcp 0 0 localhost.localdo:mysql localhost.localdo:48538 ESTABLISHED 2197/mysqld
tcp 0 0 riows-hosting.net:41431 riows-hosting.net:imap2 TIME_WAIT -
tcp 0 0 localhost.localdo:47650 localhost.localdo:mysql TIME_WAIT -
tcp 0 0 riows-hosting.net:42323 riows-hosting.net:imap2 TIME_WAIT -
tcp6 0 0 [::]:https [::]:* LISTEN 1775/apache2
tcp6 0 0 [::]:microsoft-ds [::]:* LISTEN 2394/smbd
tcp6 0 0 [::]:sieve [::]:* LISTEN 18210/dovecot
tcp6 0 0 [::]:imaps [::]:* LISTEN 18210/dovecot
tcp6 0 0 [::]:pop3s [::]:* LISTEN 18210/dovecot
tcp6 0 0 [::]:netbios-ssn [::]:* LISTEN 2394/smbd
tcp6 0 0 [::]:pop3 [::]:* LISTEN 18210/dovecot
tcp6 0 0 [::]:imap2 [::]:* LISTEN 18210/dovecot
tcp6 0 0 [::]:sunrpc [::]:* LISTEN 1532/rpcbind
tcp6 0 0 [::]:http [::]:* LISTEN 1775/apache2
tcp6 0 0 [::]:ftp [::]:* LISTEN 13073/proftpd: (acc
tcp6 0 0 [::]:domain [::]:* LISTEN 1601/named
tcp6 0 0 [::]:ssh [::]:* LISTEN 1709/sshd
tcp6 0 0 localhost:953 [::]:* LISTEN 1601/named
getnameinfo failed
tcp6 0 0 riows-hosting.net:http [UNKNOWN]:63777 TIME_WAIT -
tcp6 0 0 riows-hosting.net:http 107.161.85.188.st:35522 TIME_WAIT -
tcp6 0 0 riows-hosting.net:http p5B0BC488.dip0.t-:63785 TIME_WAIT -
Alles anzeigen
iptables -L
Code
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Code
telnet mail.riows-hosting.net 110
Trying 185.101.92.45...
Connected to mail.riows-hosting.net.
Escape character is '^]'.
+OK Dovecot ready.
Code
telnet mail.riows-hosting.net 25
Trying 185.101.92.45...
telnet: Unable to connect to remote host: Connection refused
Code
telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
220 riows-hosting.net ESMTP Sendmail 8.14.4/8.14.4/Debian-4; Mon, 7 Mar 2016 00:56:31 +0100; (No UCE/UBE) logging access from: localhost.localdomain(OK)-localhost.localdomain [127.0.0.1]
Kann einer supporten? Ich weiß nicht mehr weiter.
Liebe Grüße,
palwal