Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2008 15:07:00 +0200
From:      "Karl Fischer" <kmf@fischer.org.za>
To:        "Andres Chavez" <fluxboxtremist@gmail.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Postfix problem.
Message-ID:  <f7fabe790807140607o76864df9wd3df158d98fddb6e@mail.gmail.com>
In-Reply-To: <2de331130807140558q15fba58et52c04cbed592b6d4@mail.gmail.com>
References:  <2de331130807140558q15fba58et52c04cbed592b6d4@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 14, 2008 at 2:58 PM, Andres Chavez <fluxboxtremist@gmail.com> 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 -
--------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f7fabe790807140607o76864df9wd3df158d98fddb6e>