PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : postfix einrichten



BeS
15.06.02, 22:58
Hi,
ich will meine mails mit postfix verschicken, das problem dabei ist das mein provider (1und1) smtp-auth verwendet. Ich habe postfix jetzt so konfiguriert:

main.cf


# 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

# smtp-auth
smtp_sasl_auth_enable=yes
smtp_sasl_password_maps=hash:/etc/postfix/sasl_passwd
smtpd_sasl_security_options=anonymous

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
setgid_group = postdrop
biff = no
myhostname = laptop
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = laptop, localhost.localdomain
relayhost = smtp.1und1.com
mynetworks = 127.0.0.0/8
mailbox_size_limit = 0
recipient_delimiter = +


Die Datei /etc/postfix/sasl_passwd sieht so aus:


smtp.1und1.com user:passwort


Die mails werden aber nicht verschickt bzw. kommen nicht an.
Hat jemand eine Idee was hier falsch ist oder fehlt?

PS. mit was für einer Absenderadresse verschickt postfix eigentlich die mails? Bei exim hat man das in der Datei /etc/email-addresses bestimmen können.

Danke!