Displaying 1 result from an estimated 1 matches for "tbl_proxy".
Did you mean:
ssl_proxy
2012 Oct 30
1
POP3 Proxy : user format not accepted
...mple platform, except that I have plenty (several thousands) of users that login using local_part#domain, instead of local_part at domain, which is an old setting on my POP3 server. And in that case, Dovecot returns 'Authentication failed'.
Here is my proxy table :
mysql> select * from tbl_proxy;
+--------------------+-------------+--------------------+
| user ? ? ? ? ? ? ? | host ? ? ? ?| destuser ? ? ? ? ? |
+--------------------+-------------+--------------------+
| christian at mydom.fr | 10.10.100.1 | christian at mydom.fr |
| christian#mydom.fr | 10.10.100.1 | christian at mydom.fr |...