[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Sheflug] Postfix setup
On Mon, 4 Aug 2003, Chris Johnson wrote:
> >
> > Don't worry about not be able to connect on port 23 - it's a
> > telnet port -
> > usually off for a security reasons. sshd is much better option if you
> > need remote login.
>
> Tried telnetting on both 23 and 25 no luck. That would at least prove the
> networking was working as far as the application leayer (guess whose just
> been on a cisco course!)
If you cant telnet on port 25 then a remote client will not be able to
connect via smtp to send mail.
Check if postfix is listening on port 25 of the ip that you are trying to
connect to using :-
(as root)
netstat -apne | grep postfix
there should be a line including x.x.x.x:25 (or 0.0.0.0:25) and LISTEN
(x.x.x.x = your server ip)
if not, ie you only have a 127.0.0.1:25 line, then your postfix
configuration isnt correct, or isnt being loaded, which can happen if you
are running it in a chroot environment.
Regards
Lance
--
uklinux.net - The ISP of choice for the discerning Linux user.
___________________________________________________________________
Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html
GNU the choice of a complete generation.