Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
evilh
Posts: 126 Joined: 2004-03-25 17:45
Contact:
Post
by evilh » 2004-05-18 12:23
Hallo zusammen,
seit 3 Tagen versucht O2 mir meine Online Rechnung per Mail zuzustellen.
Mein Postfix blockt das ganze aber jedesmal mit folgender Meldung:
Code: Select all
May 17 01:32:42 hxxxx postfix/smtpd[6460]: warning: 62.180.31.23: hostname mailserver1a.wbcm.viaginterkom.de verification failed: Host not found
äääh, was is da bei mir falsch eingestellt ?
Danke für eure Hilfe
schl
Posts: 343 Joined: 2003-02-05 11:26
Location: München/Unterschleißheim
Post
by schl » 2004-05-18 12:37
wenn Du mal so nett sein könntest und die main.cf posten würdest...
evilh
Posts: 126 Joined: 2004-03-25 17:45
Contact:
Post
by evilh » 2004-05-18 13:18
schuldigung...
hier die gesamte main.cf:
Code: Select all
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
default_privs = mtafw
mynetworks_style = host
smtpd_recipient_restrictions = permit_sasl_authenticated,
permit_mynetworks,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_non_fqdn_hostname,
reject_unknown_recipient_domain,
reject_invalid_hostname,
reject_unknown_hostname,
reject_unknown_sender_domain,
reject_rbl_client,
permit_mx_backup
reject_unauth_destination
mailbox_command = /usr/bin/procmail
debug_peer_level = 2
debugger_command =
PATH=/usr/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = maildrop
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/packages/postfix/samples
readme_directory = /usr/share/doc/packages/postfix/README_FILES
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_maps = hash:/etc/postfix/virtual, hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
myhostname = hxxxx.serverkompetenz.net
inet_interfaces = all
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
defer_transports =
disable_dns_lookups = no
relayhost =
content_filter = smtp:127.0.0.1:10024
mailbox_command = /usr/bin/procmail -a "$EXTENSION"
mailbox_transport =
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
#smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,check_relay_domains
alias_maps = hash:/etc/aliases
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
unknown_local_recipient_reject_code = 450
wennich das also richtig verstehe, dann würde mein problem behobenwerden, wenn ich 'reject_unknown_sender_domain'
rausschmeissen würde ?
antondollmaier
Posts: 485 Joined: 2004-03-30 10:06
Post
by antondollmaier » 2004-05-18 13:38
richtig ... :-D
fahr damit gut, gibt keine probleme ... der spam, der bei mir in den letzten tagen kam, war auf was anderes zurückzuführen ... mangelnde body/heady/mime-checks ...
mfg,
Anton
evilh
Posts: 126 Joined: 2004-03-25 17:45
Contact:
Post
by evilh » 2004-05-19 00:38
hat leider nicht geholfen... die mails von 02 prallen immer noch ab obwohl ich 'reject_unknown_sender_domain' rausgeschmissen hab, und postfix mit 'rcpostfix reload neu gestartet hab :(
so werd ich wohl nie erfahren wie hoch meine tel. rechnung ist 8)
antondollmaier
Posts: 485 Joined: 2004-03-30 10:06
Post
by antondollmaier » 2004-05-19 09:20
ok ...
dann hier mal meine smtpd_recipient_restrictions, vielleicht hilfts ...
Code: Select all
smtpd_recipient_restrictions = permit_sasl_authenticated,
permit_mynetworks,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_non_fqdn_hostname,
reject_unknown_recipient_domain,
reject_invalid_hostname,
permit_mx_backup,
reject_unauth_destination,
reject_rbl_client sbl.spamhaus.org,reject_rbl_client relays.ordb.org bl.spamcop.net,
hash:/etc/postfix/access
mfg,
Anton