Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /etc/postfix/main.cf
- <raw>smtpd_helo_required = yes
- smtpd_delay_reject = yes
- virtual_uid_maps = static:3000
- virtual_gid_maps = static:3000
- virtual_mailbox_base = /home/facteur
- virtual_transport = dovecot
- virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_mailbox_domains.cf
- virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
- virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf
- relay_domains = mysql:/etc/postfix/mysql_relay_domains.cf
- smtpd_recipient_restrictions =
- check_sender_access hash:/etc/postfix/sender_access,
- permit_mynetworks,
- permit_sasl_authenticated,
- reject_non_fqdn_hostname,
- reject_non_fqdn_sender,
- reject_non_fqdn_recipient,
- reject_unauth_destination,
- reject_unauth_pipelining,
- reject_invalid_hostname
- smtpd_sasl_auth_enable = yes
- smtpd_sasl_security_options = noanonymous
- smtpd_sasl_type = dovecot
- smtpd_sasl_path = private/auth
- smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
- biff = no
- append_dot_mydomain = no
- readme_directory = no
- compatibility_level = 2
- delay_warning_time = 1h
- dovecot_destination_recipient_limit = 1
- smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
- smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
- smtpd_use_tls=yes
- smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
- smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
- smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated
- defer_unauth_destination
- myhostname = ns1.euuuhhh.tld
- alias_maps = hash:/etc/aliases
- alias_database = hash:/etc/aliases
- myorigin = /etc/mailname
- mydestination = $myhostname, ns1.euuuhhh.tld, localhost.euuuhhh.tld, , localhost
- relayhost =
- mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
- mailbox_size_limit = 0
- recipient_delimiter = +
- inet_interfaces = all
- inet_protocols = all</raw>
- /etc/postfix/master.cf
- <raw>smtp inet n - y - - smtpd
- pickup unix n - y 60 1 pickup
- cleanup unix n - y - 0 cleanup
- qmgr unix n - n 300 1 qmgr
- tlsmgr unix - - y 1000? 1 tlsmgr
- rewrite unix - - y - - trivial-rewrite
- bounce unix - - y - 0 bounce
- defer unix - - y - 0 bounce
- trace unix - - y - 0 bounce
- verify unix - - y - 1 verify
- flush unix n - y 1000? 0 flush
- proxymap unix - - n - - proxymap
- proxywrite unix - - n - 1 proxymap
- smtp unix - - y - - smtp
- relay unix - - y - - smtp
- -o syslog_name=postfix/$service_name
- showq unix n - y - - showq
- error unix - - y - - error
- retry unix - - y - - error
- discard unix - - y - - discard
- local unix - n n - - local
- virtual unix - n n - - virtual
- lmtp unix - - y - - lmtp
- anvil unix - - y - 1 anvil
- scache unix - - y - 1 scache
- postlog unix-dgram n - n - 1 postlogd
- maildrop unix - n n - - pipe
- flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
- uucp unix - n n - - pipe
- flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
- ifmail unix - n n - - pipe
- flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
- bsmtp unix - n n - - pipe
- flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
- scalemail-backend unix - n n - 2 pipe
- flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
- ${nexthop} ${user} ${extension}
- mailman unix - n n - - pipe
- flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
- ${nexthop} ${user}
- dovecot unix - n n - - pipe
- flags=DRhu user=facteur:facteur argv=/usr/lib/dovecot/deliver -f
- ${sender} -d ${user}@${nexthop}</raw>
- /etc/dovecot/dovecot.conf
- <raw>log_timestamp = "%Y-%m-%d %H:%M:%S "
- disable_plaintext_auth = no
- mail_location = maildir:/home/facteur/%d/%n:INDEX=/home/facteur/%d/%n/indexes
- mail_privileged_group = mail
- protocols = imap pop3
- protocol lda {
- postmaster_address = [email protected]
- mail_plugin_dir = /usr/lib/dovecot/modules/lda
- auth_socket_path = /var/run/dovecot/auth-master
- }
- ssl_cert = </etc/ssl/certs/ssl-cert-snakeoil.pem
- ssl_key = </etc/ssl/private/ssl-cert-snakeoil.key
- userdb {
- args = /etc/dovecot/dovecot-mysql.conf
- driver = sql
- }
- passdb {
- args = /etc/dovecot/dovecot-mysql.conf
- driver = sql
- }
- service auth {
- unix_listener /var/spool/postfix/private/auth {
- group = postfix
- mode = 0660
- user = postfix
- }
- unix_listener auth-master {
- mode = 0600
- user = facteur
- }
- }
- auth_mechanisms = plain login</raw>
- here is the following error:
- <raw>Jul 23 09:30:45 ns1 postfix/smtpd[20799]: connect from unknown[45.xx.xx.xx]
- Jul 23 09:31:02 ns1 postfix/smtpd[20799]: warning:
- unknown[45.xx.xx.xx]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
- Jul 23 09:31:02 ns1 postfix/smtpd[20799]: disconnect from
- unknown[45.xx.xx.xx] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4
- Jul 23 09:31:22 ns1 postfix/smtpd[20781]: connect from unknown[45.xx.xx.xx]
- Jul 23 09:31:24 ns1 postfix/smtpd[20799]: connect from unknown[45.xx.xx.xx]
- Jul 23 09:31:29 ns1 postfix/smtpd[20781]: warning:
- unknown[45.xx.xx.xx]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
- Jul 23 09:31:29 ns1 postfix/smtpd[20781]: disconnect from
- unknown[45.xx.xx.xx] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4
- Jul 23 09:31:33 ns1 postfix/smtpd[20799]: warning:
- unknown[45.xx.xx.xx]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
- Jul 23 09:31:34 ns1 postfix/smtpd[20799]: disconnect from
- unknown[45.xx.xx.xx] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4
- Jul 23 09:32:03 ns1 postfix/smtpd[20781]: connect from unknown[45.xx.xx.xx]
- Jul 23 09:32:04 ns1 postfix/pickup[20778]: 51EAC5C006F: uid=0
- from=<[email protected]>
- Jul 23 09:32:04 ns1 postfix/cleanup[20819]: 51EAC5C006F:
- message-id=<[email protected]>
- Jul 23 09:32:04 ns1 postfix/qmgr[20779]: 51EAC5C006F:
- from=<[email protected]>, size=352, nrcpt=1 (queue active)
- Jul 23 09:32:04 ns1 dovecot:
- lda([email protected])<20828><5NcSHRTUNl1cUQAAbgMozA>:
- msgid=<[email protected]>: saved mail to
- INBOX
- Jul 23 09:32:04 ns1 postfix/pipe[20826]: 51EAC5C006F:
- to=<[email protected]>, relay=dovecot, delay=0.28,
- delays=0.17/0.02/0/0.09, dsn=2.0.0, status=sent (delivered via dovecot
- service (lda([email protected],)Error:
- net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission ))
- Jul 23 09:32:04 ns1 postfix/qmgr[20779]: 51EAC5C006F: removed</raw>
- In the file /etc/dovecot/dovecot.conf
- I added :
- <raw>service stats {
- unix_listener stats-reader {
- user = facteur
- group = facteur
- mode = 0660
- }
- unix_listener stats-writer {
- user = facteur
- group = facteur
- mode = 0660
- }
- }</raw>
- But I still have some mistakes that I do not understand:
- <raw>Jul 23 09:44:27 ns1 postfix/smtpd[20781]: disconnect from
- unknown[45.xx.xx.xx] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4
- Jul 23 09:44:51 ns1 postfix/smtpd[20799]: connect from unknown[45.xx.xx.xx]
- Jul 23 09:44:54 ns1 postfix/smtpd[20799]: warning: SASL: Connect to
- private/auth failed: Connection refused
- Jul 23 09:44:54 ns1 postfix/smtpd[20799]: warning:
- unknown[45.xx.xx.xx]: SASL LOGIN authentication failed:
- Jul 23 09:44:55 ns1 postfix/smtpd[20799]: disconnect from
- unknown[45.xx.xx.xx] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4
- Jul 23 09:44:55 ns1 postfix/smtpd[20781]: connect from unknown[45.xx.xx.xx]
- Jul 23 09:44:55 ns1 postfix/smtpd[20781]: warning: SASL: Connect to
- private/auth failed: Connection refused
- Jul 23 09:44:55 ns1 postfix/smtpd[20781]: fatal: no SASL
- authentication mechanisms
- Jul 23 09:44:56 ns1 postfix/master[20777]: warning: process
- /usr/lib/postfix/sbin/smtpd pid 20781 exit status 1
- Jul 23 09:45:04 ns1 dovecot: master: Dovecot v2.3.4.1 (f79e8e7e4)
- starting up for imap, pop3 (core dumps disabled)
- Jul 23 09:45:05 ns1 postfix/pickup[20778]: E694C5C0073: uid=0
- from=<[email protected]>
- Jul 23 09:45:05 ns1 postfix/cleanup[21026]: E694C5C0073:
- message-id=<[email protected]>
- Jul 23 09:45:06 ns1 postfix/qmgr[20779]: E694C5C0073:
- from=<[email protected]>, size=352, nrcpt=1 (queue active)
- Jul 23 09:45:06 ns1 dovecot:
- lda([email protected])<21050><D6lFBSLXNl06UgAAbgMozA>:
- msgid=<[email protected]>: saved mail to
- INBOX
- Jul 23 09:45:06 ns1 postfix/pipe[21029]: E694C5C0073:
- to=<[email protected]>, relay=dovecot, delay=0.28,
- delays=0.16/0/0/0.11, dsn=2.0.0, status=sent (delivered via dovecot
- service)
- Jul 23 09:45:06 ns1 postfix/qmgr[20779]: E694C5C0073: removed
- Jul 23 09:45:08 ns1 postfix/anvil[20784]: statistics: max connection
- rate 2/60s for (smtp:45.xx.xx.xx) at Jul 23 09:35:20
- Jul 23 09:45:08 ns1 postfix/anvil[20784]: statistics: max connection
- count 1 for (smtp:45.xx.xx.xx) at Jul 23 09:35:20
- Jul 23 09:45:34 ns1 postfix/smtpd[20799]: connect from
- unknown[45.xx.xx.xx]</raw>
- If I do a telnet:
- <raw>telnet 91.xx.xx.xx 25
- Trying 91.xx.xx.xx...
- Connected to 91.xx.xx.xx.
- Escape character is '^]'.
- 220 ns1.euuuhh.tld ESMTP Postfix (Debian/GNU)
- EHLO ns1.euuuhh.tld
- 250-ns1.euuuhh.tld
- 250-PIPELINING
- 250-SIZE 10240000
- 250-VRFY
- 250-ETRN
- 250-STARTTLS
- 250-AUTH PLAIN LOGIN
- 250-ENHANCEDSTATUSCODES
- 250-8BITMIME
- 250-DSN
- 250-SMTPUTF8
- 250 CHUNKING
- AUTH LOGIN xxxxxxxx
- 334 UGFzc3dvcmQ6
- xxxxxxxxxx
- 235 2.7.0 Authentication successful
- mail from:[email protected]
- 250 2.1.0 Ok
- rcpt to:[email protected]
- 451 4.3.5 <[email protected]>: Sender address rejected: Server
- configuration error</raw>
- <raw>Jul 23 14:46:00 ns1 postfix/smtpd[26398]: send attr request = disconnect
- Jul 23 14:46:00 ns1 postfix/smtpd[26398]: send attr ident = smtp:45.xx.xx.xx
- Jul 23 14:46:00 ns1 postfix/smtpd[26398]: private/anvil: wanted
- attribute: status
- Jul 23 14:46:00 ns1 postfix/smtpd[26398]: input attribute name: status
- Jul 23 14:46:00 ns1 postfix/smtpd[26398]: input attribute value: 0
- Jul 23 14:46:00 ns1 postfix/smtpd[26398]: private/anvil: wanted
- attribute: (list terminator)
- Jul 23 14:46:00 ns1 postfix/smtpd[26398]: input attribute name: (end)
- Jul 23 14:46:00 ns1 postfix/smtpd[26398]: disconnect from
- unknown[45.xx.xx.xx] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4
- Jul 23 14:46:00 ns1 postfix/smtpd[26398]: master_notify: status 1
- Jul 23 14:46:00 ns1 postfix/smtpd[26398]: connection closed
- Jul 23 14:46:08 ns1 postfix/pickup[26509]: CD14A5C0070: uid=0
- from=<[email protected]>
- Jul 23 14:46:08 ns1 postfix/cleanup[26792]: CD14A5C0070:
- message-id=<[email protected]>
- Jul 23 14:46:08 ns1 postfix/qmgr[25840]: CD14A5C0070:
- from=<[email protected]>, size=352, nrcpt=1 (queue active)
- Jul 23 14:46:09 ns1 dovecot:
- lda([email protected])<26802><nTx2OrAdN12yaAAAbgMozA>:
- msgid=<[email protected]>: saved mail to
- INBOX
- Jul 23 14:46:09 ns1 postfix/pipe[26799]: CD14A5C0070:
- to=<[email protected]>, relay=dovecot, delay=0.27,
- delays=0.17/0.02/0/0.09, dsn=2.0.0, status=sent (delivered via dovecot
- service)
- Jul 23 14:46:09 ns1 postfix/qmgr[25840]: CD14A5C0070: removed
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: connection established
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: master_notify: status 0
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: name_mask: resource
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: name_mask: software
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: connect from unknown[45.xx.xx.xx]
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: match_list_match: unknown: no match
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: match_list_match:
- 45.xx.xx.xx: no match
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: match_list_match: unknown: no match
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: match_list_match:
- 45.xx.xx.xx: no match
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: smtp_stream_setup:
- maxtime=300 enable_deadline=0
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: match_hostname:
- smtpd_client_event_limit_exceptions: unknown ~? 127.0.0.0/8
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: match_hostaddr:
- smtpd_client_event_limit_exceptions: 45.xx.xx.xx ~? 127.0.0.0/8
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: match_hostname:
- smtpd_client_event_limit_exceptions: unknown ~? [::ffff:127.0.0.0]/104
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: match_hostaddr:
- smtpd_client_event_limit_exceptions: 45.xx.xx.xx ~?
- [::ffff:127.0.0.0]/104
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: match_hostname:
- smtpd_client_event_limit_exceptions: unknown ~? [::1]/128
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: match_hostaddr:
- smtpd_client_event_limit_exceptions: 45.xx.xx.xx ~? [::1]/128
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: match_list_match: unknown: no match
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: match_list_match:
- 45.xx.xx.xx: no match
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: send attr request = connect
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: send attr ident = smtp:45.xx.xx.xx
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: private/anvil: wanted
- attribute: status
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: input attribute name: status
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: input attribute value: 0
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: private/anvil: wanted attribute: count
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: input attribute name: count
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: input attribute value: 1
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: private/anvil: wanted attribute: rate
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: input attribute name: rate
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: input attribute value: 2
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: private/anvil: wanted
- attribute: (list terminator)
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: input attribute name: (end)
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]: 220
- ns1.euuuhhh.tld ESMTP Postfix (Debian/GNU)
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: xsasl_dovecot_server_create:
- SASL service=smtp, realm=(null)
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]: name_mask: noanonymous
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]:
- xsasl_dovecot_server_mech_filter: keep mechanism: PLAIN
- Jul 23 14:46:09 ns1 postfix/smtpd[26289]:
- xsasl_dovecot_server_mech_filter: keep mechanism: LOGIN
- Jul 23 14:46:12 ns1 postfix/smtpd[26289]: < unknown[45.xx.xx.xx]: EHLO User
- Jul 23 14:46:12 ns1 postfix/smtpd[26289]: match_list_match: unknown: no match
- Jul 23 14:46:12 ns1 postfix/smtpd[26289]: match_list_match:
- 45.xx.xx.xx: no match
- Jul 23 14:46:12 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]:
- 250-ns1.euuuhhh.tld
- Jul 23 14:46:12 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]: 250-PIPELINING
- Jul 23 14:46:12 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]:
- 250-SIZE 10240000
- Jul 23 14:46:12 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]: 250-VRFY
- Jul 23 14:46:12 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]: 250-ETRN
- Jul 23 14:46:12 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]: 250-STARTTLS
- Jul 23 14:46:12 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]:
- 250-AUTH PLAIN LOGIN
- Jul 23 14:46:12 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]:
- 250-ENHANCEDSTATUSCODES
- Jul 23 14:46:12 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]: 250-8BITMIME
- Jul 23 14:46:12 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]: 250-DSN
- Jul 23 14:46:12 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]: 250-SMTPUTF8
- Jul 23 14:46:12 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]: 250 CHUNKING
- Jul 23 14:46:14 ns1 postfix/smtpd[26289]: < unknown[45.xx.xx.xx]: RSET
- Jul 23 14:46:14 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]: 250 2.0.0 Ok
- Jul 23 14:46:17 ns1 postfix/smtpd[26289]: < unknown[45.xx.xx.xx]: AUTH LOGIN
- Jul 23 14:46:17 ns1 postfix/smtpd[26289]: xsasl_dovecot_server_first:
- sasl_method LOGIN
- Jul 23 14:46:17 ns1 postfix/smtpd[26289]: xsasl_dovecot_handle_reply:
- auth reply: CONT?101?VXNlcm5hbWU6
- Jul 23 14:46:17 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]: 334
- VXNlcm5hbWU6
- Jul 23 14:46:20 ns1 postfix/smtpd[26289]: < unknown[45.xx.xx.xx]:
- Z3V5QGZ1bm55aG9xxx
- Jul 23 14:46:20 ns1 postfix/smtpd[26289]: xsasl_dovecot_handle_reply:
- auth reply: CONT?101?UGFzc3dvcmQ6
- Jul 23 14:46:20 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]: 334
- UGFzc3dvcmQ6
- Jul 23 14:46:23 ns1 postfix/smtpd[26289]: < unknown[45.xx.xx.xx]: Z3V5Mxxx
- Jul 23 14:46:23 ns1 dovecot: auth-worker(25874):
- sql([email protected],45.xx.xx.xx): unknown user
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: xsasl_dovecot_handle_reply:
- auth reply: [email protected]
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: warning:
- unknown[45.xx.xx.xx]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]: 535
- 5.7.8 Error: authentication failed: UGFzc3dvcmQ6
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: < unknown[45.xx.xx.xx]: QUIT
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: > unknown[45.xx.xx.xx]: 221 2.0.0 Bye
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: match_hostname:
- smtpd_client_event_limit_exceptions: unknown ~? 127.0.0.0/8
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: match_hostaddr:
- smtpd_client_event_limit_exceptions: 45.xx.xx.xx ~? 127.0.0.0/8
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: match_hostname:
- smtpd_client_event_limit_exceptions: unknown ~? [::ffff:127.0.0.0]/104
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: match_hostaddr:
- smtpd_client_event_limit_exceptions: 45.xx.xx.xx ~?
- [::ffff:127.0.0.0]/104
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: match_hostname:
- smtpd_client_event_limit_exceptions: unknown ~? [::1]/128
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: match_hostaddr:
- smtpd_client_event_limit_exceptions: 45.xx.xx.xx ~? [::1]/128
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: match_list_match: unknown: no match
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: match_list_match:
- 45.xx.xx.xx: no match
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: send attr request = disconnect
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: send attr ident = smtp:45.xx.xx.xx
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: private/anvil: wanted
- attribute: status
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: input attribute name: status
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: input attribute value: 0
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: private/anvil: wanted
- attribute: (list terminator)
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: input attribute name: (end)
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: disconnect from
- unknown[45.xx.xx.xx] ehlo=1 auth=0/1 rset=1 quit=1 commands=3/4
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: master_notify: status 1
- Jul 23 14:46:25 ns1 postfix/smtpd[26289]: connection closed</raw>
Advertisement
Add Comment
Please, Sign In to add comment