QMail-Toaster -> 110/25 wird nicht belauscht

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
Post Reply
127.0.0.1
Posts: 38
Joined: 2002-08-15 10:53
Location: Hamburg
 

QMail-Toaster -> 110/25 wird nicht belauscht

Post by 127.0.0.1 »

Hallo Rootler,

habe meinen Server neu aufgesetzt und bekomme den QMail-Server nach Toaster einfach nicht zum lüppen.

Ich geb euch schnell mal Eckdaten des Systems:

Code: Select all

root       229   225  0 Feb14 ?        00:00:01 supervise qmail-smtpd
root       231   225  0 Feb14 ?        00:00:02 supervise qmail-pop3d
root       233   225  0 Feb14 ?        00:00:02 supervise qmail-pop3ds
qmaill     240   232  0 Feb14 ?        00:00:00 multilog t s10000000 /var/log/qmail/pop3d
qmaill     242   234  0 Feb14 ?        00:00:00 multilog t s10000000 /var/log/qmail/pop3ds
root     17999     1  0 Feb14 ?        00:00:00 /usr/bin/tcpserver -R -H -u d -u qmaild -g d -g nobody -x /etc/tcp.smtp.cdb 0 smtp /usr/sbin/qmail-smtpd mail.dps-info.net /var/vpopmail/bin/vchkpw /bin/true
root     28393   225  0 Feb14 ?        00:00:01 supervise qmail-send
qmails   28405     1  0 Feb14 ?        00:00:00 [qmail-send]
root     28408 28405  0 Feb14 ?        00:00:00 qmail-lspawn ./Maildir
qmailr   28409 28405  0 Feb14 ?        00:00:00 [qmail-rspawn]
qmailq   28410 28405  0 Feb14 ?        00:00:00 [qmail-clean]
root     26731 15855  0 02:13 pts/1    00:00:00 grep qmail
Also QMail starte, aber ein nmap localhost ergibt:

Code: Select all

22/tcp     open        ssh
25/tcp     open        smtp
53/tcp     open        domain
80/tcp     open        http
443/tcp    open        https
3306/tcp   open        mysql
Also auf 25/110 wird nicht gehorcht :(

Die Logs unter /var/log/qmail/DIENST/ sind alle inhaltlos. Andere MTAs sind deaktiviert (z.B. Exim)

Woran kanns liegen? init-Skripte sind auch ohne die berüchtigten Zeilenumbrüche...

Hoffe auf eure Hilfe!

Gruß, Localhost
baumi
Posts: 9
Joined: 2003-12-04 00:12
Contact:
 

Re: QMail-Toaster -> 110/25 wird nicht belauscht

Post by baumi »

Kann dir zwar nicht helfen aber was ist en Qmail Toaster?
Baumi.
127.0.0.1
Posts: 38
Joined: 2002-08-15 10:53
Location: Hamburg
 

Re: QMail-Toaster -> 110/25 wird nicht belauscht

Post by 127.0.0.1 »

Guck mal in die FAQ...
kenzo
Posts: 526
Joined: 2003-07-15 20:30
 

Re: QMail-Toaster -> 110/25 wird nicht belauscht

Post by kenzo »

Also QMail starte, aber ein nmap localhost ergibt:

Code: Select all

25/tcp     open        smtp
Also läuft der smtpd schon mal - wenn auch die pop3-logs leer sind, versuchs mal mit

Code: Select all

ps aux | grep readproc
und poste die Ausgabe.
127.0.0.1
Posts: 38
Joined: 2002-08-15 10:53
Location: Hamburg
 

Re: QMail-Toaster -> 110/25 wird nicht belauscht

Post by 127.0.0.1 »

Code: Select all

root       218  0.0  0.1  1236  252 ?        S    01:02   0:00 readproctitle service errors: ...fatal: unable to start qmail-smtpd/run: file does not exist?supervise: fatal: unable to start qmail-send/run: file does not exist?supervise: fatal: unable to start qmail-send/run: file does not exist?supervise: fatal: unable to start qmail-smtpd/run: file does not exist?supervise: fatal: unable to start log/run: file does not exist?supervise: fatal: unable to start log/run: file does not exist?
Hm, jetzt werdet ihr denken "wer lesen kann ist klar im Vorteil" - aber die Skripte sind in /var/qmail/supervise/qmail-smtpd und qmail-send drin und haben das x-bit gesetzt (755).

What now?

Achso: Hasbe alle Scripte nochmal kontrolliert - jetzt läuft pop3d und pop3ds, aber smtpd nicht...

Thx 4 help.

Localhost
127.0.0.1
Posts: 38
Joined: 2002-08-15 10:53
Location: Hamburg
 

Re: QMail-Toaster -> 110/25 wird nicht belauscht

Post by 127.0.0.1 »

Ah, hatte in /etc/service/qmail-smtpd und qmail-send nicht die runs drin, habe die nun gesymlinked, aber jetzt kommt:

Code: Select all

unable to lock directory /var/log/qmail/smtpd: temporary failure?multilog: fatal: unable to lock directory /var/log/qmail/smtpd: temporary failure?multilog: fatal: unable to lock directory /var/log/qmail/smtpd: temporary failure?multilog: fatal: unable to lock directory /var/log/qmail/smtpd: temporary failure?multilog: fatal: unable to lock directory /var/log/qmail/smtpd: temporary failure?
Was dat denn nu schon wieder?
blackdrum23
Posts: 85
Joined: 2003-09-30 21:24
Location: Aying
Contact:
 

Re: QMail-Toaster -> 110/25 wird nicht belauscht

Post by blackdrum23 »

Q-Mail kann die log Directorys nicht exlpiziet "locken"
Entweder sind sie nicht vorhanden, oder der falsche User bzw die falschen berechtigungen

Sers Oli
127.0.0.1
Posts: 38
Joined: 2002-08-15 10:53
Location: Hamburg
 

Re: QMail-Toaster -> 110/25 wird nicht belauscht

Post by 127.0.0.1 »

Ha, das wars .-) Jetzt läuft POP3 und POP3-S und SMTPD.

Aber folgendes Problem:

ein telnet localhost 25 bringt mir:

Code: Select all

Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 p15103000.pureserver.info ESMTP
Von Aussen gibts aber nur ein "Server nicht erreichbar". Outlook findet ihn auch nicht.

Vorhin liefs doch noch :-

Gr33tz Localhost
Post Reply