ich habe das Problem, dass trotz stundenlanges Probieren die SMTP-Benutzer sich nicht authentifizieren müssen. Ich habe das Script auf http://www.debianforum.de/wiki/?page=Postfix+SMTP-AUTH benutzt, welches die Konfiguration automatisch übernehmen sollte. Hat auch alles geklappt, aber ich merke keinen Unterschied zu vorher. Die Benutzer können E-Mails ohne Authentifierung verschicken.
[UPDATE]
Ich habe jetzt festgestellt, dass Postfix garnicht versucht, eine Authentifikation durchzuführen. Meine neue main.cf sieht so aus:
Code: Alles auswählen
# see /usr/share/postfix/main.cf.dist for a commented, fuller
# version of this file.
# Do not change these directory settings - they are critical to Postfix
# operation.
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
setgid_group = postdrop
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
myhostname = SERVER.HOME
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = SERVER, SERVER.HOME, localhost.HOME, localhost, gilion.homelinux.com, 192.168.0.254
relayhost =
mynetworks = 127.0.0.0/8
mailbox_command =
mailbox_size_limit = 0
recipient_delimiter = +
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, check_relay_domains
Ich habe mich mal mit nem Telnetprog am Port 25 des Servers angemeldet und dort steht:
Code: Alles auswählen
220 SERVER.HOME ESMTP Postfix (Debian/GNU)
meine /etc/postfix/sasl/smtpd.conf enhält: pwcheck_method: pwcheck
Ach in der logdatei steht noch folgendes.. könnte wichtig sein:
Code: Alles auswählen
Oct 21 20:34:16 SERVER postfix/smtpd[3708]: connect from DEATHPC[192.168.0.2]
Oct 21 20:34:16 SERVER postfix/smtpd[3708]: 9945D3BAE1: client=DEATHPC[192.168.0.2]
Oct 21 20:34:16 SERVER postfix/smtpd[3708]: reject: RCPT from DEATHPC[192.168.0.2]: 554 <blubbbla@gilion.de>: Recipient address rejected: Relay access denied; from=<blubbbla@gilion.de> to=<blubbbla@gilion.de>
Oct 21 20:34:21 SERVER postfix/smtpd[3708]: disconnect from DEATHPC[192.168.0.2]
Bitte schreib doch mal einer was hierhin .. Was kann noch falsch sein?
Ich sitz da schon Tage dran..
Daaaanke
gIlioner