Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

outlook use gmail smtp/imap Connection failed #259

Open
bb2 opened this issue Oct 21, 2017 · 2 comments
Open

outlook use gmail smtp/imap Connection failed #259

bb2 opened this issue Oct 21, 2017 · 2 comments

Comments

@bb2
Copy link

bb2 commented Oct 21, 2017

log:
2017-10-21 10:36:08 [::ffff:myip]:8058 -> [::]:993 -> 64.233.189.109:993 [imap.gmail.com] 210/210 bytes tx 827/827 bytes rx 172.301 seconds

2017-10-21 10:36:39 [::ffff:myip]:8085 -> [::]:993 -> 64.233.189.108:993 [imap.gmail.com] 212/212 bytes tx 827/827 bytes rx 185.871 seconds

2017-10-21 10:38:09 [::ffff:myip]:8180 -> [::]:465 -> 64.233.189.108:465 [smtp.gmail.com] 196/196 bytes tx 827/827 bytes rx 130.515 seconds

2017-10-21 10:40:09 [::ffff:myip]:8217 -> [::]:465 -> 64.233.189.108:465 [smtp.gmail.com] 197/197 bytes tx 827/827 bytes rx 169.106 seconds

@bb2
Copy link
Author

bb2 commented Oct 21, 2017

/etc/sniproxy.conf
user daemon
pidfile /var/run/sniproxy.pid

error_log {
filename /var/log/sniproxy/error.log
priority notice
}
resolver {
nameserver 208.67.220.220
mode ipv4_first
}
listen 443 {
proto ssl
table https_hosts
access_log {
filename /var/log/sniproxy/https_access.log
priority notice
}
}
listen 80 {
proto http
table http_hosts
}
listen 993 {
proto ssl
table xmpp_imap_smtp
access_log {
filename /var/log/sniproxy/https_access.log
priority notice
}
}
listen 465 {
proto tls
table xmpp_imap_smtp
access_log {
filename /var/log/sniproxy/https_access.log
priority notice
}
}
listen 587 {
proto tls
table xmpp_imap_smtp
access_log {
filename /var/log/sniproxy/https_access.log
priority notice
}
}
listen 5222 {
proto tls
table xmpp_imap_smtp
access_log {
filename /var/log/sniproxy/https_access.log
priority notice
}
}
table https_hosts {
.* :443
}
table http_hosts {
.
:80
}
table xmpp_imap_smtp {
(.
.|)google.com$ *
(..|)googlemail.com$ *
(.
.|)gmail.com$ *
}

@bb2
Copy link
Author

bb2 commented Oct 21, 2017

i already Allowing less secure apps to access my google account and 443 80 protocol work Normal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant