Displaying 4 results from an estimated 4 matches for "smartpost".
Did you mean:
smarthost
2005 Jun 04
2
pam mysql authentication
Hello
I am trying to use pam to authenticate dovecot again a mysql database.
In /etc/pam.d/dovecot i have:
auth optional pam_mysql.so host=localhost db=maildb user=mailro \
passwd=xxx table=users usercolumn=address passwdcolumn=passwd \
where="disabled is NULL and deleted = ''" crypt=1
account required pam_mysql.so host=localhost db=maildb
2005 Jan 16
1
Dovecot + Xmail Setup Howto
...root to dovecot.dovecot
CODE
chown -R dovecot.dovecot *
6. Startup Xmail as so :
CODE
su - dovecot -c "/var/MailRoot/bin/XMail -Mr 24 -Pl -Ph -Sl -Ql -Yi
30 -Yl -Fl -Cl -Ll -PX 0 -Sp 20025 -Pp 20110 -Fp 20079 -Ms /var/MailRoot"
XMail2Dovecot Script:
This a script that was Org. used with smartpost. And was called
xmail2smartpost.php But I changed it to output All the user account info
into a simple passwd/Shadow. (user at domain:MD5-password)
Download From : http://xmail.nomadcf.com/info.php?program=xmail2dovecot
After Downloading it , extract it to the MailRoot/bin/ and then edit it.
And...
2004 Sep 30
0
dovecot not working with some vpopmail passwords
Hello.
I tried installing dovecot on a server that relies on vpopmail
authentication using $1$ MD5 algorithm and it didn't work.
Please fix this for the next release.
Attached is a patch, please be carefull with the line wrapping.
Radu
--- passdb-vpopmail.c.old Thu Feb 20 00:46:51 2003
+++ passdb-vpopmail.c Thu Sep 30 18:58:56 2004
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2003 Timo
2005 Mar 10
1
dovecot and vpopmail
Hello
Does dovecot know to expand %d in default_mail_env to
the default vpopmail domain in case the user logs without
attaching the @domain in his login ?
I last tried this on an old dovecot and this didn't work...
Radu