Spam detection software, running on the system "ns.089.at", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
The administrator of that system for details.
Content preview: Hi ML, i want to use my local users database on my Freebsd
8.2 box and got the following error in the maillog. The password is ok and
it working on the console. i can establish the ssl connection after login
"a login ux password" the error occures i cant login. [...]
Content analysis details: (6.2 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
0.2 MR_NOT_ATTRIBUTED_IP Beta rule: an non-attributed IPv4 found in
headers
0.6 J_CHICKENPOX_65 BODY: 6alpha-pock-5alpha
0.6 J_CHICKENPOX_73 BODY: 7alpha-pock-3alpha
1.3 RDNS_NONE Delivered to internal network by a host with no rDNS
0.0 NO_RDNS2 Sending MTA has no reverse DNS
3.5 TO_NO_BRKTS_DIRECT To: misformatted and direct-to-MX
--- Begin Message ---
Hi ML,
i want to use my local users database on my Freebsd 8.2 box and got the
following error in the maillog.
The password is ok and it working on the console.
i can establish the ssl connection
after login "a login ux password" the error occures i cant login.
May i have something missing in my configfile - im not sure..
Mike
Nov 6 23:16:26 test dovecot: auth-worker:
pam(u...@test.089.at,213.239.196.158): pam_authenticate() failed:
authentication error (password mismatch?) (given password: password)
Nov 6 23:16:28 test dovecot: imap-login: Disconnected (auth failed, 1
attempts): user=<u...@test.089.at>, method=PLAIN, rip=213.239.196.158,
lip=178.188.188.123, TLS
test# dovecot -n
# 2.0.15: /usr/local/etc/dovecot/dovecot.conf
# OS: FreeBSD 8.2-RELEASE i386
auth_debug_passwords = yes
auth_default_realm = 172.16.0.40
auth_mechanisms = PLAIN login
auth_username_format = %Lu
auth_verbose = yes
base_dir = /var/run/dovecot/
first_valid_uid = 143
last_valid_uid = 65000
login_greeting = Dovecot is ready.
mail_gid = 143
mail_location = maildir:~/Maildir
mail_uid = 143
passdb {
args = session=yes failure_show_msg=yes dovecot
driver = pam
}
protocols = imap
service auth {
user = dovecot
}
ssl_cert = </etc/ca/new.crt
ssl_key = </etc/ca/myca.key
ssl_key_password = secret
userdb {
driver = passwd
}
verbose_proctitle = yes
--- End Message ---