On Mon, Jul 14, 2008 at 2:58 PM, Andres Chavez <[EMAIL PROTECTED]> wrote:
> hey guys i am having problems with postfix on freebsd.
>
> Postfix its listening on port smtps (465) but not on smtp (25)
> and all of the services are up and running, even i can use the postfixadmin
> to add mailboxes etc.

Hi Anders
What you can do is perhaps telnet into port 25 and see what service is running.

like this :

host# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 somehost.com ESMTP Sendmail 8.14.2/8.14.2; Mon, 14 Jul 2008
15:11:00 +0200 (SAST)

You are probably running Sendmail.
You can read more here :
http://www.freebsd.org/doc/en/books/handbook/mail-changingmta.html

Hope this helps.
Karl


-- 
--------------------------------------------------
                Karl Fischer
 |_|0|_|        "Absence of evidence
 |_|_|0|        is not evidence of absence"
 |0|0|0|        Carl Sagan
                - http://fischer.org.za -
--------------------------------------------------
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to