Hello all,

I have a server with Postfix and it is not processing mail. I have set
up some aliases in /etc/postfix/aliases and after updating them, I run
postalias /etc/postfix/aliases. When I send to any of the aliases,
here is the message I get back:

Out: 220 huck.plinkit.org ESMTP Postfix
In:  EHLO mail4.state.or.us
Out: 250-huck.plinkit.org
Out: 250-PIPELINING
Out: 250-SIZE 10240000
Out: 250-VRFY
Out: 250-ETRN
Out: 250 8BITMIME
In:  MAIL From:<chris.a.ad...@state.or.us> SIZE=4091
Out: 250 Ok
In:  RCPT To:<independe...@plinkit.org>
Out: 451 Server configuration error
In:  DATA
Out: 554 Error: no valid recipients
In:  RSET
Out: 250 Ok
In:  QUIT
Out: 221 Bye

Here is an entry from the maillog file:

Sep 13 13:41:52 huck postfix/smtp[29817]: 20BABA0401B:
to=<chris.a.ad...@state.or.us>, orig_to=<postmaster>,
relay=smtp2.state.or.us[159.121.105.151], delay=0, status=sent (250
2.0.0 o8DKfqP4030019 Message accepted for delivery)

The smpt2 server is a central mail hub. It appears that mail sent
through my mail server is reaching the central mail hub, but when
processed, is sending back the error message.


Following is output from postconf -n

alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
body_checks = regexp:/etc/postfix/body_checks
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
default_privs = nobody
header_checks = regexp:/etc/postfix/header_checks
html_directory = no
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mime_header_checks = regexp:/etc/postfix/body_checks
mydestination = $mydomain,$myhostname,localhost,localhost.$localhost.localdomain
mydomain = plinkit.org
myhostname = huck.plinkit.org
mynetworks = 159.121.122.0/24, 127.0.0.0/8
mynetworks_style = subnet
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.2.10/README_FILES
recipient_delimiter = +
relay_domains = $mydestination
sample_directory = /usr/share/doc/postfix-2.2.10/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_recipient_restrictions = permit_sasl_authenticated,
permit_mynetworks,        reject_unauth_destination, reject_rbl_client
bl.spamcop.net, reject_rbl_client dnsbl.sorbs.net, reject_rbl_client
cbl.abuseat.org, reject_rbl_client ix.dnsbl.manitu.net,
reject_invalid_ reject_non_fqdn_ reject_non_fqdn_sender,
reject_non_fqdn_recipient, reject_unknown_sender_domain,
reject_unknown_recipient_domain, permit
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 450

Help with this is most appreciated. Thank you.

--
Christopher Adams
adam...@gmail.com

Reply via email to