Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // maillog (spaced out the IP's)
- May 14 20:09:31 VPS dovecot: imap-login: Aborted login (no auth attempts): rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx
- May 14 20:09:31 VPS dovecot: pop3-login: Aborted login (no auth attempts): rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx
- May 14 20:09:31 VPS dovecot: imap-login: Aborted login (no auth attempts): rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx
- May 14 20:09:31 VPS dovecot: pop3-login: Aborted login (no auth attempts): rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx
- // postconf -n
- alias_database = hash:/etc/aliases
- alias_maps = hash:/etc/aliases
- broken_sasl_auth_clients = yes
- command_directory = /usr/sbin
- config_directory = /etc/postfix
- daemon_directory = /usr/libexec/postfix
- data_directory = /var/lib/postfix
- debug_peer_level = 2
- home_mailbox = Maildir/
- html_directory = no
- inet_interfaces = localhost
- inet_protocols = all
- mail_owner = postfix
- mailbox_command =
- mailq_path = /usr/bin/mailq.postfix
- manpage_directory = /usr/share/man
- mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
- mydomain = clan-ag.net
- myhostname = email.clan-ag.net
- mynetworks = 127.0.0.0/8
- myorigin = $mydomain
- newaliases_path = /usr/bin/newaliases.postfix
- queue_directory = /var/spool/postfix
- readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
- relay_domains =
- relay_recipient_maps =
- sample_directory = /usr/share/doc/postfix-2.6.6/samples
- sendmail_path = /usr/sbin/sendmail.postfix
- setgid_group = postdrop
- smtp_tls_note_starttls_offer = yes
- smtp_use_tls = yes
- smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
- smtpd_sasl_auth_enable = yes
- smtpd_sasl_authenticated_header = yes
- smtpd_sasl_local_domain =
- smtpd_sasl_security_options = noanonymous
- smtpd_sasl_type = cyrus
- smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
- smtpd_tls_auth_only = no
- smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
- smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
- smtpd_tls_loglevel = 1
- smtpd_tls_received_header = yes
- smtpd_tls_session_cache_timeout = 3600s
- smtpd_use_tls = yes
- tls_random_source = dev:/dev/urandom
- unknown_local_recipient_reject_code = 550
Advertisement
Add Comment
Please, Sign In to add comment