|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
#SASL Konfiguration # Damit wird SASL für den SMTP Daemon aktiviert smtp_sasl_auth_enable = yes # Postfix verwendet dovecot SASL zur Authentifizierung (POP vor SMTP!) smtpd_sasl_type = dovecot # Dieser Pfad relativ zum $queue_directory gibt den Socket an, bei dem der dovecot SASL Verbindungen akzeptiert #smtpd_sasl_path = private/auth # noplaintext weglassen, wenn Passwörter im Klartext übertragen werden müssen #smtpd_sasl_security_options = noanonymous #smtp_sasl_security_options = noplaintext noanonymous smtp_sasl_security_options = # Hier keine Domain angeben, ansonsten muss der Benutzer beim Login den Domainnamen an den Benutzernamen anhängen smtpd_sasl_local_domain = # Diese Zeile dient dazu, um Clients, welche sich nicht an den RFC 2554 halten, # trotzdem zu authentifizieren (z. B. Outlook Express 4, Exchange 5.0) broken_sasl_auth_clients = yes # Logininformation zum Provider smtp_sasl_password_maps = hash:/etc/postfix/sasl_password # erweiterte Begruessung smtp_always_send_ehlo = yes smtpd_sasl_authenticated_header = yes |
|
|
Quellcode |
1 |
smtp_sasl_security_options = |
|
|
Quellcode |
1 2 3 |
Sep 20 11:24:37 mail postfix/local[12457]: CF354280FDAF: to=<camaris@mail.hutchef.intern>, orig_to=<webmaster@mail.hutchef.intern>, relay=local, delay=0.24, delays=0.08/0.15/0/0.01, dsn=2.0.0, status=sent (delivered to mailbox) Sep 20 11:24:38 mail postfix/smtp[12456]: warning: SASL authentication failure: No worthy mechs found Sep 20 11:24:38 mail postfix/smtp[12456]: CF354280FDAF: to=<hutchef-san@shiru.de>, relay=smtp.mail.yahoo.com[209.191.106.160]:25, delay=1.3, delays=0.08/0.14/1.1/0, dsn=4.7.0, status=deferred (SASL authentication failed; cannot authenticate to server smtp.mail.yahoo.com[209.191.106.160]: no mechanism available) |
|
|
Quellcode |
1 2 |
START=yes MECHANISMS="shadow" |
|
|
Quellcode |
1 2 3 |
pwcheck_method: saslauthd mech_list: PLAIN LOGIN saslauthd_path: /var/run/saslauthd/mux |
|
|
Quellcode |
1 2 3 4 5 |
# ========================================================================== # service type private unpriv chroot wakeup maxproc command + args # (yes) (yes) (yes) (never) (100) # ========================================================================== smtp inet n - n - - smtpd |
Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: generic
Desktop: GNOME Shell
Architektur: 64-bit
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# # ssl/tls # # aktiviert STARTTLS wenn postfix server ist smtpd_use_tls = yes # loggt (nicht) in den received-zeilen smtpd_tls_received_header = no # pfad zum privaten schluessel smtpd_tls_key_file = /etc/postfix/key.pem # smtpd_tls_cert_file = /etc/postfix/cert.pem smtpd_tls_CAfile = /etc/postfix/CAcert.pem smtpd_tls_auth_only = no |

Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: generic
Desktop: GNOME Shell
Architektur: 64-bit

|
|
Quellcode |
1 2 |
mydestination = mail.$mydomain, localhost.$mydomain, localhost, thor.$mydomain, checker.$mydomain, whismaster.$mydomain relay_domains = $mydestination |
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Sep 20 12:52:11 mail postfix/smtpd[13068]: connect from whismaster.hutchef.intern[192.168.150.51] Sep 20 12:57:38 mail postfix/smtpd[13068]: timeout after CONNECT from whismaster.hutchef.intern[192.168.150.51] Sep 20 12:57:38 mail postfix/smtpd[13068]: disconnect from whismaster.hutchef.intern[192.168.150.51] Sep 20 13:01:50 mail postfix/smtpd[13093]: connect from whismaster.hutchef.intern[192.168.150.51] Sep 20 13:02:44 mail postfix/smtpd[13093]: lost connection after CONNECT from whismaster.hutchef.intern[192.168.150.51] Sep 20 13:02:44 mail postfix/smtpd[13093]: disconnect from whismaster.hutchef.intern[192.168.150.51] Sep 21 06:37:40 mail postfix/smtpd[13179]: connect from whismaster.hutchef.intern[192.168.150.51] Sep 21 06:37:41 mail postfix/smtpd[13179]: 27A21280FDAF: client=whismaster.hutchef.intern[192.168.150.51] Sep 21 06:37:41 mail postfix/cleanup[13182]: 27A21280FDAF: message-id=<E1KhGhY-0003OV-Gx@whismaster.hutchef.intern> Sep 21 06:37:41 mail postfix/qmgr[13062]: 27A21280FDAF: from=<hutchef-san@shiru.de>, size=798, nrcpt=1 (queue active) Sep 21 06:37:41 mail postfix/smtpd[13179]: disconnect from whismaster.hutchef.intern[192.168.150.51] Sep 21 06:37:44 mail postfix/smtp[13183]: 27A21280FDAF: to=<camaris@locahost>, relay=smtp.mail.yahoo.com[69.147.95.94]:25, delay=3.3, delays=0.09/0.09/2.3/0$ Sep 21 06:37:44 mail postfix/qmgr[13062]: 27A21280FDAF: removed |
Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: generic
Desktop: GNOME Shell
Architektur: 64-bit
ich weiß was das ist und sollte mit Einträgen in der main.cf verhindert sein.
#smtpd_sasl_security_options = noanonymous
relay=smtp.mail.yahoo.com

|
|
Quellcode |
1 |
smtpd_sasl_security_options = noanonymous |
Benutzerinformationen überspringen
Ubuntu: 12.04
Kernel: generic
Desktop: GNOME Shell
Architektur: 64-bit

|
|
Quellcode |
1 |
smtp_sasl_security_options = noplaintext noanonymous |
|
|
Quellcode |
1 |
smtp_sasl_security_options = |
Burning Board, entwickelt von WoltLab GmbH.
UbuntuFreunde von Easyy-S und basslord seit 06.12.06
Ubuntufreunde.de runs on ubuntu 10.04





