I'm having a weird Postfix problem that's only affecting 2 machines. All of my machines are in the same domain, although some are in a different subnet. Using the same OpenPKG postfix binaries and the exact same main.cf file (all systems forward their mail to a single local relayhost) I'm getting this:

Jun 19 11:27:29 relayhost <info> postfix/smtpd[17713]: connect from citation.xxx.xxx[x.x.x.x] Jun 19 11:27:29 relayhost <info> postfix/smtpd[17713]: NOQUEUE: reject: RCPT from citation.xxx.xxx[x.x.x.x]: 554 <[EMAIL PROTECTED]>: Relay access denied; from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> proto=ESMTP helo=<citation.xxx.xxx> Jun 19 11:27:29 relayhost <info> postfix/smtpd[17713]: disconnect from citation.xxx.xxx[x.x.x.x] Jun 19 11:27:30 relayhost <info> postfix/smtpd[17713]: connect from citation.xxx.xxx[x.x.x.x] Jun 19 11:27:30 relayhost <info> postfix/smtpd[17713]: NOQUEUE: reject: RCPT from citation.xxx.xxx[x.x.x.x]: 554 <[EMAIL PROTECTED]>: Relay access denied; from=<> to=<[EMAIL PROTECTED]> proto=ESMTP helo=<citation.xxx.xxx> Jun 19 11:27:30 relayhost <info> postfix/smtpd[17713]: disconnect from citation.xxx.xxx[x.x.x.x]

Here's the main.cf I'm using, again it's the same on ALL machines (AIX, Solaris, RHEL, SUSE):

#   paths
command_directory             = /syscfg/opkg/sbin
daemon_directory              = /syscfg/opkg/libexec/postfix
queue_directory               = /syscfg/opkg/var/postfix

#   users
mail_owner                    = opkg
setgid_group                  = opkg-r
default_privs                 = opkg-n

#   local host
mydomain                      = xxx.xxx

#   smtp daemon
#smtpd_banner                 = $myhostname ESMTP $mail_name
#inet_interfaces               = 127.0.0.1

#   smtp client
#smtp_bind_address             = 127.0.0.1

#   relaying
mydestination                 =
mynetworks                    = 127.0.0.0/8
relayhost                     = relayhost

#   maps
alias_maps                    = hash:/syscfg/opkg/etc/postfix/aliases
alias_database                = hash:/syscfg/opkg/etc/postfix/aliases
default_database_type         = hash

#   local delivery
local_recipient_maps          =
recipient_delimiter           = +
mailbox_command               = /syscfg/opkg/bin/procmail -a "$EXTENSION"

Any ideas??? DNS lookups work fine for both of the hosts having troubles.

Doug
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [email protected]

Reply via email to