Das leidige Thema: saslauth...

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
xabbu
Posts: 13
Joined: 2005-02-22 16:45
 

Das leidige Thema: saslauth...

Post by xabbu »

Hi zusammen,

ich brüte jetzt hier schon seit mehreren Tagen ohne Erfolg an meinem Problem, Emails über meinen Mailserver zu versenden.
Ich habe folgende Installation:

  • debian 3.1
  • postfix 2.3
  • postfix-mysql 2.3
  • postfix-tls 2.3
  • dovecot 1.0rc15
  • libsasl2
  • libsasl2-2
  • sasl2-bin
  • postfixadmin
  • libpam-mysql
Es funktioniert soweit alles, bis auf saslauthd. Ich kann mich per imaps verbinden und auch Mails empfangen und an lokale User versenden. Aber eben halt nicht an externe Email-Adressen. :?
Ich bekomme in der mail.log folgende Fehlermeldung (XXX = von mir ersetzt):

Code: Select all

Mar 15 21:09:54 XXX postfix/smtpd[23548]: connect from XXX[XXX]
Mar 15 21:09:57 XXX postfix/smtpd[23548]: warning: XXX[XXX]: SASL LOGIN authentication failed: authentication failure
Mar 15 21:09:57 XXX postfix/smtpd[23548]: lost connection after AUTH from XXX[XXX]
Mar 15 21:09:57 XXX postfix/smtpd[23548]: disconnect from XXX[XXX]
Hier mal die Ausgabe von ps aux:

ps aux | grep postfix :

Code: Select all

XXX:/etc/postfix# ps aux | grep postfix
root     23540  0.0  0.0  5516 1824 ?        Ss   21:09   0:00 /usr/lib/postfix/master
postfix  23541  0.0  0.0  4824 1580 ?        S    21:09   0:00 pickup -l -t fifo -u -c
postfix  23542  0.0  0.1  7192 2108 ?        S    21:09   0:00 qmgr -l -t fifo -u -c
ps aux | grep saslauthd :

Code: Select all

XXX:/etc/postfix# ps aux | grep saslauthd
root     23193  0.0  0.0  6268  984 ?        Ss   21:01   0:00 saslauthd -r -a pam
root     23194  0.0  0.0  6388 1368 ?        S    21:01   0:00 saslauthd -r -a pam
root     23195  0.0  0.0  6388 1368 ?        S    21:01   0:00 saslauthd -r -a pam
root     23196  0.0  0.0  6268  596 ?        S    21:01   0:00 saslauthd -r -a pam
root     23197  0.0  0.0  6268  540 ?        S    21:01   0:00 saslauthd -r -a pam
root     23617  0.0  0.0  3260  576 pts/1    R+   21:21   0:00 grep saslauthd
ps aux | grep dovecot :

Code: Select all

XXX:/etc/postfix# ps aux | grep dovecot
root     28669  0.0  0.0  1920  612 ?        Ss   Mar05   0:08 dovecot
root     28670  0.0  0.1  9156 2548 ?        S    Mar05   0:05 dovecot-auth
root      7682  0.0  0.1  9212 2652 ?        S    Mar14   0:01 dovecot-auth -w
dovecot  21979  0.0  0.0  3300 1484 ?        S    19:51   0:00 imap-login
dovecot  22285  0.0  0.0  3440 1700 ?        S    20:26   0:00 imap-login
dovecot  22999  0.0  0.0  3304 1488 ?        S    20:48   0:00 imap-login
dovecot  23609  0.0  0.0  3304 1484 ?        S    21:19   0:00 imap-login

Hier mal meine Konfigurationsdateien von postfix:

main.cf:

Code: Select all

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no

virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf
virtual_gid_maps = static:1002
virtual_mailbox_base = /usr/local/virtual
virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf
virtual_mailbox_limit = 51200000
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_minimum_uid = 1002
virtual_transport = virtual
virtual_uid_maps = static:1002
# Additional for quota support
virtual_create_maildirsize = yes
virtual_mailbox_extended = yes
virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
virtual_mailbox_limit_override = yes
virtual_maildir_limit_message = Sorry, the user's maildir has overdrawn his diskspace quota, please try again later.
virtual_overquota_bounce = yes
relay_domains = mysql:/etc/postfix/mysql_relay_domains_maps.cf
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtp_use_tls = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_tls_cert_file = /etc/postfix/sasl/XXX.cert
smtpd_tls_key_file = /etc/postfix/sasl/XXX.key
master.cf:

Code: Select all

smtp      inet  n       -       n       -       -       smtpd
#submission inet n      -       -       -       -       smtpd
#       -o smtpd_etrn_restrictions=reject
#628      inet  n       -       -       -       -       qmqpd
pickup    fifo  n       -       -       60      1       pickup
cleanup   unix  n       -       -       -       0       cleanup
qmgr      fifo  n       -       -       300     1       qmgr
#qmgr     fifo  n       -       -       300     1       oqmgr
rewrite   unix  -       -       -       -       -       trivial-rewrite
bounce    unix  -       -       -       -       0       bounce
defer     unix  -       -       -       -       0       bounce
trace     unix  -       -       -       -       0       bounce
verify    unix  -       -       -       -       1       verify
flush     unix  n       -       -       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
smtp      unix  -       -       -       -       -       smtp
relay     unix  -       -       -       -       -       smtp
#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq     unix  n       -       -       -       -       showq
error     unix  -       -       -       -       -       error
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       n       -       -       lmtp
anvil     unix  -       -       n       -       1       anvil
#
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# maildrop. See the Postfix MAILDROP_README file for details.
#
maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
uucp      unix  -       n       n       -       -       pipe
  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
  flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -d -t$nexthop -f$sender $recipient
scalemail-backend unix  -       n       n       -       2       pipe
  flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}

# only used by postfix-tls
#tlsmgr   fifo  -       -       n       300     1       tlsmgr
#smtps    inet  n       -       n       -       -       smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#587      inet  n       -       n       -       -       smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
tlsmgr    unix  -       -       -       1000?   1       tlsmgr
scache    unix  -       -       -       -       1       scache
discard   unix  -       -       -       -       -       discard
smtpd.conf:

Code: Select all

#pwcheck_method: auxprop
pwcheck_method: saslauthd
saslauthd_path: /var/run/saslauthd/mux
auxprop_plugin: sql
mech_list: plain login cram-md5
log_level: 7
sql_engine: mysql
sql_hostnames: localhost
sql_user: XXX
sql_passwd: XXX
sql_database: postfix
sql_select: select password from mailbox where username = '%u@%r'
Ich hoffe, die Informationen reichen aus, um etwas damit anzufangen und hoffe sehr, das mir jemand helfen kann. Ich bin mittlerweile echt verzweifelt...
:( :(

Gruß
Xabbu
alarenal
Posts: 28
Joined: 2003-12-05 07:54
Location: Iserlohn
 

Re: Das leidige Thema: saslauth...

Post by alarenal »

Versuchs mal Schritt für Schritt hiermit:
http://www.howtoforge.com/perfect_setup_debian_sarge_p4
xabbu
Posts: 13
Joined: 2005-02-22 16:45
 

Re: Das leidige Thema: saslauth...

Post by xabbu »

Hi AlArenal,

danke für Deine Antwort. Aber das hilft mir leider auch nicht weiter.
Ich habe meine Konfiguration nach dieser Anleitung hier gemacht:

Postfix Wiki

Aber den Teil mit dem saslauth habe ich leider nicht richtig verstanden.
Ich bekomme halt immer den folgenden Fehler:

Code: Select all

Mar 16 16:19:02 XXX postfix/smtpd[31687]: connect from XXX[XXX]
Mar 16 16:19:04 XXX postfix/smtpd[31687]: warning: XXX[XXX]: SASL LOGIN authentication failed: authentication failure
Mar 16 16:19:04 XXX postfix/smtpd[31687]: lost connection after AUTH from XXX[XXX]
Mar 16 16:19:04 XXX postfix/smtpd[31687]: disconnect from XXX[XXX]
Bin echt verzweifelt... :(

Gruß
Xabbu
adjustman
Posts: 1132
Joined: 2003-03-26 23:29
Location: SA
 

Re: Das leidige Thema: saslauth...

Post by adjustman »

schonmal saslfinger laufen lassen?
Xabbu wrote:[*]postfix 2.3
aus den Backports oder selbst kompiliert?
xabbu
Posts: 13
Joined: 2005-02-22 16:45
 

Re: Das leidige Thema: saslauth...

Post by xabbu »

Hi adjustMan,

ich habe postfix aus den Backports installiert.

saslfinger -s liefert folgendes Ergebnis:

Code: Select all

saslfinger - postfix Cyrus sasl configuration Sat Mar 17 14:21:41 CET 2007
version: 1.0.1
mode: server-side SMTP AUTH

-- basics --
Postfix: 2.3.7
System: Debian GNU/Linux 3.1 n l

-- smtpd is linked to --
        libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0xb7cf4000)

-- active SMTP AUTH and TLS parameters for smtpd --
broken_sasl_auth_clients = yes
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/postfix/sasl/XXX.cert
smtpd_tls_key_file = /etc/postfix/sasl/XXX.key


-- listing of /usr/lib/sasl2 --
total 876
drwxr-xr-x   2 root root  4096 Mar  5 21:09 .
drwxr-xr-x  57 root root 20480 Mar 14 16:03 ..
-rw-r--r--   1 root root 13492 Aug  8  2006 libanonymous.a
-rw-r--r--   1 root root   851 Aug  8  2006 libanonymous.la
-rw-r--r--   1 root root 13824 Aug  8  2006 libanonymous.so
-rw-r--r--   1 root root 13824 Aug  8  2006 libanonymous.so.2
-rw-r--r--   1 root root 13824 Aug  8  2006 libanonymous.so.2.0.19
-rw-r--r--   1 root root 16298 Aug  8  2006 libcrammd5.a
-rw-r--r--   1 root root   837 Aug  8  2006 libcrammd5.la
-rw-r--r--   1 root root 16180 Aug  8  2006 libcrammd5.so
-rw-r--r--   1 root root 16180 Aug  8  2006 libcrammd5.so.2
-rw-r--r--   1 root root 16180 Aug  8  2006 libcrammd5.so.2.0.19
-rw-r--r--   1 root root 47520 Aug  8  2006 libdigestmd5.a
-rw-r--r--   1 root root   860 Aug  8  2006 libdigestmd5.la
-rw-r--r--   1 root root 43944 Aug  8  2006 libdigestmd5.so
-rw-r--r--   1 root root 43944 Aug  8  2006 libdigestmd5.so.2
-rw-r--r--   1 root root 43944 Aug  8  2006 libdigestmd5.so.2.0.19
-rw-r--r--   1 root root 13726 Aug  8  2006 liblogin.a
-rw-r--r--   1 root root   831 Aug  8  2006 liblogin.la
-rw-r--r--   1 root root 14028 Aug  8  2006 liblogin.so
-rw-r--r--   1 root root 14028 Aug  8  2006 liblogin.so.2
-rw-r--r--   1 root root 14028 Aug  8  2006 liblogin.so.2.0.19
-rw-r--r--   1 root root 31248 Aug  8  2006 libntlm.a
-rw-r--r--   1 root root   825 Aug  8  2006 libntlm.la
-rw-r--r--   1 root root 30692 Aug  8  2006 libntlm.so
-rw-r--r--   1 root root 30692 Aug  8  2006 libntlm.so.2
-rw-r--r--   1 root root 30692 Aug  8  2006 libntlm.so.2.0.19
-rw-r--r--   1 root root 20142 Aug  8  2006 libotp.a
-rw-r--r--   1 root root   825 Aug  8  2006 libotp.la
-rw-r--r--   1 root root 43184 Aug  8  2006 libotp.so
-rw-r--r--   1 root root 43184 Aug  8  2006 libotp.so.2
-rw-r--r--   1 root root 43184 Aug  8  2006 libotp.so.2.0.19
-rw-r--r--   1 root root 13886 Aug  8  2006 libplain.a
-rw-r--r--   1 root root   831 Aug  8  2006 libplain.la
-rw-r--r--   1 root root 14096 Aug  8  2006 libplain.so
-rw-r--r--   1 root root 14096 Aug  8  2006 libplain.so.2
-rw-r--r--   1 root root 14096 Aug  8  2006 libplain.so.2.0.19
-rw-r--r--   1 root root 21726 Dec 13 22:26 libsasldb.a
-rw-r--r--   1 root root   856 Dec 13 22:25 libsasldb.la
-rw-r--r--   1 root root 17980 Dec 13 22:26 libsasldb.so
-rw-r--r--   1 root root 17980 Dec 13 22:26 libsasldb.so.2
-rw-r--r--   1 root root 18692 Aug  8  2006 libsasldb.so.2.0.19
-rw-r--r--   1 root root 17980 Dec 13 22:26 libsasldb.so.2.0.22




-- content of /etc/postfix/sasl/smtpd.conf --
#pwcheck_method: auxprop
pwcheck_method: saslauthd
saslauthd_path: /var/run/saslauthd/mux
auxprop_plugin: sql
mech_list: plain login cram-md5
log_level: 7
sql_engine: mysql
sql_hostnames: localhost
sql_user: --- replaced ---
sql_passwd: --- replaced ---
sql_database: postfix
sql_select: select password from mailbox where username = '%u@%r'


-- active services in /etc/postfix/master.cf --
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
smtp      inet  n       -       n       -       -       smtpd
pickup    fifo  n       -       -       60      1       pickup
cleanup   unix  n       -       -       -       0       cleanup
qmgr      fifo  n       -       -       300     1       qmgr
rewrite   unix  -       -       -       -       -       trivial-rewrite
bounce    unix  -       -       -       -       0       bounce
defer     unix  -       -       -       -       0       bounce
trace     unix  -       -       -       -       0       bounce
verify    unix  -       -       -       -       1       verify
flush     unix  n       -       -       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
smtp      unix  -       -       -       -       -       smtp
relay     unix  -       -       -       -       -       smtp
showq     unix  n       -       -       -       -       showq
error     unix  -       -       -       -       -       error
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       n       -       -       lmtp
anvil     unix  -       -       n       -       1       anvil
maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
uucp      unix  -       n       n       -       -       pipe
  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
  flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -d -t$nexthop -f$sender $recipient
scalemail-backend unix  -       n       n       -       2       pipe
  flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}

tlsmgr    unix  -       -       -       1000?   1       tlsmgr
scache    unix  -       -       -       -       1       scache
discard   unix  -       -       -       -       -       discard

-- mechanisms on localhost --
250-AUTH PLAIN LOGIN CRAM-MD5
250-AUTH=PLAIN LOGIN CRAM-MD5

-- end of saslfinger output --
Gruß
Xabbu
adjustman
Posts: 1132
Joined: 2003-03-26 23:29
Location: SA
 

Re: Das leidige Thema: saslauth...

Post by adjustman »

Xabbu wrote:

Code: Select all

-- content of /etc/postfix/sasl/smtpd.conf --
#pwcheck_method: auxprop
pwcheck_method: saslauthd
saslauthd_path: /var/run/saslauthd/mux
auxprop_plugin: sql
mech_list: plain login cram-md5
log_level: 7
sql_engine: mysql
sql_hostnames: localhost
sql_user: --- replaced ---
sql_passwd: --- replaced ---
sql_database: postfix
sql_select: select password from mailbox where username = '%u@%r'
das ist Unsinn. Entweder saslauthd oder mysql
Und WENN saslauthd dann NUR PLAIN LOGIN
xabbu
Posts: 13
Joined: 2005-02-22 16:45
 

Re: Das leidige Thema: saslauth...

Post by xabbu »

Hi adjustMan,

ok, das ist ja schon mal ein Anfang. Aber ich glaube, ich habe das noch nicht richtig verstanden. Ich habe ja mein postfix so eingerichtet, das es die benutzer mit mysql vergleicht.
Du hast jetzt geschrieben:
Entweder saslauthd oder mysql
Und WENN saslauthd dann NUR PLAIN LOGIN
Wenn ich jetzt aber nur saslauthd nehme, woher weiß saslauthd dann, mit was es die Benutzerdaten abgleichen soll? Irgendwie steh ich da voll auf'm Schlauch... :?
Wie müsste denn in dem Fall die Konfiguration aussehen?

Gruß
Xabbu
adjustman
Posts: 1132
Joined: 2003-03-26 23:29
Location: SA
 

Re: Das leidige Thema: saslauth...

Post by adjustman »

Über shadow oder pam. Kommt darauf an, wie saslauthd gestartet ist.
EDIT: Seh grad, bei dir über pam

smtpd.conf

pwcheck_method: saslauthd
mech_list: plain login
xabbu
Posts: 13
Joined: 2005-02-22 16:45
 

Re: Das leidige Thema: saslauth...

Post by xabbu »

Also meine smtpd.conf sieht jetzt folgendermaßen aus:

Code: Select all

pwcheck_method: saslauthd
mech_list: plain login
Aber es kommt immer noch genau der gleiche Fehler.
Wie ist das denn mit saslauthd. Woher weiß es jetzt, das es die Benutzerdaten mit mysql abgleichen soll?

Gruß
Xabbu
adjustman
Posts: 1132
Joined: 2003-03-26 23:29
Location: SA
 

Re: Das leidige Thema: saslauth...

Post by adjustman »

Xabbu wrote:Wie ist das denn mit saslauthd. Woher weiß es jetzt, das es die Benutzerdaten mit mysql abgleichen soll?
DAS geht nicht! Nur über pam oder shadow.
Wenn du mysql willst, musst du alles umstellen.
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: Das leidige Thema: saslauth...

Post by Roger Wilco »

Xabbu wrote:Aber es kommt immer noch genau der gleiche Fehler.
Welches Backend benutzt du für den saslauth? PAM, shadow, sasldb, rimap...?
Xabbu wrote:Wie ist das denn mit saslauthd. Woher weiß es jetzt, das es die Benutzerdaten mit mysql abgleichen soll?
Im Moment weiß er das vermutlich gar nicht. Du könntest da etwas mit pam_mysql basteln. Dann stellt sich aber die Frage, weshalb du den saslauthd benutzen willst und nicht etwa auxprop mit SQL-Backend.
adjustman
Posts: 1132
Joined: 2003-03-26 23:29
Location: SA
 

Re: Das leidige Thema: saslauth...

Post by adjustman »

Roger Wilco wrote:Im Moment weiß er das vermutlich gar nicht
nicht vermutlich. Gar nicht ;)
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: Das leidige Thema: saslauth...

Post by Roger Wilco »

adjustMan wrote:nicht vermutlich. Gar nicht ;)
Weißt du, ob pam_mysql nicht vielleicht doch schon eingerichtet ist? ;)
adjustman
Posts: 1132
Joined: 2003-03-26 23:29
Location: SA
 

Re: Das leidige Thema: saslauth...

Post by adjustman »

Roger Wilco wrote:
adjustMan wrote:nicht vermutlich. Gar nicht ;)
Weißt du, ob pam_mysql nicht vielleicht doch schon eingerichtet ist? ;)
nein. Aber der saslauthd Aufruf (oben) zeigt, das NUR pam verwendet wird. :)
xabbu
Posts: 13
Joined: 2005-02-22 16:45
 

Re: Das leidige Thema: saslauth...

Post by xabbu »

Hi,

hatte am Wochenende keine Zeit, deswegen melde ich mich erst heute wieder.
Ich habe nun versucht, postfix auf auxprop einzustellen, bekomme aber immer noch eine Fehlermeldung:

Code: Select all

Mar 20 09:01:35 XXX postfix/smtpd[3941]: connect from XXX[XXX]
Mar 20 09:01:36 XXX postfix/smtpd[3941]: warning: XXX[XXX]: SASL LOGIN authentication failed: authentication failure
Mar 20 09:01:36 XXX postfix/smtpd[3941]: lost connection after AUTH from XXX[XXX]
Mar 20 09:01:36 XXX postfix/smtpd[3941]: disconnect from XXX[XXX]
Meine smtpd.conf sieht nun folgendermaßen aus:

Code: Select all

pwcheck_method: auxprop
auxprop_plugin: sql
mech_list: plain login cram-md5
log_level: 7
sql_engine: mysql
sql_hostnames: localhost
sql_user: XXX
sql_passwd: XXX
sql_database: postfix
sql_select: select password from mailbox where username = '%u@%r'
Ich weiß einfach nicht mehr weiter. Ich habe echt keine Ahnung, wie ich das konfigurieren muss und habe, glaube ich, schon alle Seiten, die Google ausspuckt, abgeklappert.

Gruß
Xabbu
User avatar
Joe User
Project Manager
Project Manager
Posts: 11185
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Das leidige Thema: saslauth...

Post by Joe User »

Code: Select all

mech_list: plain login cram-md5
Nimm mal cram-md5 raus...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings 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.
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: Das leidige Thema: saslauth...

Post by Roger Wilco »

Xabbu wrote:Ich habe nun versucht, postfix auf auxprop einzustellen, bekomme aber immer noch eine Fehlermeldung:
Schalte das Query-Log von MySQL ein und überprüfe, welche Abfragen tatsächlich durchgeführt werden.
Außerdem müssen die Passwörter, so wie deine Konfiguration aussieht, im Klartext in der Datenbank vorliegen.