Hallo zusammen,
Hab zum größten Teil nach dem Howto von www.linux-tin.org mir einen Imap-Server gebastelt (postfix, cyrus-imap und fetchmail).
Es funktioniert eigentlich "fast" alles.
Emails intern verschicken und empfangen funktioniert.
Emails von extern empfangen funktioniert.
Mein Problem:
Nur ein Emailaccount kann Emails verschicken.
Und zwar der Account der auch in der sasl_passwd steht.
Die 2 anderen Emailsaccounts können nach extern keine Emails verschicken.
WARUM?
Ich benutze Ubuntu 5.04 mit Postfix, Cyrus als Imap-Server und Fetchmail zum Emails abholen.
Meine 3 Test-Emailskonten:
imap.test01@connet-online.de (dieser steht in der sasl_passwd)
imap.test02@connet-online.de
imap.test03@connet-online.de
Hier meine main.cf:
und hier der Inhalt der sasl_passwd:
Über Hilfe freue ich mich,
Gruß Mr.Brot
Hab zum größten Teil nach dem Howto von www.linux-tin.org mir einen Imap-Server gebastelt (postfix, cyrus-imap und fetchmail).
Es funktioniert eigentlich "fast" alles.
Emails intern verschicken und empfangen funktioniert.
Emails von extern empfangen funktioniert.
Mein Problem:
Nur ein Emailaccount kann Emails verschicken.
Und zwar der Account der auch in der sasl_passwd steht.
Die 2 anderen Emailsaccounts können nach extern keine Emails verschicken.
WARUM?
Ich benutze Ubuntu 5.04 mit Postfix, Cyrus als Imap-Server und Fetchmail zum Emails abholen.
Meine 3 Test-Emailskonten:
imap.test01@connet-online.de (dieser steht in der sasl_passwd)
imap.test02@connet-online.de
imap.test03@connet-online.de
Hier meine main.cf:
Code:
relayhost = customer-smtp.b-one.net
defaultprivs = nobody
mailbox_transport = cyrus
fallback_transport = cyrus
local_destination_concurrency_limit = 2
default_destination_concurrency_limit = 10
default_peer_level = 2
cyrus_destination_recipient_limit = 1
mynetworks = 10.0.0.0/24, 127.0.0.0/8
myhostname = mail.connet-online.de
mydomain = connet-online.de
myorigin = $mydomain
mydestination = $myhostname, $mydomain, localhost, localhost.$mydomain
mail_owner = postfix
default_transport = smtp
canonical_maps = hash:/etc/postfix/canonical
virtual_maps = hash:/etc/postfix/virtual
smtpd_banner = $myhostname ESMTP
alias_maps = hash:/etc/aliases
local_recipient_maps =
luser_relay = $imap.test01@connet-online.de
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $mydomain
broken_sasl_auth_clients = yes
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_helo_name = $myhostname
smtp_always_send_ehlo = yes
smtpd_helo_required = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_recipient_restrictions = permit_sasl_authenticated
permit_mynetworks
reject_unauth_destination
und hier der Inhalt der sasl_passwd:
Code:
customer-smtp.b-one.net imap.test01@connet-online.de:password
Über Hilfe freue ich mich,
Gruß Mr.Brot