PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Postfix SMTP Auth. zum Provider



schmidtthorsten
17.03.10, 08:22
Hallo und einen guten Tag.
Ich habe das Problem, das die SMTP-Auth. zum Provider scheidert.
Mails kommen bei mir rein, und die einselne Mailboxe logen sich über den SMTP-Auth. (Mysql) ein. IMAP, POP und SMTP intern kein problemm, nur die Übertragung zum Provider. Was mache ich Falsch ???

main.cf

inet_protocols = all
biff = no
mail_spool_directory = /var/mail
#sender_canonical_maps = hash:/etc/postfix/sender_canonical
#canonical_maps = hash:/etc/postfix/canonical
# virtual_alias_domains = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
# transport_maps = hash:/etc/postfix/transport

virtual_alias_maps = mysql:/etc/postfix/mysql-virtual.cf
# sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf
# canonical_maps = mysql:/etc/postfix/mysql-canonical.cf
transport_maps = mysql:/etc/postfix/mysql-transport.cf
alias_maps = $alias_database


masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
delay_warning_time = 1h
message_strip_characters = \0
program_directory = /usr/lib/postfix
masquerade_domains = computer-st.de
mydestination = $myhostname, localhost.$mydomain, $mydomain
defer_transports =
disable_dns_lookups = no
mailbox_command = /usr/bin/procmail
# mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp
mailbox_transport = cyrus
strict_8bitmime = no
disable_mime_output_conversion = no
smtpd_sender_restrictions = mysql:/etc/postfix/mysql-accress_sender.cf
smtpd_client_restrictions =
strict_rfc821_envelopes = no
smtpd_recipient_restrictions =
smtp_sasl_auth_enable = no
smtpd_sasl_auth_enable = no
smtpd_use_tls = no
smtp_use_tls = no
# alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 0
myorigin = srv004.css
smtpd_banner = mail.csssrv.de ESMTP $mail_version ready;
content_filter = vscan:

mynetworks = 192.168.2.0/24, 192.168.10.0/24
myhostname = srv004.css

# relayhost = smtp.webpage.t-com.de
#relayhost = smtp.strato.de
inet_interfaces = all

smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous , noplaintext
smtpd_sasl_tls_security_options = noanonymous, noplaintext
smtp_sasl_password_maps = hash:/etc/postfix/smtp_auth
# mysql:/etc/postfix/mysql-sasl_passwd.cf
broken_sasl_auth_clients = yes
# smtpd_delay_reject = yes
smtpd_helo_required = yes
# disable_vrfy_command = yes
# strict_rfc821_envelopes = yes

smtpd_sender_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
reject_non_fqdn_sender,
reject_unknown_sender_domain

smtpd_recipient_restrictions =
check_sender_access mysql:/etc/postfix/mysql-accress_sender.cf,
permit_sasl_authenticated,
permit_mynetworks,
permit_inet_interfaces,
reject_unauth_destination,
reject_invalid_hostname,
reject_non_fqdn_hostname,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
reject_unauth_pipelining,
reject_unauth_destination,
reject_rbl_client zen.spamhaus.org,
reject_rbl_client bl.spamcop.net,
reject_rbl_client list.dsbl.org,
reject_rbl_client sbl-xbl.spamhaus.org,
reject_rbl_client whois.rfc-ignorant.org,
reject_rbl_client ix.dnsbl.manitu.org,
reject_rbl_client multihop.dsbl.org,
reject_rbl_client dnsbl.ahbl.org,
reject_rbl_client rhsbl.ahbl.org,

schmidtthorsten
18.03.10, 08:10
Problem behobben smtp_sasl_auth_enable = yes hatte gefehlt