OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Postfix not "listening"

From: andrew (aklistenigmedia.com)
Date: Wed Jun 11 2003 - 14:17:59 CDT


> > inet_interfaces = all
> >
>
> In that case, if Postfix is running and not logging any fatal errors in
> the log, you should have a working listener on the "smtp" port.
>
> (Hint, check your logs).

Postfix logs everything to maillog. I set smtpd -v before, but I still
didn't see anything in the maillog while a telnet session was trying to
open. Is there somewhere else to look, or something else to set to track
what's happening?

Following the instructions in the virtual sample, I have in main.cf:

# RECEIVING MAIL
inet_interfaces = all
#Disable local domain...use virtual instead
#mydestination = $myhostname, localhost.$mydomain $mydomain
mydestination =

virtual_mailbox_domains =
 $myhostname
 localhost.$mydomain
 my508.com
 4to6club.com

Is that correct?