Displaying 2 results from an estimated 2 matches for "rsrr1".
2005 Oct 15
1
Does anyone have SQL working in 1.03?
This just isn't working for me.  I've tried everything.
Trailing the logs with debug and vebose...
we connect fine
     ===
     Oct 15 22:51:35 rsrr1 dovecot: Killed with signal 15
     Oct 15 22:51:37 rsrr1 dovecot: Dovecot v1.0.alpha3 starting up
     Oct 15 22:51:38 rsrr1 dovecot: auth(default): pgsql: Connected  
to vmail
     ===
and then we die:
     ===
     Oct 15 23:02:07 rsrr1 dovecot: auth(default): sql 
(username at domain.com,69.86...
2005 Oct 10
1
Need help with SQL queries after updating to 1.0a3
...FROM accounts  
WHERE local_part = '%n' AND domain = '%d' ;
can anyone point me in the right direction?  the docs in the  
distribution aren't very clear, and the wiki seems to have more .9  
info than 1.0 info
this is what i've gotten of of auth_debug:
Oct 11 11:53:37 rsrr1 dovecot: auth(default): client in: AUTH    
1       PLAIN   service=IMAP    secured lip=66.250.131.114       
rip=209.73.1.130        resp=xxxxxxxxxxxxxx
Oct 11 11:53:37 rsrr1 dovecot: auth(default): sql(test at mydomain.com, 
209.73.1.130): query: SELECT local_part || '@' || domain as user...