Hi,
> ich habe auf meinem FreeBSD-Server ein Problem. Und zwar nutze ich eine
> Jail, dort kann postfix nicht auf port 25 (127.0.0.1) binden:
>
> fatal: bind 127.0.0.1 port 25: Address already in use
>
> Aber:
> telnet: connect to address 127.0.0.1: Connection refused
> telnet: Unable to connect to remote host
>
>
>
> ps zeigt auch kein sendmail o.ä. an.
>
> Mit welchen tools kann ich nun debuggen, was da läuft?
hubertf hatte da neulich einen tollen Blogeintrag. Das Tool `sockstat` tut
genau das, was du willst. `sockstat -p 25` sollte dir ausgeben, was bei dir
so auf Port 25 los ist.
Gruß, Julian
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Wed 05 Jan 2011 - 17:54:21 CET