SMTP AUTH PROBLEM
Posted: 2006-04-27 20:05
Hallo Forum,
trotz aller Howtos im Forum funktionert mein SMTP-Auth leider immer noch nicht. Obwohl alles m.E. richtig eingestellt ist kann ich keine Mails an externe Adressen schicken. Ich wäre daher für jeden Hinweis dankbar, der mir hilft. Schon jetzt 1000 Dank!
----------------------------------------------------------
/etc/postfix/sasl/smtpd.conf
----------------------------------------------------------
pwcheck_method: saslauthd
mech_list: PLAIN LOGIN
saslauthd_path: /var/run/saslauthd/mux
autotransition:true
----------------------------------------------------------
/etc/postfix/main.cf
----------------------------------------------------------
mailq_path = /usr/bin/mailq
# setgid_group: The group for mail submission and queue management
# commands. This must be a group name with a numerical group ID that
# is not shared with other accounts, not even with the Postfix account.
#
setgid_group = maildrop
# manpage_directory: The location of the Postfix on-line manual pages.
#
manpage_directory = /usr/share/man
# sample_directory: The location of the Postfix sample configuration files.
#
sample_directory = /usr/share/doc/packages/postfix/samples
# readme_directory: The location of the Postfix README files.
#
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 = servername.de
program_directory = /usr/lib/postfix
inet_interfaces = all
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
defer_transports =
disable_dns_lookups = no
relayhost =
content_filter =
mailbox_command =
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_mynetworks,reject_unauth_destination
smtp_sasl_auth_enable = no
smtpd_use_tls = no
smtp_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 10240000
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options =
broken_sasl_auth_clients = yes
# manuell eingefür Spamassassin
mailbox_command = /usr/bin/procmail
smtpd_sasl2_auth_enable = no
----------------------------------------------------------
/var/log/mail.err
----------------------------------------------------------
Apr 27 19:40:48 postfix/smtp[26725]: fatal: specify a password table via the `smtp_sasl_password_maps' configuration parameter
----------------------------------------------------------
Solltet Ihr noch weitere Infos brauchen, lasst es mich bitte wissen. Ich poste gerne weitere Files etc.
Schon jetzt danke an ALLE!
trotz aller Howtos im Forum funktionert mein SMTP-Auth leider immer noch nicht. Obwohl alles m.E. richtig eingestellt ist kann ich keine Mails an externe Adressen schicken. Ich wäre daher für jeden Hinweis dankbar, der mir hilft. Schon jetzt 1000 Dank!
----------------------------------------------------------
/etc/postfix/sasl/smtpd.conf
----------------------------------------------------------
pwcheck_method: saslauthd
mech_list: PLAIN LOGIN
saslauthd_path: /var/run/saslauthd/mux
autotransition:true
----------------------------------------------------------
/etc/postfix/main.cf
----------------------------------------------------------
mailq_path = /usr/bin/mailq
# setgid_group: The group for mail submission and queue management
# commands. This must be a group name with a numerical group ID that
# is not shared with other accounts, not even with the Postfix account.
#
setgid_group = maildrop
# manpage_directory: The location of the Postfix on-line manual pages.
#
manpage_directory = /usr/share/man
# sample_directory: The location of the Postfix sample configuration files.
#
sample_directory = /usr/share/doc/packages/postfix/samples
# readme_directory: The location of the Postfix README files.
#
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 = servername.de
program_directory = /usr/lib/postfix
inet_interfaces = all
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
defer_transports =
disable_dns_lookups = no
relayhost =
content_filter =
mailbox_command =
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_mynetworks,reject_unauth_destination
smtp_sasl_auth_enable = no
smtpd_use_tls = no
smtp_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 10240000
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options =
broken_sasl_auth_clients = yes
# manuell eingefür Spamassassin
mailbox_command = /usr/bin/procmail
smtpd_sasl2_auth_enable = no
----------------------------------------------------------
/var/log/mail.err
----------------------------------------------------------
Apr 27 19:40:48 postfix/smtp[26725]: fatal: specify a password table via the `smtp_sasl_password_maps' configuration parameter
----------------------------------------------------------
Solltet Ihr noch weitere Infos brauchen, lasst es mich bitte wissen. Ich poste gerne weitere Files etc.
Schon jetzt danke an ALLE!