• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Interne Mails werden als UNSOLICITED BULK EMAIL deklariert

Hallo ich hoffe hier kann man mir weiterhelfen.

Ich habe seit einiger zeit bei einem Kunden folgendes Problem:
Wenn ein Mitarbeiter von intern über den Mailserver Mails versendet gibt es keine Probleme.

Aber sobald dieser Mitarbeiter von Extern über ein UMTS-Modem Mails versenden will bekommt er immer
einen "UNSOLICITED BULK EMAIL" Bounce.

An was könnte das liegen.

hier mal postconf -n
Code:
alias_maps = hash:/etc/aliases
allow_percent_hack = no
append_at_myorigin = no
append_dot_mydomain = no
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp:[127.0.0.1]:10024
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
defer_transports =
disable_dns_lookups = no
html_directory = /usr/share/doc/packages/postfix/html
mailbox_command = /usr/bin/procmail
mailbox_size_limit = 0
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
masquerade_classes = envelope_sender, header_sender, header_recipient
maximal_queue_lifetime = 2d
message_size_limit = 102400000
mydestination = $myhostname, mail.$mydomain, $mydomain
mydomain = kunde.com
myhostname = mail.kunde.com
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
prepend_delivered_header =
readme_directory = /usr/share/doc/packages/postfix/README_FILES
recipient_bcc_maps = hash:/etc/postfix/bccmap_empfang.cf
sample_directory = /usr/share/doc/packages/postfix/samples
sender_bcc_maps = hash:/etc/postfix/bccmap.cf
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtp_sasl_auth_enable = no
smtp_use_tls = no
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_sasl_authenticated permit_mynetworks check                                                                             _client_access hash:/etc/postfix/access check_relay_domains
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = mail
smtpd_sasl_security_options = noanonymous
soft_bounce = no
strict_rfc821_envelopes = no
swap_bangpath = no
unknown_local_recipient_reject_code = 550
virtual_alias_maps = hash:/etc/postfix/virtual
 
Kann auch am amavis liegen, siehe dazu auch mal hier:
http://old.nabble.com/Stopping-%22Considered-UNSOLICITED-BULK-EMAIL%22-notices-td23405957.html
 
Oben