Displaying 6 results from an estimated 6 matches for "popbox".
Did you mean:
pobox
2007 May 30
1
Dovecot Authentication Problem (REVISED)
Hello List,
I am back again and I think I am edging closer to getting a solution.
I have done some modifications and now dovecot gives me a different
error message than before....
Here is what I have for the password_query and user_query
password_query = SELECT popbox.cleartext AS password FROM popbox, domain \
WHERE popbox.local_part = 'eddie' AND popbox.domain_name = 'demo.wananchi.com' \
AND popbox.domain_name = domain.domain_name;
+----------+
| password |
+----------+
| boeing8 |
+----------+
user_query = SELECT CONCAT(domain.path, '/&...
2007 May 29
0
Migration from tpop3d to dovecot - troubles galore!
...what I have tried so far:
Take a case of one username, eddie, who belongs to the domain,
demo.wananchi.com.
1. This query is what I am using for password_query. I do suspect it is
wrong, but well, this is what it yields from the current DB:
mysql> SELECT CONCAT(domain.path, '/', popbox.mbox_name), popbox.password_hash FROM popbox, domain WHERE popbox.local_part = 'eddie' AND popbox.
domain_name = 'demo.wananchi.com' AND popbox.domain_name = domain.domain_name;
+--------------------------------------------+---------------------------------------+
| CONCAT(domain.pa...
2005 Jan 06
1
Dovecot Crashing after MySQL Auth
...o: Login process 9 sent handshake: PID
11589
dovecot-auth: Jan 06 12:21:17 Info: Login process 10 connected
dovecot-auth: Jan 06 12:21:17 Info: Login process 10 sent handshake: PID
11590
dovecot-auth: Jan 06 12:21:32 Info: MySQL: Performing query: SELECT
substring(password_hash, 6) AS password FROM popbox WHERE local_part =
'donovan' AND domain_name = 'somedomain.com'
dovecot: Jan 06 12:21:32 Error: login: Authentication process 11585
doesn't exist
imap-login: Jan 06 12:21:32 Info: Internal login failure:
donovan at somedomain.com [127.0.0.1]
dovecot: Jan 06 12:21:32 Error: child...
2007 Jun 03
3
Dovecot Authentication Problem - Help pls!
...did not provide this
information before:-)
I am back again and I think I am edging closer to getting a solution.
I have done some modifications and now dovecot gives me a different
error message than before....
Here is what I have for the password_query and user_query
password_query = SELECT popbox.cleartext AS password FROM popbox, domain \
WHERE popbox.local_part = 'eddie' AND popbox.domain_name = 'demo.wananchi.com' \
AND popbox.domain_name = domain.domain_name;
+----------+
| password |
+----------+
| boeing8 |
+----------+
user_query = SELECT CONCAT(domain.path, '/&...
2009 Sep 24
0
Dovecot LDA, quota, sieve
...to enable dovecot-LDA (apart from the
exim configuration, which is explained quite clearly in wiki)?
2. Autocreation of mail folders
Is it possible somehow to automatically create folders (like Trash,
Sent-mail etc.)?
3. quota and its dict file.
map {
pattern = priv/quota/storage
table = popbox
username_field = username
value_field = bytes
}
map {
pattern = priv/quota/messages
table = quota
username_field = username
value_field = messages
}
First - what is the "username_field" here? I'm running multiple
domains, so will it be just username at domain?
And -...
2011 Aug 24
2
Post-login scripting with virtual users
...REQUEST...
Aug 24 13:01:57 callisto dovecot: auth: Debug:
sql(devnull at dhzone.com,75.221.209.232): SELECT home, uid, gid FROM users
WHERE id = 'devnull at dhzone.com'
Aug 24 13:01:57 callisto dovecot: auth: Debug: master out:
USER#0114007264257#011devnull at dhzone.com#011home=/var/qmail/popbox/dhzone-com/devnull#011uid=555#011gid=555
Aug 24 13:01:57 callisto dovecot: imap-login: Login:
user=<devnull at dhzone.com>, method=PLAIN, rip=75.221.209.232,
lip=76.76.59.241, mpid=667
Aug 24 13:01:57 callisto dovecot: imap-postpop: Error: script-login:
Error: user devnull at dhzone.com: Erro...