Displaying 3 results from an estimated 3 matches for "dovecotproxy".
2008 Jul 04
2
Different PROXY for IMAP and POP3 using LDAP-auth
...on file /usr/local/etc/dovecot-ldap-%Ls.conf:
No such file or directory
So %Ls was not replaced.
2) Variable in pass_attrs
[dovecot-ldap.conf]
pass_attrs = \
uid=user,userPassword=password,homeDirectory=userdb_home,\
uidNumber=userdb_uid,gidNumber=userdb_gid,\
dovecotProxy%Ls=proxy,dovecotHost%Ls=host,dovecotPort%Ls=port
With results in this LDAP server log entries:
SRCH attr=uid userPassword homeDirectory uidNumber gidNumber
dovecotProxy%Ls dovecotHost%Ls dovecotPort%Ls
So %Ls was not replaced also.
mmmh...
Would it be an option to use...
2013 Oct 03
0
Proxy to gmail help
...#######################################
==> sql.conf file
driver = mysql
connect = host=/var/lib/mysql/mysql.sock dbname=mysql user=root
password=xxxxxx
password_query = SELECT NULL AS password, host, destuser, proxy, 'Y' AS
starttls, '995' AS port, 'Y' AS nopassword FROM DovecotProxy WHERE user =
'%u'
#############################################################
==> DovecotProxy table
mysql> select * from DovecotProxy where user = 'MYUSER';
+-------------+---------------+-----------------------+------------------------------------------------+-------+
| us...
2019 Sep 21
2
Dovecot proxying to some backend using LOGIN proxy_mech
...backends ?
Is dovecot proxying to "otherhost" supposed to decode original client auth (using PLAIN) and translate it to LOGIN format to auth with "otherhost" ?
# otherhost port 587 log
Without specifying proxy_mech
[2019.09.19] 09:27:22.167 [192.168.60.220][3070269] cmd: EHLO dovecotproxy.local.domain
[2019.09.19] 09:27:22.167 [192.168.60.220][3070269] rsp: 250-dovecotproxy.local.domain Hello [192.168.60.220]250-SIZE 52428800250-AUTH LOGIN CRAM-MD5250-STARTTLS250-8BITMIME250-DSN250 OK
[2019.09.19] 09:27:22.167 [192.168.60.220][3070269] cmd: AUTH PLAIN <base64string>
[2019.09.1...