[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Postfix mit SMTP-Auth



Hallo Liste, 

Ich habe ein kleines Problem mit SMTP-Auth und Postfix. Ich moechte
gerne Postfix so einrichten das alle Clients die ueber meinen Server
nachrichten verschicken wollen sich authentifizieren sollen. Mein Server
holt allerdings Mailsw mittels fetchmail von einem puretec-server ab.
Diese Mails kommen dann ohne authentifitierung rein.

Ich habe den Artikel aus dem aktuellen Linux-Magazin genommen aber mir
scheint da etwas fehlt. Mit der unten angehaengten Konfiguration bekomme
ich folgenden Fehler wenn ich mails mittels fetchmail vom Puretec Server
abholen will: 

-- /var/log/mail.log --
Nov  3 15:33:35 lothlorien postfix/master[4496]: warning:
/usr/lib/postfix/smtpd: bad command startup -- throttling
Nov  3 15:33:35 lothlorien postfix/smtpd[6120]: fatal: no SASL
authentication mechanisms
Nov  3 15:33:36 lothlorien postfix/master[4496]: warning: process
/usr/lib/postfix/smtpd pid 6120 exit status 1

Ich hoffe jemand von euch kann mir weiterhelfen und mir sagen was ich
falsch mache. Postfix und SASL sind aus "woody". 

Vielen Dank schonmal im Vorraus, 

-Jason


-- /etc/postfix/main.cf --
#
# Postfix main.cf
#
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix
#
# Authentification SMTP | Who are we? 
#
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
setgid_group = postdrop
#
# Destination, Origin, Domain and Hostname Specification
#
mydestination = lothlorien.mittelerde, localhost.mittelerde,
myorigin = $myhostname.$mydomain
myhostname = lothlorien
mydomain = mittelerde
relayhost = smtp.puretec.de
mynetworks = 127.0.0.0/8
#
# Aliases for Maps, Databases and Canonicals
#
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
sender_canonical_maps = hash:/etc/postfix/sender_canonical
mail_spool_directory = /var/spool/mail
mailbox_command = procmail -a
mailbox_size_limit = 0
recipient_delimiter = +
#
# Security
#
smtpd_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous, noplaintext
smtpd_sasl_local_domain = lothlorien
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions= permit_mynetworks,
permit_sasl_authenticated, check_relay_domains, reject
smtpd_recipient_restrictions= permit_mynetworks, check_relay_domains, reject

-- /etc/postfix/sasl/smtpd.conf --
pwcheck_method: pam

Attachment: pgp85kv3X1oGt.pgp
Description: PGP signature


Reply to: