Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. GNU nano 2.2.6 File: /etc/nginx/nginx.conf
  2.  
  3. include /etc/nginx/conf.d/*.conf;
  4. include /etc/nginx/sites-enabled/*;
  5. }
  6.  
  7.  
  8. #mail {
  9. # # See sample authentication script at:
  10. # # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
  11. #
  12. # # auth_http localhost/auth.php;
  13. # # pop3_capabilities "TOP" "USER";
  14. # # imap_capabilities "IMAP4rev1" "UIDPLUS";
  15. #
  16. # server {
  17. # listen localhost:110;
  18. # protocol pop3;
  19. # proxy on;
  20. # }
  21. #
  22. # server {
  23. # listen localhost:143;
  24. # protocol imap;
  25. # proxy on;
  26. # }
  27. #}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement