| | | | |
| |||||||
| Server, Hosting und Workstations Server-Konfigurationsdateien (.htaccess/httpd.conf) und Arbeiten auf Serverebene |
|
| | LinkBack | Themen-Optionen | Thema bewerten |
| | |
| PHP Code Flüsterer Registriert seit: 21.08.2005 Beiträge: 4682 PHP-Kenntnisse: Fortgeschritten | |
| | |
| Benutzer Registriert seit: 10.07.2005
Beiträge: 33
![]() | Hi, versuchs mal so, auf etwas anderem Wege mit pam_mysql: smtpd.conf Code: pwcheck_method: saslauthd mech_list: PLAIN LOGIN log_level: 0 pam_mysql installieren (http://pam-mysql.sourceforge.net/) /etc/pam.d/smtp Code: auth optional pam_mysql.so db=postfix user=postfix passwd=bla table=mailbox usercolumn=username passwdcolumn=`password` where="active='1'" crypt=1 sqllog=N account required pam_mysql.so db=postfix user=postfix passwd=bla table=mailbox usercolumn=username passwdcolumn=`password` where="active='1'" crypt=1 sqllog=N Code: crypt(0) -- Used to decide to use MySQL's PASSWORD() function or crypt()
0 = No encryption. Passwords in database in plaintext. NOT recommended!
1 = Use crypt
2 = Use MySQL PASSWORD() function
Code: smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = $myhostname smtpd_sasl_security_options = noanonymous
__________________ PHP & Linux-Support uvm... |
| | |
| | |
| Erfahrener Benutzer | Hi dehpeh! Erstmal danke für deine Hilfe! Nur fällt mir grade auf, dass ich eine smtp.conf und eine smtpd.conf habe, die jeweils in verschiedenen Verzeichnissen liegen: Code: svr1:/# ls -al /etc/postfix/sasl insgesamt 12 drwxr-xr-x 2 root root 4096 2006-04-21 11:34 . drwxr-xr-x 4 root root 4096 2006-03-18 22:10 .. -rwxrwxrwx 1 root root 668 2006-04-15 08:23 smtpd.conf svr1:/# ls -al /etc/postfix/smtp insgesamt 20 drwxr-xr-x 2 root root 4096 2006-02-27 13:32 . drwxr-xr-x 4 root root 4096 2006-03-18 22:10 .. -rw-r--r-- 1 root root 243 2006-02-27 13:31 smtp.conf -rw-r--r-- 1 root root 1623 2006-02-27 13:32 smtpd.cert -rw-r--r-- 1 root root 1679 2006-02-27 13:32 smtpd.key Und kann ich pam-mysql auch direkt über apt-get installieren? Gibt da nämlich ein Paket: Code: svr1:/# apt-cache search pam-mysql libpam-mysql - PAM module allowing authentication from a MySQL server
__________________ Quedilo - Downloads schneller finden |
| | |
| | |
| Benutzer Registriert seit: 10.07.2005
Beiträge: 33
![]() | keine ahnung, welche der beiden dateien bei dir nun die richtige ist... nenn doch einfach beide mal um und versuch den daemon zu starten, sollte dann ja meckern. danach eine wieder richtig-renamen und testen. klar kannst du pam-mysql über apt-get installieren.
__________________ PHP & Linux-Support uvm... |
| | |
|
| Themen-Optionen | |
| Thema bewerten | |
|
|
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Etwas komplexerer Login --> Keine Angst, Suche benutzt | dethlef14 | PHP Tipps 2006 | 7 | 02.10.2006 00:35 |
| Warning: filesize(): SAFE MODE Restriction in effect. | nicobischof | PHP Tipps 2005-2 | 9 | 17.08.2005 19:05 |
| [Erledigt] Login, LogIn, Anmelden, Einloggen -> ??? | Off-Topic Diskussionen | 20 | 14.07.2005 11:01 | |
| [Erledigt] imap_open Login failed | PHP-Fortgeschrittene | 0 | 02.06.2005 22:05 | |
| Besucher kamen über folgende Suchanfragen bei Google auf diese Seite |
| sasl login authentication failed, postfix smtpd, sasl login authentication failed:, \pam_mysql - required option \user\ is not set\, \sasl login authentication failed:\, sasl crypt, sasl plain authentication failed, postfix sasl login authentication failed, smtp pam mysql, \sasl login authentication failed\, pam_mysql - \required option user is not set\, pam_mysql - required option \user\ is not set, postfix smtpd login, smtpd sasl, smtpd.conf, pam_mysql \required option user is not set\, postfix sasl login authentication failed:, postfix/smtpd, smtp login failed, postfix sasl login |

Dieser Inhalt ist unter einer Creative Commons-Lizenz lizenziert.