[Postfixbuch-users] Auth-Probleme

Maik Derstappen info at profi-internetseiten.de
Sa Okt 9 22:44:52 CEST 2004


Hallo Liste,

Ich habe ein Problem:
- SMTP funktioniert bei unverschlüsseltem Password in der MySQL DB aber
nicht mit crypt oder MD5 Passwort
- POP3 und Imap funktionieren momentan nur mit crypt-Passwort

Ich habe die Konfig. nach dem HowTo von
http://workaround.org/articles/ispmail-sarge/ durchgeführt. Mitlerweile
habe ich allerdings noch dran rumgeschraubt.

Wie kann ich die Art des Passwortsvergleiches einstellen? vorzugsweise Crypt.

Für eure Hilfe wäre ich euch sehr dankbar.


Meine main.cf:
####################################################

# See /usr/share/postfix/main.cf.dist for a commented, more complete version

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

myhostname = pxxxxxxx.pureserver.info
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = pxxxxxxx.pureserver.info, localhost
relayhost =
mynetworks = 127.0.0.0/8 217.160.xxx.xx
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +

################################
# Manuelle Einstellungen:
###############################

virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_forwardings.cf,
mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_mailbox_base = /var/spool/vmail
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
smtp_sasl_auth_enable = yes
smtpd_sasl_local_domain_enable = $myhostname
smtpd_sasl_security_options = noanonymous
#smtp_sasl_password_maps =

broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated, reject_unauth_destination
#smtpd_use_tls = yes
#smtpd_tls_cert_file = /etc/postfix/smtpd.cert
#smtpd_tls_key_file = /etc/postfix/smtpd.key
#setgid_group = postdrop


Meine /etc/postfix/sasl/smtpd.conf:
#######################################
pwcheck_method: auxprop
auxprop_plugin: sql
mech_list: plain login cram-md5 digest-md5
sql_engine: mysql
sql_hostnames: pxxxxxxx.pureserver.info
sql_user: vmail
sql_passwd: passwort
sql_database: provider2
sql_select: select password from users where email='%u@%r'


meine mail.log:
#######################################

Oct  9 21:03:11 p15142325 postfix/smtpd[7349]: connect from
unknown[83.169.138.195]
Oct  9 21:03:11 p15142325 postfix/smtpd[7349]: NOQUEUE: reject: RCPT from
unknown[83.169.138.195]: 554 <planetcrazy at web.d
e>: Relay access denied; from=<info at profi-internetseiten.de>
to=<planetcrazy at web.de> proto=ESMTP helo=<[192.168.0.102]>
Oct  9 21:03:12 p15142325 postfix/smtpd[7349]: lost connection after RCPT
from unknown[83.169.138.195]
Oct  9 21:03:12 p15142325 postfix/smtpd[7349]: disconnect from
unknown[83.169.138.195]






Mehr Informationen über die Mailingliste Postfixbuch-users