I believe I do have this set. Here is my master.cf

# DO NOT SHARE THE POSTFIX QUEUE BETWEEN MULTIPLE POSTFIX INSTANCES.
#
# ==========================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (50)
# ==========================================================================
smtp    inet    n       -       y       -       -       smtpd
#smtps    inet  n       -       n       -       -       smtpd
#  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission     inet    n       -       n       -       -       smtpd
#  -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628      inet  n       -       n       -       -       qmqpd
pickup  fifo    n       -       y       60      1       pickup
cleanup unix    n       -       y       -       0       cleanup
#qmgr     fifo  n       -       n       300     1       qmgr
qmgr    fifo    n       -       y       300     1       nqmgr
#tlsmgr   fifo  -       -       n       300     1       tlsmgr
rewrite unix    -       -       y       -       -       trivial-rewrite
bounce  unix    -       -       y       -       0       bounce
defer   unix    -       -       y       -       0       bounce
flush   unix    n       -       y       1000?   0       flush
smtp    unix    -       -       y       -       -       smtp
showq   unix    n       -       y       -       -       showq
error   unix    -       -       y       -       -       error
local     unix  -       n       n       -       -       local
virtual unix    -       n       y       -       -       virtual
lmtp    unix    -       -       y       -       -       lmtp
#
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
# The Cyrus deliver program has changed incompatibly.
#
cyrus     unix  -       n       n       -       -       pipe
  flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
uucp      unix  -       n       n       -       -       pipe
  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail.postfix
($recipient)
ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
  flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop
$recipient

Scott


-----Original Message-----
From: Scott Sharkey [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 16, 2003 2:10 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Postfix RedHat9 - Getting odd....


Did my previous message not get through?

The problem is that Postfix is currently only listening on the 127.0.0.1
interface.  The master.cf file needs the SMTPD daemon to be uncommented.
It's the first non-comment line in the file.

-Scott


On Wed, 16 Jul 2003 12:01:49 -0400
"Scott Antonivich" <[EMAIL PROTECTED]> wrote:

> Hmmm....ok...this is starting to get odd..
>
> 1) I can send email from localuser to localuser from command line. No
issues
>
> 2) Iptables show:
> -A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 110 --syn -j ACCEPT
> -A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 25 --syn -j ACCEPT
>
> 3)nmap shows
> Port       State       Service
> 25/tcp     open        smtp
> 110/tcp    open        pop-3
>
> Error that the sending email server is 'Connection refused (port 25)'
>
> Is there anything in the main.cf that I may have missed?
>
> Scott
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of David Demner
> Sent: Wednesday, July 16, 2003 11:50 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Postfix RedHat9
>
>
> <large snip for the bandwidth-challenged people>
> >
> > My guess is that your port is either not open on 25 or that it's
> > restricted by iptables or hosts.deny.
> >
>
> I don't know anything about postfix, but I don't think this is correct.
If
> port 25 was blocked, the logs wouldn't get into the maillog (which is
> generated by postfix).  It sounds to me like a postfix configuration
error.
>
> David
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to