Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@postfixhost postfix]# postconf -m
- btree
- cidr
- environ
- hash
- ldap
- mysql
- nis
- pcre
- proxy
- regexp
- static
- unix
- [root@postfixhost log]# postconf -n
- alias_database = hash:/etc/aliases
- alias_maps = hash:/etc/aliases
- allow_min_user = yes
- command_directory = /usr/sbin
- config_directory = /etc/postfix
- daemon_directory = /usr/libexec/postfix
- data_directory = /var/lib/postfix
- debug_peer_level = 2
- disable_vrfy_command = yes
- html_directory = no
- inet_interfaces = 10.0.0.1
- inet_protocols = ipv4
- local_recipient_maps =
- local_transport = error:local delivery is disabled
- mail_owner = postfix
- mailq_path = /usr/bin/mailq.postfix
- manpage_directory = /usr/share/man
- message_size_limit = 27962028
- mydestination =
- mydomain = domain.tld
- myhostname = mx.domain.tld
- mynetworks =
- 127.0.0.0/8,
- 10.0.0.0/8
- newaliases_path = /usr/bin/newaliases.postfix
- parent_domain_matches_subdomains =
- debug_peer_list,
- fast_flush_domains,
- mynetworks,
- permit_mx_backup_networks,
- qmqpd_authorized_clients
- queue_directory = /var/spool/postfix
- readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
- relay_domains = domain.tld
- relay_recipient_maps =
- relay_transport = relay:[10.0.0.2]
- sample_directory = /usr/share/doc/postfix-2.6.6/samples
- sendmail_path = /usr/sbin/sendmail.postfix
- setgid_group = postdrop
- smtpd_banner = $myhostname ESMTP Service Ready
- smtpd_discard_ehlo_keywords = dsn
- smtpd_helo_required = yes
- smtpd_recipient_restrictions =
- reject_non_fqdn_sender,
- reject_non_fqdn_recipient,
- reject_unknown_sender_domain,
- reject_unauth_destination,
- check_recipient_access regexp:/etc/postfix/check_recipient_access.regexp,
- unknown_local_recipient_reject_code = 550
- [root@postfixhost postfix]# cat /etc/postfix/check_recipient_access.regexp
- /^test@domain\.tld$/i REJECT wrong format
- [root@postfixhost log]# cat /etc/postfix/master.cf
- #
- # Postfix master process configuration file. For details on the format
- # of the file, see the master(5) manual page (command: "man 5 master").
- #
- # Do not forget to execute "postfix reload" after editing this file.
- #
- # ==========================================================================
- # service type private unpriv chroot wakeup maxproc command + args
- # (yes) (yes) (yes) (never) (100)
- # ==========================================================================
- smtp inet n - n - - smtpd -v
- #submission inet n - n - - smtpd
- # -o smtpd_tls_security_level=encrypt
- # -o smtpd_sasl_auth_enable=yes
- # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
- # -o milter_macro_daemon_name=ORIGINATING
- #smtps inet n - n - - smtpd
- # -o smtpd_tls_wrappermode=yes
- # -o smtpd_sasl_auth_enable=yes
- # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
- # -o milter_macro_daemon_name=ORIGINATING
- #628 inet n - n - - qmqpd
- pickup fifo n - n 60 1 pickup
- cleanup unix n - n - 0 cleanup
- qmgr fifo n - n 300 1 qmgr
- #qmgr fifo n - n 300 1 oqmgr
- tlsmgr unix - - n 1000? 1 tlsmgr
- rewrite unix - - n - - trivial-rewrite
- bounce unix - - n - 0 bounce
- defer unix - - n - 0 bounce
- trace unix - - n - 0 bounce
- verify unix - - n - 1 verify
- flush unix n - n 1000? 0 flush
- proxymap unix - - n - - proxymap
- proxywrite unix - - n - 1 proxymap
- smtp unix - - n - - smtp
- # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
- relay unix - - n - - smtp
- -o smtp_fallback_relay=
- # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
- showq unix n - n - - showq
- error unix - - n - - error
- retry unix - - n - - error
- discard unix - - n - - discard
- local unix - n n - - local
- virtual unix - n n - - virtual
- lmtp unix - - n - - lmtp
- anvil unix - - n - 1 anvil
- scache unix - - n - 1 scache
- #
- # ====================================================================
- # Interfaces to non-Postfix software. Be sure to examine the manual
- # pages of the non-Postfix software to find out what options it wants.
- #
- # Many of the following services use the Postfix pipe(8) delivery
- # agent. See the pipe(8) man page for information about ${recipient}
- # and other message envelope options.
- # ====================================================================
- #
- # maildrop. See the Postfix MAILDROP_README file for details.
- # Also specify in main.cf: maildrop_destination_recipient_limit=1
- #
- #maildrop unix - n n - - pipe
- # flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
- #
- # ====================================================================
- #
- # The Cyrus deliver program has changed incompatibly, multiple times.
- #
- #old-cyrus unix - n n - - pipe
- # flags=R user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -m ${extension} ${user}
- #
- # ====================================================================
- #
- # Cyrus 2.1.5 (Amos Gouaux)
- # Also specify in main.cf: cyrus_destination_recipient_limit=1
- #
- #cyrus unix - n n - - pipe
- # user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}
- #
- # ====================================================================
- #
- # See the Postfix UUCP_README file for configuration details.
- #
- #uucp unix - n n - - pipe
- # flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
- #
- # ====================================================================
- #
- # Other external delivery methods.
- #
- #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/local/sbin/bsmtp -f $sender $nexthop $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}
- [root@postfixhost postfix]# postmap -q '[email protected]' regexp:/etc/postfix/check_recipient_access.regexp
- REJECT wrong format
- [root@postfixhost postfix]# postmap -q '[email protected]' regexp:/etc/postfix/check_recipient_access.regexp
- [root@postfixhost postfix]#
- [root@spauth-test ~]# telnet 10.0.0.1 25
- Trying 10.0.0.1...
- Connected to 10.0.0.1.
- Escape character is '^]'.
- 220 mx.domain.tld ESMTP Service Ready
- ehlo my.host.name
- 250-mx.domain.tld
- 250-PIPELINING
- 250-SIZE 27962028
- 250-ETRN
- 250-ENHANCEDSTATUSCODES
- 250 8BITMIME
- mail from:<[email protected]>
- 250 2.1.0 Ok
- rcpt to:<[email protected]>
- 554 5.7.1 <[email protected]>: Recipient address rejected: wrong format
- rcpt to:<[email protected]>
- 554 5.7.1 <[email protected]>: Recipient address rejected: wrong format
- quit
- 221 2.0.0 Bye
- Connection closed by foreign host.
- Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: connection established
- Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: master_notify: status 0
- Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: name_mask: resource
- Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: name_mask: software
- Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: connect from unknown[10.0.0.3]
- Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_list_match: unknown: no match
- Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_list_match: 10.0.0.3: no match
- Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_list_match: unknown: no match
- Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_list_match: 10.0.0.3: no match
- Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_hostname: unknown ~? 127.0.0.0/8
- Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_hostaddr: 10.0.0.3 ~? 127.0.0.0/8
- Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_hostname: unknown ~? 10.0.0.0/8
- Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: match_hostaddr: 10.0.0.3 ~? 10.0.0.0/8
- Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 220 mx.domain.tld ESMTP Service Ready
- Mar 26 10:00:35 postfixhost postfix/smtpd[13886]: name_mask: dsn
- Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: < unknown[10.0.0.3]: ehlo my.host.name
- Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: discarding EHLO keywords: DSN
- Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 250-mx.domain.tld
- Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 250-PIPELINING
- Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 250-SIZE 27962028
- Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: match_list_match: unknown: no match
- Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: match_list_match: 10.0.0.3: no match
- Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 250-ETRN
- Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 250-ENHANCEDSTATUSCODES
- Mar 26 10:00:57 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 250 8BITMIME
- Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: < unknown[10.0.0.3]: mail from:<[email protected]>
- Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: extract_addr: input: <[email protected]>
- Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: smtpd_check_addr: [email protected]
- Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: ctable_locate: leave existing entry key [email protected]
- Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: extract_addr: in: <[email protected]>, result: [email protected]
- Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: fsspace: .: block size 4096, blocks free 11986281
- Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: smtpd_check_queue: blocks 4096 avail 11986281 min_free 0 msg_size_limit 27962028
- Mar 26 10:01:04 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 250 2.1.0 Ok
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: < unknown[10.0.0.3]: rcpt to:<[email protected]>
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: extract_addr: input: <[email protected]>
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: smtpd_check_addr: [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: connect to subsystem private/rewrite
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: send attr request = rewrite
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: send attr rule = local
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: send attr address = [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: flags
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: flags
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute value: 0
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: address
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: address
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute value: [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: (list terminator)
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: (end)
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: rewrite_clnt: local: [email protected] -> [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: send attr request = resolve
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: send attr sender =
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: send attr address = [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: flags
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: flags
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute value: 0
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: transport
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: transport
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute value: relay
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: nexthop
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: nexthop
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute value: [10.0.0.2]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: recipient
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: recipient
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute value: [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: flags
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: flags
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute value: 2048
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: (list terminator)
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: input attribute name: (end)
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: resolve_clnt: `' -> `[email protected]' -> transp=`relay' host=`[10.0.0.2]' rcpt=`[email protected]' flags= class=relay
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: ctable_locate: install entry key [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: extract_addr: in: <[email protected]>, result: [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: >>> START Recipient address RESTRICTIONS <<<
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_sender
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: reject_non_fqdn_address: [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_sender status=0
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_recipient
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: reject_non_fqdn_address: [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_recipient status=0
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unknown_sender_domain
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: reject_unknown_address: [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: ctable_locate: move existing entry key [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: reject_unknown_mailhost: valid.domain.tld
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: lookup valid.domain.tld type MX flags 0
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: dns_query: valid.domain.tld (MX): OK
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: dns_get_answer: type MX for valid.domain.tld
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: dns_get_answer: type MX for valid.domain.tld
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unknown_sender_domain status=0
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unauth_destination
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: reject_unauth_destination: [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: permit_auth_destination: [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: ctable_locate: move existing entry key [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unauth_destination status=0
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=check_recipient_access
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: check_mail_access: [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: ctable_locate: leave existing entry key [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: check_access: [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: dict_regexp_lookup: /etc/postfix/check_recipient_access.regexp: [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: check_table_result: regexp:/etc/postfix/check_recipient_access.regexp REJECT wrong format [email protected]
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: NOQUEUE: reject: RCPT from unknown[10.0.0.3]: 554 5.7.1 <[email protected]>: Recipient address rejected: wrong format; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<my.host.name>
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: generic_checks: name=check_recipient_access status=2
- Mar 26 10:01:12 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 554 5.7.1 <[email protected]>: Recipient address rejected: wrong format
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: < unknown[10.0.0.3]: rcpt to:<[email protected]>
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: extract_addr: input: <[email protected]>
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: smtpd_check_addr: [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: send attr request = rewrite
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: send attr rule = local
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: send attr address = [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: flags
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: flags
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute value: 0
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: address
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: address
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute value: [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: (list terminator)
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: (end)
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: rewrite_clnt: local: [email protected] -> [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: send attr request = resolve
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: send attr sender =
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: send attr address = [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: flags
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: flags
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute value: 0
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: transport
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: transport
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute value: relay
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: nexthop
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: nexthop
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute value: [10.0.0.2]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: recipient
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: recipient
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute value: [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: flags
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: flags
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute value: 2048
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: private/rewrite socket: wanted attribute: (list terminator)
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: input attribute name: (end)
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: resolve_clnt: `' -> `[email protected]' -> transp=`relay' host=`[10.0.0.2]' rcpt=`[email protected]' flags= class=relay
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: ctable_locate: install entry key [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: extract_addr: in: <[email protected]>, result: [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: >>> START Recipient address RESTRICTIONS <<<
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_sender
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: reject_non_fqdn_address: [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_sender status=0
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_recipient
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: reject_non_fqdn_address: [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_non_fqdn_recipient status=0
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unknown_sender_domain
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: reject_unknown_address: [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: ctable_locate: move existing entry key [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: reject_unknown_mailhost: valid.domain.tld
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: lookup valid.domain.tld type MX flags 0
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: dns_query: valid.domain.tld (MX): OK
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: dns_get_answer: type MX for valid.domain.tld
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: dns_get_answer: type MX for valid.domain.tld
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unknown_sender_domain status=0
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unauth_destination
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: reject_unauth_destination: [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: permit_auth_destination: [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: ctable_locate: move existing entry key [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=reject_unauth_destination status=0
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=check_recipient_access
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: check_mail_access: [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: ctable_locate: leave existing entry key [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: check_access: [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: dict_regexp_lookup: /etc/postfix/check_recipient_access.regexp: [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: check_table_result: regexp:/etc/postfix/check_recipient_access.regexp REJECT wrong format [email protected]
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: NOQUEUE: reject: RCPT from unknown[10.0.0.3]: 554 5.7.1 <[email protected]>: Recipient address rejected: wrong format; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<my.host.name>
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: generic_checks: name=check_recipient_access status=2
- Mar 26 10:01:36 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 554 5.7.1 <[email protected]>: Recipient address rejected: wrong format
- Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: < unknown[10.0.0.3]: quit
- Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: > unknown[10.0.0.3]: 221 2.0.0 Bye
- Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: match_hostname: unknown ~? 127.0.0.0/8
- Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: match_hostaddr: 10.0.0.3 ~? 127.0.0.0/8
- Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: match_hostname: unknown ~? 10.0.0.0/8
- Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: match_hostaddr: 10.0.0.3 ~? 10.0.0.0/8
- Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: disconnect from unknown[10.0.0.3]
- Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: master_notify: status 1
- Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: connection closed
- Mar 26 10:01:53 postfixhost postfix/smtpd[13886]: rewrite stream disconnect
Advertisement
Add Comment
Please, Sign In to add comment