virtual-users-domains-postfix-courier-mysql-squirrelmail-debian-lenny

Matlock

New Member
Hi,
ich habe das Tutorial ( http://www.howtoforge.com/virtual-users-domains-postfix-courier-mysql-squirrelmail-debian-lenny-p4 ) genau befolgt , es kam keine Fehlermeldung aber am Punkt 12 hab ich folgendes Problem.

Test Postfix To see if Postfix is ready for SMTP-AUTH and TLS, run
telnet localhost 25
After you have established the connection to your Postfix mail server type
ehlo localhost
If you see the lines
250-STARTTLS
Bei mir auf 25
telnet localhost 25
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
Auf Port 443
telnet localhost 443
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
ehlo localhost

statt
ehlo localhost
250-server1.example.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
quit
221 2.0.0 Bye
Connection closed by foreign host.
hab ich
ehlo localhost
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
</p>
</body></html>
Connection closed by foreign host.
Was kann denn schief gelaufen sein ?


OS: Debian 5

mfg
 

Burge

Member
Also ein telnet auf 443 muss so antworten das ist nämlich der https port des Apache.

Wenn den box von ein telnet 25 nicht antwort dann schau doch mal dein postfix überhaupt läuft.

ps -aux |grep postfix

Wenn da keine Prozesse für den Postfix laufen hast was falsch gemacht.

Manchmal einfach nur ein postfix start oder vergessen?
 

Matlock

New Member
Also Postfix läuft schon.

ps -aux |grep postfix
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
root 7832 0.0 0.0 53044 904 ? Ss Nov06 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spo ol/postfix/var/run/saslauthd -r -n 5
root 7833 0.0 0.0 53044 636 ? S Nov06 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spo ol/postfix/var/run/saslauthd -r -n 5
root 7834 0.0 0.0 53044 516 ? S Nov06 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spo ol/postfix/var/run/saslauthd -r -n 5
root 7835 0.0 0.0 53044 516 ? S Nov06 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spo ol/postfix/var/run/saslauthd -r -n 5
root 7836 0.0 0.0 53044 516 ? S Nov06 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spo ol/postfix/var/run/saslauthd -r -n 5
postfix 19049 0.0 0.0 38896 2208 ? S 23:41 0:00 pickup -l -t fifo -u -c
root 19051 0.0 0.0 5160 772 pts/0 R+ 23:47 0:00 grep postfix
root 27739 0.0 0.0 36840 2304 ? Ss Nov11 0:02 /usr/lib/postfix/master
postfix 27746 0.0 0.0 38944 2392 ? S Nov11 0:00 qmgr -l -t fifo -u
postfix 27866 0.0 0.0 41404 3156 ? S Nov11 0:00 tlsmgr -l -t unix -u -c
 

Burge

Member
dann schau mal auf welche netzwerkkarte postfix lauscht maybe nur auf die loopback.

steht glaub ich in der master drin.
 

Till

Administrator
Dein Mailserver ist nur per smtps erreichbar und nicht per smtp. Poste bitte mal den Inhalt der master.cf
 

Werbung

Top