Mailversand
Mailversand
Guten Tag
mein Server wurde heute neugestartet und seitdem kann ich keine Mails mehr versenden.
Postfix ist gestartet, saslauth auch.
5323 ? S 0:00 /usr/sbin/saslauthd -a pam
5324 ? S 0:00 /usr/sbin/saslauthd -a pam
5325 ? S 0:00 /usr/sbin/saslauthd -a pam
5326 ? S 0:00 /usr/sbin/saslauthd -a pam
5327 ? S 0:00 /usr/sbin/saslauthd -a pam
Im Log wenn ich versenden will steht:
May 28 18:09:41 ds80-237-208-17 saslauthd[5327]: PAM unable to dlopen(/lib/security/pam_winbind.so)
May 28 18:09:41 ds80-237-208-17 saslauthd[5327]: PAM [dlerror: /lib/security/pam_winbind.so: cannot open shared object file:
No such file or directory]
May 28 18:09:41 ds80-237-208-17 saslauthd[5327]: PAM adding faulty module: /lib/security/pam_winbind.so
May 28 18:09:41 ds80-237-208-17 saslauthd[5327]: pam_unix2: Unknown option: `likeauth'
May 28 18:09:41 ds80-237-208-17 postfix/smtpd[6721]: warning: i3ED62F07.versanet.de[62.214.47.7]: SASL LOGIN authentication f
ailed
Kann mir jemmand helfen?
Danke
mein Server wurde heute neugestartet und seitdem kann ich keine Mails mehr versenden.
Postfix ist gestartet, saslauth auch.
5323 ? S 0:00 /usr/sbin/saslauthd -a pam
5324 ? S 0:00 /usr/sbin/saslauthd -a pam
5325 ? S 0:00 /usr/sbin/saslauthd -a pam
5326 ? S 0:00 /usr/sbin/saslauthd -a pam
5327 ? S 0:00 /usr/sbin/saslauthd -a pam
Im Log wenn ich versenden will steht:
May 28 18:09:41 ds80-237-208-17 saslauthd[5327]: PAM unable to dlopen(/lib/security/pam_winbind.so)
May 28 18:09:41 ds80-237-208-17 saslauthd[5327]: PAM [dlerror: /lib/security/pam_winbind.so: cannot open shared object file:
No such file or directory]
May 28 18:09:41 ds80-237-208-17 saslauthd[5327]: PAM adding faulty module: /lib/security/pam_winbind.so
May 28 18:09:41 ds80-237-208-17 saslauthd[5327]: pam_unix2: Unknown option: `likeauth'
May 28 18:09:41 ds80-237-208-17 postfix/smtpd[6721]: warning: i3ED62F07.versanet.de[62.214.47.7]: SASL LOGIN authentication f
ailed
Kann mir jemmand helfen?
Danke
Last edited by thomas.km on 2005-05-28 19:50, edited 1 time in total.
-
Roger Wilco
- Posts: 5923
- Joined: 2004-05-23 12:53
Re: Mailversand
Dann konfiguriere /etc/pam.d/saslauthd mal richtig. ;)
Schmeiß pam_winbind raus (weil es das nicht mehr gibt) und lösche den Parameter "likeauth" bei pam_unix2...
Schmeiß pam_winbind raus (weil es das nicht mehr gibt) und lösche den Parameter "likeauth" bei pam_unix2...
Re: Mailversand
nur um nix falsch zu machen, so sieht das file aus:
#%PAM-1.0
auth required /lib/security/pam_env.so
auth sufficient /lib/security/pam_winbind.so
auth sufficient /lib/security/pam_unix.so likeauth nullok use_first_pass
auth required /lib/security/pam_deny.so
account sufficient /lib/security/pam_winbind.so
account required /lib/security/pam_unix.so
password required /lib/security/pam_cracklib.so retry=3
password sufficient /lib/security/pam_unix.so nullok use_authtok md5 shadow
password required /lib/security/pam_deny.so
session required /lib/security/pam_mkhomedir.so skel=/etc/skel/ umask=0022
session required /lib/security/pam_limits.so
session required /lib/security/pam_unix.so
da schmeiße ich jetzt die Zeilen:
auth sufficient /lib/security/pam_winbind.so
account sufficient /lib/security/pam_winbind.so
noch was? weil mit pam_unix2 sehe ich da nix :-/
#%PAM-1.0
auth required /lib/security/pam_env.so
auth sufficient /lib/security/pam_winbind.so
auth sufficient /lib/security/pam_unix.so likeauth nullok use_first_pass
auth required /lib/security/pam_deny.so
account sufficient /lib/security/pam_winbind.so
account required /lib/security/pam_unix.so
password required /lib/security/pam_cracklib.so retry=3
password sufficient /lib/security/pam_unix.so nullok use_authtok md5 shadow
password required /lib/security/pam_deny.so
session required /lib/security/pam_mkhomedir.so skel=/etc/skel/ umask=0022
session required /lib/security/pam_limits.so
session required /lib/security/pam_unix.so
da schmeiße ich jetzt die Zeilen:
auth sufficient /lib/security/pam_winbind.so
account sufficient /lib/security/pam_winbind.so
noch was? weil mit pam_unix2 sehe ich da nix :-/
Re: Mailversand
Code: Select all
#%PAM-1.0
auth required /lib/security/pam_env.so
auth sufficient /lib/security/pam_unix.so nullok use_first_pass
auth required /lib/security/pam_deny.so
account required /lib/security/pam_unix.so
password required /lib/security/pam_cracklib.so retry=3
password sufficient /lib/security/pam_unix.so nullok use_authtok md5 shadow
password required /lib/security/pam_deny.so
session required /lib/security/pam_mkhomedir.so skel=/etc/skel/ umask=0022
session required /lib/security/pam_limits.so
session required /lib/security/pam_unix.so
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: Mailversand
habe das so reinkopiert,
rcsaslauthd restart
Shutting down service saslauthd done
Starting service saslauthd done
versucht Mail zu versenden:
May 28 18:55:57 ds80-237-208-17 saslauthd[7677]: PAM unable to dlopen(/lib/security/pam_winbind.so)
May 28 18:55:57 ds80-237-208-17 saslauthd[7677]: PAM [dlerror: /lib/security/pam_winbind.so: cannot open shared object file:
No such file or directory]
May 28 18:55:57 ds80-237-208-17 saslauthd[7677]: PAM adding faulty module: /lib/security/pam_winbind.so
May 28 18:55:57 ds80-237-208-17 saslauthd[7677]: pam_unix2: Unknown option: `likeauth'
May 28 18:55:57 ds80-237-208-17 saslauthd[7677]: DEBUG: auth_pam: pam_authenticate failed: Authentication failure
May 28 18:55:57 ds80-237-208-17 saslauthd[7677]: do_auth : auth failure: [user=web1p1] [service=smtp] [realm=mail.domain.de] [mech=pam] [reason=PAM auth error]
Immer noch winband.so?
rcsaslauthd restart
Shutting down service saslauthd done
Starting service saslauthd done
versucht Mail zu versenden:
May 28 18:55:57 ds80-237-208-17 saslauthd[7677]: PAM unable to dlopen(/lib/security/pam_winbind.so)
May 28 18:55:57 ds80-237-208-17 saslauthd[7677]: PAM [dlerror: /lib/security/pam_winbind.so: cannot open shared object file:
No such file or directory]
May 28 18:55:57 ds80-237-208-17 saslauthd[7677]: PAM adding faulty module: /lib/security/pam_winbind.so
May 28 18:55:57 ds80-237-208-17 saslauthd[7677]: pam_unix2: Unknown option: `likeauth'
May 28 18:55:57 ds80-237-208-17 saslauthd[7677]: DEBUG: auth_pam: pam_authenticate failed: Authentication failure
May 28 18:55:57 ds80-237-208-17 saslauthd[7677]: do_auth : auth failure: [user=web1p1] [service=smtp] [realm=mail.domain.de] [mech=pam] [reason=PAM auth error]
Immer noch winband.so?
Last edited by thomas.km on 2005-05-28 19:42, edited 1 time in total.
-
Roger Wilco
- Posts: 5923
- Joined: 2004-05-23 12:53
Re: Mailversand
Hast du auch /etc/pam.d/smtp editiert? Es sollte eigentlich für jeden Dienst eine eigene PAM-Konfiguration geben.thomas.km wrote:Immer noch winband.so?
Re: Mailversand
nein habe ich nicht, wollte mich hier an die Anleitung halten, aber werde ich mal machen.
Was muss ich dafür neustarten, nur Postfix?
Was muss ich dafür neustarten, nur Postfix?
Re: Mailversand
das scheints auch nicht gewesen zu sein, klappt immer noch nicht, auch wenn winband.so raus ist:Roger Wilco wrote:Hast du auch /etc/pam.d/smtp editiert? Es sollte eigentlich für jeden Dienst eine eigene PAM-Konfiguration geben.thomas.km wrote:Immer noch winband.so?
May 28 19:39:22 ds80-237-208-17 saslauthd[7676]: DEBUG: auth_pam: pam_authenticate failed: Authentication failure
May 28 19:39:22 ds80-237-208-17 saslauthd[7676]: do_auth : auth failure: [user=web1p1] [service=smtp] [realm=mail.domain.de] [mech=pam] [reason=PAM auth error]
Re: Mailversand
Welche /etc/pam.d/* hast Du wie geändert?
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: Mailversand
ich habe die /etc/pam.d/smtp und /etc/pam.d/saslauthd beide gleich geändert wie oben beschrieben wurde (vorher Backup)
beide:
#%PAM-1.0
auth required /lib/security/pam_env.so
auth sufficient /lib/security/pam_unix.so nullok use_first_pass
auth required /lib/security/pam_deny.so
account required /lib/security/pam_unix.so
password required /lib/security/pam_cracklib.so retry=3
password sufficient /lib/security/pam_unix.so nullok use_authtok md5 shadow
password required /lib/security/pam_deny.so
session required /lib/security/pam_mkhomedir.so skel=/etc/skel/ umask=0022
session required /lib/security/pam_limits.so
session required /lib/security/pam_unix.so
beide:
#%PAM-1.0
auth required /lib/security/pam_env.so
auth sufficient /lib/security/pam_unix.so nullok use_first_pass
auth required /lib/security/pam_deny.so
account required /lib/security/pam_unix.so
password required /lib/security/pam_cracklib.so retry=3
password sufficient /lib/security/pam_unix.so nullok use_authtok md5 shadow
password required /lib/security/pam_deny.so
session required /lib/security/pam_mkhomedir.so skel=/etc/skel/ umask=0022
session required /lib/security/pam_limits.so
session required /lib/security/pam_unix.so
Re: Mailversand
Code: Select all
ls -alh /lib/security
ls -alh /etc/pam.d/
grep -r 'likeauth' /etc/pam.d/
grep -r 'winbind' /etc/pam.d/
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: Mailversand
ls -alh /lib/securityJoe User wrote:Code: Select all
ls -alh /lib/security ls -alh /etc/pam.d/ grep -r 'likeauth' /etc/pam.d/ grep -r 'winbind' /etc/pam.d/
total 956K
drwxr-xr-x 3 root root 4.0K Nov 16 2004 .
drwxr-xr-x 8 root root 4.0K Nov 23 2004 ..
-rwxr-xr-x 1 root root 17K Oct 2 2003 pam_access.so
-rwxr-xr-x 1 root root 11K Oct 2 2003 pam_chroot.so
-rwxr-xr-x 1 root root 15K Oct 2 2003 pam_cracklib.so
-rwxr-xr-x 1 root root 7.1K Oct 2 2003 pam_debug.so
-rwxr-xr-x 1 root root 4.4K Oct 2 2003 pam_deny.so
-rwxr-xr-x 1 root root 12K Oct 2 2003 pam_devperm.so
-rwxr-xr-x 1 root root 14K Oct 2 2003 pam_env.so
drwxr-xr-x 2 root root 4.0K Nov 16 2004 pam_filter
-rwxr-xr-x 1 root root 13K Oct 2 2003 pam_filter.so
-rwxr-xr-x 1 root root 7.4K Oct 2 2003 pam_ftp.so
-rwxr-xr-x 1 root root 14K Oct 2 2003 pam_group.so
-rwxr-xr-x 1 root root 7.6K Oct 2 2003 pam_homecheck.so
-rwxr-xr-x 1 root root 9.3K Oct 2 2003 pam_issue.so
-r-xr-xr-x 1 root root 52K Sep 23 2003 pam_krb5.so
-r-xr-xr-x 1 root root 52K Sep 23 2003 pam_krb5afs.so
-rwxr-xr-x 1 root root 12K Oct 2 2003 pam_lastlog.so
-rwxr-xr-x 1 root root 19K Oct 2 2003 pam_limits.so
-rwxr-xr-x 1 root root 17K Oct 2 2003 pam_listfile.so
-rwxr-xr-x 1 root root 11K Oct 2 2003 pam_localuser.so
-rwxr-xr-x 1 root root 12K Oct 2 2003 pam_mail.so
-rwxr-xr-x 1 root root 4.8K Oct 2 2003 pam_make.so
-rwxr-xr-x 1 root root 20K Oct 2 2003 pam_mkhomedir.so
-rwxr-xr-x 1 root root 5.5K Oct 2 2003 pam_motd.so
-rwxr-xr-x 1 root root 7.6K Oct 2 2003 pam_nologin.so
-rwxr-xr-x 1 root root 40K Oct 2 2003 pam_passwdqc.so
-rwxr-xr-x 1 root root 4.8K Oct 2 2003 pam_permit.so
-rwxr-xr-x 1 root root 28K Oct 2 2003 pam_pwcheck.so
-rwxr-xr-x 1 root root 15K Oct 2 2003 pam_rhosts_auth.so
-rwxr-xr-x 1 root root 5.0K Oct 2 2003 pam_rootok.so
-rwxr-xr-x 1 root root 9.2K Oct 2 2003 pam_securetty.so
-rwxr-xr-x 1 root root 7.9K Oct 2 2003 pam_shells.so
-rwxr-xr-x 1 root root 13K Oct 2 2003 pam_stress.so
-rwxr-xr-x 1 root root 18K Oct 2 2003 pam_succeed_if.so
-rwxr-xr-x 1 root root 17K Oct 2 2003 pam_tally.so
-rwxr-xr-x 1 root root 12K Oct 2 2003 pam_time.so
-rwxr-xr-x 2 root root 47K Oct 2 2003 pam_unix.so
-rwxr-xr-x 2 root root 47K Oct 2 2003 pam_unix2.so
-rwxr-xr-x 4 root root 51K Oct 2 2003 pam_unix_acct.so
-rwxr-xr-x 4 root root 51K Oct 2 2003 pam_unix_auth.so
-rwxr-xr-x 4 root root 51K Oct 2 2003 pam_unix_passwd.so
-rwxr-xr-x 4 root root 51K Oct 2 2003 pam_unix_session.so
-rwxr-xr-x 1 root root 11K Oct 2 2003 pam_userdb.so
-rwxr-xr-x 1 root root 5.8K Oct 2 2003 pam_warn.so
-rwxr-xr-x 1 root root 12K Oct 2 2003 pam_wheel.so
-rwxr-xr-x 1 root root 18K Oct 2 2003 pam_xauth.so
ls -alh /etc/pam.d/
total 128K
drwxr-xr-x 2 root root 4.0K Feb 12 11:42 .
drwxr-xr-x 51 root root 8.0K May 28 14:49 ..
-rw-r--r-- 1 root root 214 Oct 3 2003 chage
-rw-r--r-- 1 root root 214 Sep 24 2003 chage.rpmorig
-rw-r--r-- 1 root root 249 Oct 3 2003 chfn
-rw-r--r-- 1 root root 249 Sep 24 2003 chfn.rpmorig
-rw-r--r-- 1 root root 248 Oct 3 2003 chsh
-rw-r--r-- 1 root root 248 Sep 24 2003 chsh.rpmorig
-rw-r--r-- 1 root root 750 Nov 23 2004 cyrus
-rw-r--r-- 1 root root 633 Oct 20 2004 ftp
-rw-r--r-- 1 root root 476 Oct 3 2003 login
-rw-r--r-- 1 root root 427 Nov 10 2004 login.rpmorig
-rwxr-xr-x 1 root root 165 Nov 10 2004 omauth
-rw-r--r-- 1 root root 396 Oct 2 2003 other
-rw-r--r-- 1 root root 396 Sep 23 2003 other.rpmorig
-rw-r--r-- 1 root root 254 Oct 3 2003 passwd
-rw-r--r-- 1 root root 248 Nov 10 2004 passwd.rpmorig
-rw-r--r-- 1 root root 76 Oct 2 2003 pop3
-rw-r--r-- 1 root root 254 Oct 3 2003 rpasswd
-rw-r--r-- 1 root root 254 Sep 24 2003 rpasswd.rpmorig
-rw-r--r-- 1 root root 539 May 28 18:54 saslauthd
-rw-r--r-- 1 root root 209 Oct 3 2003 shadow
-rw-r--r-- 1 root root 209 Sep 24 2003 shadow.rpmorig
-rw-r--r-- 1 root root 539 May 28 19:36 smtp
-rw-r--r-- 1 root root 508 Nov 10 2004 sshd
-rw-r--r-- 1 root root 356 Oct 21 2003 su
-rw-r--r-- 1 root root 356 Sep 23 2003 su.rpmorig
-rw-r--r-- 1 root root 47 Oct 2 2003 sudo
-rw-r--r-- 1 root root 172 Oct 3 2003 useradd
-rw-r--r-- 1 root root 172 Sep 24 2003 useradd.rpmorig
-rw-r--r-- 1 root root 101 Jan 24 23:23 usermin
grep -r 'likeauth' /etc/pam.d/
/etc/pam.d/cyrus:auth sufficient /lib/security/pam_unix.so likeauth nullok use_first_pass
grep -r 'winbind' /etc/pam.d/
/etc/pam.d/cyrus:auth sufficient /lib/security/pam_winbind.so
/etc/pam.d/cyrus:account sufficient /lib/security/pam_winbind.so
Re: Mailversand
Keine Idee?
Re: Mailversand
hier mal ein log des Sendevorgangs was ausführlicher ist:
May 29 12:04:39 server postfix/smtpd[22716]: match_string: mynetworks ~? debug_peer_list
May 29 12:04:39 server postfix/smtpd[22716]: match_string: mynetworks ~? fast_flush_domains
May 29 12:04:39 server postfix/smtpd[22716]: match_string: mynetworks ~? mynetworks
May 29 12:04:39 server postfix/smtpd[22716]: match_string: relay_domains ~? debug_peer_list
May 29 12:04:39 server postfix/smtpd[22716]: match_string: relay_domains ~? fast_flush_domains
May 29 12:04:39 server postfix/smtpd[22716]: match_string: relay_domains ~? mynetworks
May 29 12:04:39 server postfix/smtpd[22716]: match_string: relay_domains ~? permit_mx_backup_networks
May 29 12:04:39 server postfix/smtpd[22716]: match_string: relay_domains ~? qmqpd_authorized_clients
May 29 12:04:39 server postfix/smtpd[22716]: match_string: relay_domains ~? relay_domains
May 29 12:04:39 server postfix/smtpd[22716]: match_string: permit_mx_backup_networks ~? debug_peer_list
May 29 12:04:39 server postfix/smtpd[22716]: match_string: permit_mx_backup_networks ~? fast_flush_domains
May 29 12:04:39 server postfix/smtpd[22716]: match_string: permit_mx_backup_networks ~? mynetworks
May 29 12:04:39 server postfix/smtpd[22716]: match_string: permit_mx_backup_networks ~? permit_mx_backup_networks
May 29 12:04:39 server postfix/smtpd[22716]: maps_append: hash:/etc/aliases
May 29 12:04:39 server postfix/smtpd[22716]: dict_open: hash:/etc/aliases
May 29 12:04:39 server postfix/smtpd[22716]: maps_append: unix:passwd.byname
May 29 12:04:39 server postfix/smtpd[22716]: dict_open: unix:passwd.byname
May 29 12:04:39 server postfix/smtpd[22716]: maps_append: hash:/etc/postfix/canonical
May 29 12:04:39 server postfix/smtpd[22716]: dict_open: hash:/etc/postfix/canonical
May 29 12:04:39 server postfix/smtpd[22716]: maps_append: hash:/etc/postfix/virtual
May 29 12:04:39 server postfix/smtpd[22716]: dict_open: hash:/etc/postfix/virtual
May 29 12:04:39 server postfix/smtpd[22716]: maps_append: hash:/etc/postfix/virtual_domain
May 29 12:04:39 server postfix/smtpd[22716]: dict_open: hash:/etc/postfix/virtual_domain
May 29 12:04:39 server postfix/smtpd[22716]: match_string: smtpd_access_maps ~? debug_peer_list
May 29 12:04:39 server postfix/smtpd[22716]: match_string: smtpd_access_maps ~? fast_flush_domains
May 29 12:04:39 server postfix/smtpd[22716]: match_string: smtpd_access_maps ~? mynetworks
May 29 12:04:39 server postfix/smtpd[22716]: match_string: smtpd_access_maps ~? permit_mx_backup_networks
May 29 12:04:39 server postfix/smtpd[22716]: match_string: smtpd_access_maps ~? qmqpd_authorized_clients
May 29 12:04:39 server postfix/smtpd[22716]: match_string: smtpd_access_maps ~? relay_domains
May 29 12:04:39 server postfix/smtpd[22716]: match_string: smtpd_access_maps ~? smtpd_access_maps
May 29 12:04:39 server postfix/smtpd[22716]: dict_open: hash:/etc/postfix/access
May 29 12:04:39 server postfix/smtpd[22716]: watchdog_create: 0x80a9238 18000
May 29 12:04:39 server postfix/smtpd[22716]: watchdog_stop: 0x80a9238
May 29 12:04:39 server postfix/smtpd[22716]: watchdog_start: 0x80a9238
May 29 12:04:39 server postfix/smtpd[22716]: connection established
May 29 12:04:39 server postfix/smtpd[22716]: master_notify: status 0
May 29 12:04:39 server postfix/smtpd[22716]: name_mask: resource
May 29 12:04:39 server postfix/smtpd[22716]: name_mask: software
May 29 12:04:39 server postfix/smtpd[22716]: name_mask: noanonymous
May 29 12:04:39 server postfix/smtpd[22716]: connect from i3ED62830.versanet.de[62.214.40.48]
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 220 mail.domain.de ESMTP Postfix
May 29 12:04:39 server postfix/smtpd[22716]: watchdog_pat: 0x80a9238
May 29 12:04:39 server postfix/smtpd[22716]: < i3ED62830.versanet.de[62.214.40.48]: EHLO MMoffice
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-mail.domain.de
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-PIPELINING
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-SIZE 20971520
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-VRFY
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-ETRN
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-STARTTLS
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-AUTH PLAIN LOGIN
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-AUTH=PLAIN LOGIN
May 29 12:04:39 server postfix/smtpd[22716]: match_hostname: i3ED62830.versanet.de ~? 127.0.0.0/8
May 29 12:04:39 server postfix/smtpd[22716]: match_hostaddr: 62.214.40.48 ~? 127.0.0.0/8
May 29 12:04:39 server postfix/smtpd[22716]: match_hostname: i3ED62830.versanet.de ~? 217.115.141.57/32
May 29 12:04:39 server postfix/smtpd[22716]: match_hostaddr: 62.214.40.48 ~? 217.115.141.57/32
May 29 12:04:39 server postfix/smtpd[22716]: match_hostname: i3ED62830.versanet.de ~? 83.133.127.76/32
May 29 12:04:39 server postfix/smtpd[22716]: match_hostaddr: 62.214.40.48 ~? 83.133.127.76/32
May 29 12:04:39 server postfix/smtpd[22716]: match_list_match: i3ED62830.versanet.de: no match
May 29 12:04:39 server postfix/smtpd[22716]: match_list_match: 62.214.40.48: no match
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250 8BITMIME
May 29 12:04:39 server postfix/smtpd[22716]: watchdog_pat: 0x80a9238
May 29 12:04:39 server postfix/smtpd[22716]: < i3ED62830.versanet.de[62.214.40.48]: AUTH LOGIN
May 29 12:04:39 server postfix/smtpd[22716]: smtpd_sasl_authenticate: sasl_method LOGIN
May 29 12:04:39 server postfix/smtpd[22716]: smtpd_sasl_authenticate: uncoded challenge: Username:
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 334 VXNlcm5hbWU6
May 29 12:04:39 server postfix/smtpd[22716]: < i3ED62830.versanet.de[62.214.40.48]: d2ViMXAx
May 29 12:04:39 server postfix/smtpd[22716]: smtpd_sasl_authenticate: decoded response: web1p1
May 29 12:04:39 server postfix/smtpd[22716]: smtpd_sasl_authenticate: uncoded challenge: Password:
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 334 UGFzc3dvcmQ6
May 29 12:04:39 server postfix/smtpd[22716]: < i3ED62830.versanet.de[62.214.40.48]: MzAzMzA=
May 29 12:04:39 server postfix/smtpd[22716]: smtpd_sasl_authenticate: decoded response: 30330
May 29 12:04:39 server postfix/smtpd[22716]: warning: i3ED62830.versanet.de[62.214.40.48]: SASL LOGIN authentication failed
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 535 Error: authentication failed
May 29 12:04:40 server postfix/smtpd[22716]: watchdog_pat: 0x80a9238
May 29 12:04:40 server postfix/smtpd[22716]: smtp_get: EOF
May 29 12:04:40 server postfix/smtpd[22716]: lost connection after AUTH from i3ED62830.versanet.de[62.214.40.48]
May 29 12:04:40 server postfix/smtpd[22716]: disconnect from i3ED62830.versanet.de[62.214.40.48]
May 29 12:04:40 server postfix/smtpd[22716]: master_notify: status 1
May 29 12:04:40 server postfix/smtpd[22716]: connection closed
May 29 12:04:40 server postfix/smtpd[22716]: watchdog_stop: 0x80a9238
May 29 12:04:39 server postfix/smtpd[22716]: match_string: mynetworks ~? debug_peer_list
May 29 12:04:39 server postfix/smtpd[22716]: match_string: mynetworks ~? fast_flush_domains
May 29 12:04:39 server postfix/smtpd[22716]: match_string: mynetworks ~? mynetworks
May 29 12:04:39 server postfix/smtpd[22716]: match_string: relay_domains ~? debug_peer_list
May 29 12:04:39 server postfix/smtpd[22716]: match_string: relay_domains ~? fast_flush_domains
May 29 12:04:39 server postfix/smtpd[22716]: match_string: relay_domains ~? mynetworks
May 29 12:04:39 server postfix/smtpd[22716]: match_string: relay_domains ~? permit_mx_backup_networks
May 29 12:04:39 server postfix/smtpd[22716]: match_string: relay_domains ~? qmqpd_authorized_clients
May 29 12:04:39 server postfix/smtpd[22716]: match_string: relay_domains ~? relay_domains
May 29 12:04:39 server postfix/smtpd[22716]: match_string: permit_mx_backup_networks ~? debug_peer_list
May 29 12:04:39 server postfix/smtpd[22716]: match_string: permit_mx_backup_networks ~? fast_flush_domains
May 29 12:04:39 server postfix/smtpd[22716]: match_string: permit_mx_backup_networks ~? mynetworks
May 29 12:04:39 server postfix/smtpd[22716]: match_string: permit_mx_backup_networks ~? permit_mx_backup_networks
May 29 12:04:39 server postfix/smtpd[22716]: maps_append: hash:/etc/aliases
May 29 12:04:39 server postfix/smtpd[22716]: dict_open: hash:/etc/aliases
May 29 12:04:39 server postfix/smtpd[22716]: maps_append: unix:passwd.byname
May 29 12:04:39 server postfix/smtpd[22716]: dict_open: unix:passwd.byname
May 29 12:04:39 server postfix/smtpd[22716]: maps_append: hash:/etc/postfix/canonical
May 29 12:04:39 server postfix/smtpd[22716]: dict_open: hash:/etc/postfix/canonical
May 29 12:04:39 server postfix/smtpd[22716]: maps_append: hash:/etc/postfix/virtual
May 29 12:04:39 server postfix/smtpd[22716]: dict_open: hash:/etc/postfix/virtual
May 29 12:04:39 server postfix/smtpd[22716]: maps_append: hash:/etc/postfix/virtual_domain
May 29 12:04:39 server postfix/smtpd[22716]: dict_open: hash:/etc/postfix/virtual_domain
May 29 12:04:39 server postfix/smtpd[22716]: match_string: smtpd_access_maps ~? debug_peer_list
May 29 12:04:39 server postfix/smtpd[22716]: match_string: smtpd_access_maps ~? fast_flush_domains
May 29 12:04:39 server postfix/smtpd[22716]: match_string: smtpd_access_maps ~? mynetworks
May 29 12:04:39 server postfix/smtpd[22716]: match_string: smtpd_access_maps ~? permit_mx_backup_networks
May 29 12:04:39 server postfix/smtpd[22716]: match_string: smtpd_access_maps ~? qmqpd_authorized_clients
May 29 12:04:39 server postfix/smtpd[22716]: match_string: smtpd_access_maps ~? relay_domains
May 29 12:04:39 server postfix/smtpd[22716]: match_string: smtpd_access_maps ~? smtpd_access_maps
May 29 12:04:39 server postfix/smtpd[22716]: dict_open: hash:/etc/postfix/access
May 29 12:04:39 server postfix/smtpd[22716]: watchdog_create: 0x80a9238 18000
May 29 12:04:39 server postfix/smtpd[22716]: watchdog_stop: 0x80a9238
May 29 12:04:39 server postfix/smtpd[22716]: watchdog_start: 0x80a9238
May 29 12:04:39 server postfix/smtpd[22716]: connection established
May 29 12:04:39 server postfix/smtpd[22716]: master_notify: status 0
May 29 12:04:39 server postfix/smtpd[22716]: name_mask: resource
May 29 12:04:39 server postfix/smtpd[22716]: name_mask: software
May 29 12:04:39 server postfix/smtpd[22716]: name_mask: noanonymous
May 29 12:04:39 server postfix/smtpd[22716]: connect from i3ED62830.versanet.de[62.214.40.48]
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 220 mail.domain.de ESMTP Postfix
May 29 12:04:39 server postfix/smtpd[22716]: watchdog_pat: 0x80a9238
May 29 12:04:39 server postfix/smtpd[22716]: < i3ED62830.versanet.de[62.214.40.48]: EHLO MMoffice
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-mail.domain.de
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-PIPELINING
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-SIZE 20971520
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-VRFY
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-ETRN
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-STARTTLS
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-AUTH PLAIN LOGIN
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250-AUTH=PLAIN LOGIN
May 29 12:04:39 server postfix/smtpd[22716]: match_hostname: i3ED62830.versanet.de ~? 127.0.0.0/8
May 29 12:04:39 server postfix/smtpd[22716]: match_hostaddr: 62.214.40.48 ~? 127.0.0.0/8
May 29 12:04:39 server postfix/smtpd[22716]: match_hostname: i3ED62830.versanet.de ~? 217.115.141.57/32
May 29 12:04:39 server postfix/smtpd[22716]: match_hostaddr: 62.214.40.48 ~? 217.115.141.57/32
May 29 12:04:39 server postfix/smtpd[22716]: match_hostname: i3ED62830.versanet.de ~? 83.133.127.76/32
May 29 12:04:39 server postfix/smtpd[22716]: match_hostaddr: 62.214.40.48 ~? 83.133.127.76/32
May 29 12:04:39 server postfix/smtpd[22716]: match_list_match: i3ED62830.versanet.de: no match
May 29 12:04:39 server postfix/smtpd[22716]: match_list_match: 62.214.40.48: no match
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 250 8BITMIME
May 29 12:04:39 server postfix/smtpd[22716]: watchdog_pat: 0x80a9238
May 29 12:04:39 server postfix/smtpd[22716]: < i3ED62830.versanet.de[62.214.40.48]: AUTH LOGIN
May 29 12:04:39 server postfix/smtpd[22716]: smtpd_sasl_authenticate: sasl_method LOGIN
May 29 12:04:39 server postfix/smtpd[22716]: smtpd_sasl_authenticate: uncoded challenge: Username:
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 334 VXNlcm5hbWU6
May 29 12:04:39 server postfix/smtpd[22716]: < i3ED62830.versanet.de[62.214.40.48]: d2ViMXAx
May 29 12:04:39 server postfix/smtpd[22716]: smtpd_sasl_authenticate: decoded response: web1p1
May 29 12:04:39 server postfix/smtpd[22716]: smtpd_sasl_authenticate: uncoded challenge: Password:
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 334 UGFzc3dvcmQ6
May 29 12:04:39 server postfix/smtpd[22716]: < i3ED62830.versanet.de[62.214.40.48]: MzAzMzA=
May 29 12:04:39 server postfix/smtpd[22716]: smtpd_sasl_authenticate: decoded response: 30330
May 29 12:04:39 server postfix/smtpd[22716]: warning: i3ED62830.versanet.de[62.214.40.48]: SASL LOGIN authentication failed
May 29 12:04:39 server postfix/smtpd[22716]: > i3ED62830.versanet.de[62.214.40.48]: 535 Error: authentication failed
May 29 12:04:40 server postfix/smtpd[22716]: watchdog_pat: 0x80a9238
May 29 12:04:40 server postfix/smtpd[22716]: smtp_get: EOF
May 29 12:04:40 server postfix/smtpd[22716]: lost connection after AUTH from i3ED62830.versanet.de[62.214.40.48]
May 29 12:04:40 server postfix/smtpd[22716]: disconnect from i3ED62830.versanet.de[62.214.40.48]
May 29 12:04:40 server postfix/smtpd[22716]: master_notify: status 1
May 29 12:04:40 server postfix/smtpd[22716]: connection closed
May 29 12:04:40 server postfix/smtpd[22716]: watchdog_stop: 0x80a9238
Re: Mailversand
Nun ja, Passwörter würde ich immer aus Logs rauseditieren, auch deren codierte Form.
*** Rest gelöscht, da falsch ***
Kann Postfix auf den saslauthd-Socket zugreifen (Stichwort: chrooted smtpd)?
*** Rest gelöscht, da falsch ***
Kann Postfix auf den saslauthd-Socket zugreifen (Stichwort: chrooted smtpd)?
Re: Mailversand
wie teste ich das am besten?M.C.S. wrote:
Kann Postfix auf den saslauthd-Socket zugreifen (Stichwort: chrooted smtpd)?
Re: Mailversand
Sorry, bin irgendwie noch völlig übermüdet. Das hätte dann wohl auch in deinem Logauszug gestanden, wenn es daran gescheitert wäre.
Re: Mailversand
hm ok...
Joe User?
Joe User?
