mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Initial version of nginx parser roundtrip test
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
mail {
|
||||
#auth_http unix:/path/socket:/cgi-bin/auth;
|
||||
auth_http localhost:9000/cgi-bin/auth;
|
||||
|
||||
proxy on;
|
||||
|
||||
imap_capabilities "IMAP4rev1" "UIDPLUS"; ## default
|
||||
server {
|
||||
listen 143;
|
||||
protocol imap;
|
||||
}
|
||||
|
||||
## uncomment to enable POP3 proxy
|
||||
# pop3_capabilities "TOP" "USER";
|
||||
# server {
|
||||
# listen 110;
|
||||
# protocol pop3;
|
||||
# }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user