Postfix MySQL SMTP-Auth

wotan2005

Member
Hey Folks,

nur kurze Frage zum Verständnis. Welche der folgenden Einstellungen ist bei ISPConfig für das Postfix SMTP-Auth zuständig:
Code:
virtual_alias_domains =
virtual_alias_maps = hash:/var/lib/mailman/data/virtual-mailman, proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, proxy:mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_mailbox_base = /var/vmail
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
....
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_authenticated_header = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf
smtpd_tls_security_level = may
transport_maps = hash:/var/lib/mailman/data/transport-mailman, proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
relay_domains = mysql:/etc/postfix/mysql-virtual_relaydomains.cf
relay_recipient_maps = mysql:/etc/postfix/mysql-virtual_relayrecipientmaps.cf
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks
smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.cf
smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-virtual_client.cf
....
maildrop_destination_concurrency_limit = 1
maildrop_destination_recipient_limit = 1
virtual_transport = dovecot
header_checks = regexp:/etc/postfix/header_checks
mime_header_checks = regexp:/etc/postfix/mime_header_checks
nested_header_checks = regexp:/etc/postfix/nested_header_checks
body_checks = regexp:/etc/postfix/body_checks
owner_request_special = no
smtp_tls_security_level = may
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
smtpd_tls_protocols = !SSLv2,!SSLv3
smtp_tls_protocols = !SSLv2,!SSLv3
dovecot_destination_recipient_limit = 1
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
content_filter = amavis:[127.0.0.1]:10024
receive_override_options = no_address_mappings
message_size_limit = 52428800

Es geht jetzt nur um Postfix SMTP-Auth.
 

wotan2005

Member
das heisst ich kann alles entfernen was auf /var/lib/mailman/... und /etc/postfix/mysql... eingerichtet ist?

Der Postfix soll nur als Postausgang genutzt werden.
 

F4RR3LL

Active Member
Ähm wenn Du ispconfig nutzt solltest Du tunlichst den mysql Part drin lassen.
Am besten gleich in der Fragestellung mitteilen worauf Du hinaus willst. Aber ich vermute mal aufgrund des Topics *Glaskugel* unso

Gruß Sven
 

wotan2005

Member
steht doch genau über deinem Post:
Der Postfix soll nur als Postausgang genutzt werden.
doch bei der derzeitigen Einrichtung (ISPConfig Howto) leitet er die Bounce nicht an den richtigen Mailserver, sondern sortiert sie selber im MailDir ein, anstatt die Bounce an den für die Mail-Domain zuständigen Mailserver weiterzuleiten, aber mittlerweile konnte ich Postfix/Dovecot soweit abrüsten, das diese beiden genau das machen, was Sie tun sollen.
Postfix die Mails versenden und bei Bounce an den richtigen Mailserver weiterleiten.
 

Werbung

Top