Nachdem ich heute endlich meine Webfakt-Lizenz bekommen habe, wollte ich mich gleich mit dem integrierten Mailversand beschäftigen, der Dateianhänge (PDF-Dokumente) direkt aus Webfakt versendet.
Problem ist nur, dass diese Emails gebounced werden:
Code: Select all
This is the Postfix program at host eco1045.meinserver.de.
I'm sorry to have to inform you that your message could not be
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The Postfix program
<kaktusstaude@ycn.at>: host 127.0.0.1[127.0.0.1] said: 550 5.7.1
Message
content rejected, UBE, id=14120-03 (in reply to end of DATA
command)postconf -n
Code: Select all
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
biff = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/lib/postfix
home_mailbox = Maildir/
mail_owner = postfix
mailbox_size_limit = 51200000
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost
myhostname = eco1045.meinserver.de
mynetworks = 127.0.0.0/8
newaliases_path = /usr/bin/newaliases
readme_directory = no
recipient_canonical_maps = hash:/etc/postfix/canonical
recipient_delimiter = +
relocated_maps = hash:/etc/postfix/relocated
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtpd_helo_restrictions = permit_mynetworks, permit
smtpd_recipient_restrictions = reject_unknown_sender_domain, permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination reject_rbl_client dul.dnsbl.sorbs.net reject_rbl_client ix.dnsbl.manitu.net reject_rbl_client cbl.abuseat.org reject_rbl_client sbl.spamhaus.org reject_rbl_client list.dsbl.org reject_rbl_client relays.ordb.org reject_rbl_client opm.blitzed.org reject_rhsbl_client blackhole.securitysage.com reject_rhsbl_sender blackhole.securitysage.com
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
smtpd_use_tls = yesLg Jürgen
EDIT #1:
Habe soeben folgende Zeile deaktiviert
Code: Select all
content_filter = smtp-amavis:[127.0.0.1]:10024Also muss ich wohl die Suche nach "smtp-amavis" eingrenzen...
EDIT #2:
Habe amavis-new auf "bounce" (statt "reject") umgestellt und bekomme nun folgende Infonachricht:
Code: Select all
Your message to:
-> kaktusstaude@ycn.at
was considered unsolicited bulk e-mail (UBE).
Subject: Rechnung
Return-Path: <email@server.com>
Delivery of the email was stopped!