Guest User

Untitled

a guest
May 14th, 2013
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. // maillog (spaced out the IP's)
  2. May 14 20:09:31 VPS dovecot: imap-login: Aborted login (no auth attempts): rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx
  3. May 14 20:09:31 VPS dovecot: pop3-login: Aborted login (no auth attempts): rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx
  4. May 14 20:09:31 VPS dovecot: imap-login: Aborted login (no auth attempts): rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx
  5. May 14 20:09:31 VPS dovecot: pop3-login: Aborted login (no auth attempts): rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx
  6.  
  7. // postconf -n
  8.  
  9. alias_database = hash:/etc/aliases
  10. alias_maps = hash:/etc/aliases
  11. broken_sasl_auth_clients = yes
  12. command_directory = /usr/sbin
  13. config_directory = /etc/postfix
  14. daemon_directory = /usr/libexec/postfix
  15. data_directory = /var/lib/postfix
  16. debug_peer_level = 2
  17. home_mailbox = Maildir/
  18. html_directory = no
  19. inet_interfaces = localhost
  20. inet_protocols = all
  21. mail_owner = postfix
  22. mailbox_command =
  23. mailq_path = /usr/bin/mailq.postfix
  24. manpage_directory = /usr/share/man
  25. mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
  26. mydomain = clan-ag.net
  27. myhostname = email.clan-ag.net
  28. mynetworks = 127.0.0.0/8
  29. myorigin = $mydomain
  30. newaliases_path = /usr/bin/newaliases.postfix
  31. queue_directory = /var/spool/postfix
  32. readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
  33. relay_domains =
  34. relay_recipient_maps =
  35. sample_directory = /usr/share/doc/postfix-2.6.6/samples
  36. sendmail_path = /usr/sbin/sendmail.postfix
  37. setgid_group = postdrop
  38. smtp_tls_note_starttls_offer = yes
  39. smtp_use_tls = yes
  40. smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
  41. smtpd_sasl_auth_enable = yes
  42. smtpd_sasl_authenticated_header = yes
  43. smtpd_sasl_local_domain =
  44. smtpd_sasl_security_options = noanonymous
  45. smtpd_sasl_type = cyrus
  46. smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
  47. smtpd_tls_auth_only = no
  48. smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
  49. smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
  50. smtpd_tls_loglevel = 1
  51. smtpd_tls_received_header = yes
  52. smtpd_tls_session_cache_timeout = 3600s
  53. smtpd_use_tls = yes
  54. tls_random_source = dev:/dev/urandom
  55. unknown_local_recipient_reject_code = 550
Advertisement
Add Comment
Please, Sign In to add comment