2018-04-12 14:20:22 auth: Debug: client in: AUTH 2 DIGEST-MD5 service=imap secured session=B+zI8KRpINRR1thy lip=167.99.86.158 rip=81.214.216.114 lport=993 rport=54304 local_name=mail.my-domain.com
2018-04-12 14:20:26 auth: Debug: client passdb out: CONT 2 cmVhbG09IiIsbm9uY2U9IlNUNCtRT3ZsdGtxOEZ0em1VRzZkOHc9PSIscW9wPSJhdXRoIixjaGFyc2V0PSJ1dGYtOCIsYWxnb3JpdGhtPSJtZDUtc2VzcyI=
2018-04-12 14:20:26 auth: Debug: client in: CONT 2 dXNlcm5hbWU9InRlc3QyQHRheGktaW4tbW9zY293LmNvbSIscmVhbG09IiIsbm9uY2U9IlNUNCtRT3ZsdGtxOEZ0em1VRzZkOHc9PSIsY25vbmNlPSJqSm5GNjd3SDZTOD0iLG5jPTAwMDAwMDAxLHFvcD1hdXRoLGRpZ2VzdC11cmk9ImltYXAvbWFpbC50YXhpLWluLW1vc2Nvdy5jb20iL$
2018-04-12 14:20:26 auth-worker(3395): Debug: sql(test2@my-domain.com,81.214.216.114,<B+zI8KRpINRR1thy>): query: SELECT email AS user , password FROM users WHERE (user = 'test2@my-domain.com') or (email = 'test2@my-domain.com');
2018-04-12 14:20:26 auth-worker(3395): Info: sql(test2@my-domain.com,81.214.216.114,<B+zI8KRpINRR1thy>): Requested DIGEST-MD5 scheme, but we have only CRYPT (input: UT76H40riWt7Q)
2018-04-12 14:20:28 auth: Debug: client passdb out: FAIL 2 user=test2@my-domain.com
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:8083
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
ACCEPT tcp -- anywhere anywhere tcp dpt:http
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
const routes = [
{path: '/', name: 'home', component: Home},
{path: '/rayons', name: 'rayons', component: Rayons},
{path: '/:rayID-rayon', name: 'rayon', component: Mahallesi,
children:[
{path: 'mahallesi', name: 'mahallesi', component: Mahallesi}
]
}
];