when i've seen those errors, then i have it set up that there is no relaying.
here's my config-
smtpd_banner = $mail_name
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
delay_warning_time = 4h
myorigin = $mydomain
mydomain = xxx.com
myhostname = prometheus.xxx.com
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = xxx.com, prometheus.xxx.com, localhost.xxx.com, localhost
relayhost =
mynetworks = 127.0.0.0/8
mynetworks_style = host
mailbox_command =
mailbox_size_limit = 0
recipient_delimiter =
masquerade_domains = xxx.com
unknown_local_recipient_reject_code = 450
content_filter = smtp-amavis:[127.0.0.1]:10024
inet_interfaces = all
that might help some.
cheers.
|