0% found this document useful (0 votes)
198 views9 pages

Sendmail Verbose

The document contains configuration settings for a Postfix mail server. It lists various directories, file paths, domain names, and other parameters used to configure Postfix. Key settings include the mail queue directory, TLS certificate and key files, SASL authentication configuration, and virtual alias mappings using MySQL databases.

Uploaded by

Mohtashim Shaikh
Copyright
© Public Domain
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
198 views9 pages

Sendmail Verbose

The document contains configuration settings for a Postfix mail server. It lists various directories, file paths, domain names, and other parameters used to configure Postfix. Key settings include the mail queue directory, TLS certificate and key files, SASL authentication configuration, and virtual alias mappings using MySQL databases.

Uploaded by

Mohtashim Shaikh
Copyright
© Public Domain
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 9

echo "Subject: sendmail test" | sendmail -vvv me@mycomp.

com | more
postdrop: dict_update: config_directory = /etc/postfix
postdrop: vstream_buf_get_ready: fd 4 got 3246
postdrop: dict_load_fp: soft_bounce = yes
postdrop: dict_load_fp: mail_owner = postfix
postdrop: dict_load_fp: setgid_group = postdrop
postdrop: dict_load_fp: delay_warning_time = 4
postdrop: dict_load_fp: html_directory = no
postdrop: dict_load_fp: command_directory = /usr/sbin
postdrop: dict_load_fp: daemon_directory = /usr/libexec/postfix
postdrop: dict_load_fp: queue_directory = /var/spool/postfix
postdrop: dict_load_fp: sendmail_path = /usr/sbin/sendmail.postfix
postdrop: dict_load_fp: newaliases_path = /usr/bin/newaliases.postfix
postdrop: dict_load_fp: mailq_path = /usr/bin/mailq.postfix
postdrop: dict_load_fp: manpage_directory = /usr/share/man
postdrop: dict_load_fp: inet_interfaces = all
postdrop: dict_load_fp: mydomain = yourdomain.com
postdrop: dict_load_fp: myhostname = mycomp
postdrop: dict_load_fp: mynetworks = $config_directory/mynetworks
postdrop: dict_load_fp: mydestination = $myhostname, localhost.$mydomain, localh
ost
postdrop: dict_load_fp: relay_domains = proxy:mysql:/etc/postfix/mysql-relay_dom
ains_maps.cf
postdrop: dict_load_fp: recipient_delimiter = +
postdrop: dict_load_fp: alias_maps = hash:/etc/aliases
postdrop: dict_load_fp: alias_database = hash:/etc/aliases
postdrop: dict_load_fp: transport_maps = hash:/etc/postfix/transport
postdrop: dict_load_fp: virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virt
ual_alias_maps.cf, regexp:/etc/postfix/virtual_regexp
postdrop: dict_load_fp: virtual_mailbox_base = /var/vmail
postdrop: dict_load_fp: virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql
-virtual_domains_maps.cf
postdrop: dict_load_fp: virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-vi
rtual_mailbox_maps.cf
postdrop: dict_load_fp: virtual_minimum_uid = 101
postdrop: dict_load_fp: virtual_uid_maps = static:101
postdrop: dict_load_fp: virtual_gid_maps = static:12
postdrop: dict_load_fp: virtual_transport = dovecot
postdrop: dict_load_fp: dovecot_destination_recipient_limit = 1
postdrop: dict_load_fp: debug_peer_level = 2
postdrop: dict_load_fp: debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/us
r/X11R6/bin??? xxgdb $daemon_directory/$process_name $process_id & sleep 5
postdrop: dict_load_fp: smtpd_sasl_auth_enable = yes
postdrop: dict_load_fp: smtpd_sasl_security_options = noanonymous
postdrop: dict_load_fp: smtpd_sasl_local_domain = $myhostname
postdrop: dict_load_fp: broken_sasl_auth_clients = yes
postdrop: dict_load_fp: smtpd_sasl_type = dovecot
postdrop: dict_load_fp: smtpd_sasl_path = private/auth
postdrop: dict_load_fp: smtp_use_tls = yes
postdrop: dict_load_fp: smtpd_use_tls = yes
postdrop: dict_load_fp: smtpd_tls_security_level = may
postdrop: dict_load_fp: smtpd_tls_loglevel = 1
postdrop: dict_load_fp: smtpd_tls_received_header = yes
postdrop: dict_load_fp: smtpd_tls_session_cache_timeout = 3600s
postdrop: dict_load_fp: tls_random_source = dev:/dev/urandom
postdrop: dict_load_fp: smtp_tls_session_cache_database = btree:$data_directory/
smtp_tls_session_cache
postdrop: dict_load_fp: smtpd_tls_key_file = /etc/pki/tls/private/mycomp.key
postdrop: dict_load_fp: smtpd_tls_cert_file = /etc/pki/tls/certs/mycomp.crt
postdrop: dict_load_fp: smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
postdrop: dict_load_fp: smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
postdrop: dict_load_fp: smtpd_client_restrictions =
postdrop: dict_load_fp: smtpd_helo_restrictions =
postdrop: dict_load_fp: smtpd_sender_restrictions =
postdrop: dict_load_fp: smtpd_recipient_restrictions = permit_sasl_authenticated
, permit_mynetworks, reject_unauth_destination, reject_non_fqdn_sender, reject_n
on_fqdn_recipient, reject_unknown_recipient_domain
postdrop: dict_load_fp: smtpd_helo_required = yes
postdrop: dict_load_fp: unknown_local_recipient_reject_code = 550
postdrop: dict_load_fp: disable_vrfy_command = yes
postdrop: dict_load_fp: smtpd_data_restrictions = reject_unauth_pipelining
postdrop: dict_load_fp: message_size_limit = 204800000
postdrop: dict_load_fp: mailbox_size_limit = 2048000000
postdrop: dict_load_fp: vacation_destination_recipient_limit = 1
postdrop: dict_load_fp: recipient_bcc_maps = proxy:mysql:/etc/postfix/mysql-virt
ual_vacation.cf
postdrop: dict_lookup: syslog_facility = (notfound)
postdrop: mac_parse: mail
postdrop: dict_eval: const mail
postdrop: dict_update: syslog_facility = mail
postdrop: dict_lookup: inet_protocols = (notfound)
postdrop: mac_parse: all
postdrop: dict_eval: const all
postdrop: dict_update: inet_protocols = all
postdrop: dict_lookup: multi_instance_directories = (notfound)
postdrop: mac_parse:
postdrop: dict_eval: const
postdrop: dict_update: multi_instance_directories =
postdrop: dict_lookup: multi_instance_group = (notfound)
postdrop: mac_parse:
postdrop: dict_eval: const
postdrop: dict_update: multi_instance_group =
postdrop: dict_lookup: multi_instance_name = (notfound)
postdrop: mac_parse:
postdrop: dict_eval: const
postdrop: dict_update: multi_instance_name =
postdrop: dict_lookup: daemon_table_open_error_is_fatal = (notfound)
postdrop: dict_update: daemon_table_open_error_is_fatal = no
postdrop: name_mask: all
postdrop: dict_lookup: myhostname = mycomp
postdrop: mac_parse: mycomp
postdrop: dict_eval: const mycomp
postdrop: dict_lookup: mydomain = yourdomain.com
postdrop: mac_parse: yourdomain.com
postdrop: dict_eval: const yourdomain.com
postdrop: dict_lookup: mail_name = (notfound)
postdrop: mac_parse: Postfix
postdrop: dict_eval: const Postfix
postdrop: dict_update: mail_name = Postfix
postdrop: dict_lookup: syslog_name = (notfound)
postdrop: mac_parse: ${multi_instance_name:postfix}${multi_instance_name?$multi_
instance_name}
postdrop: mac_parse: postfix
postdrop: dict_eval: expand ${multi_instance_name:postfix}${multi_instance_name?
$multi_instance_name} -> postfix
postdrop: dict_update: syslog_name = postfix
postdrop: dict_lookup: mail_owner = postfix
postdrop: mac_parse: postfix
postdrop: dict_eval: const postfix
postdrop: dict_lookup: setgid_group = postdrop
postdrop: mac_parse: postdrop
postdrop: dict_eval: const postdrop
postdrop: dict_lookup: mydestination = $myhostname, localhost.$mydomain, localho
st
postdrop: mac_parse: $myhostname, localhost.$mydomain, localhost
postdrop: mac_parse: mycomp
postdrop: mac_parse: yourdomain.com
postdrop: dict_eval: expand $myhostname, localhost.$mydomain, localhost -> mycom
p, localhost.yourdomain.com, localhost
postdrop: dict_lookup: myorigin = (notfound)
postdrop: mac_parse: $myhostname
postdrop: mac_parse: mycomp
postdrop: dict_eval: expand $myhostname -> mycomp
postdrop: dict_update: myorigin = mycomp
postdrop: dict_lookup: relayhost = (notfound)
postdrop: mac_parse:
postdrop: dict_eval: const
postdrop: dict_update: relayhost =
postdrop: dict_lookup: daemon_directory = /usr/libexec/postfix
postdrop: mac_parse: /usr/libexec/postfix
postdrop: dict_eval: const /usr/libexec/postfix
postdrop: dict_lookup: data_directory = (notfound)
postdrop: mac_parse: /var/lib/postfix
postdrop: dict_eval: const /var/lib/postfix
postdrop: dict_update: data_directory = /var/lib/postfix
postdrop: dict_lookup: command_directory = /usr/sbin
postdrop: mac_parse: /usr/sbin
postdrop: dict_eval: const /usr/sbin
postdrop: dict_lookup: queue_directory = /var/spool/postfix
postdrop: mac_parse: /var/spool/postfix
postdrop: dict_eval: const /var/spool/postfix
postdrop: dict_lookup: process_id_directory = (notfound)
postdrop: mac_parse: pid
postdrop: dict_eval: const pid
postdrop: dict_update: process_id_directory = pid
postdrop: dict_lookup: inet_interfaces = all
postdrop: mac_parse: all
postdrop: dict_eval: const all
postdrop: dict_lookup: proxy_interfaces = (notfound)
postdrop: mac_parse:
postdrop: dict_eval: const
postdrop: dict_update: proxy_interfaces =
postdrop: dict_lookup: double_bounce_sender = (notfound)
postdrop: mac_parse: double-bounce
postdrop: dict_eval: const double-bounce
postdrop: dict_update: double_bounce_sender = double-bounce
postdrop: dict_lookup: default_privs = (notfound)
postdrop: mac_parse: nobody
postdrop: dict_eval: const nobody
postdrop: dict_update: default_privs = nobody
postdrop: dict_lookup: alias_database = hash:/etc/aliases
postdrop: mac_parse: hash:/etc/aliases
postdrop: dict_eval: const hash:/etc/aliases
postdrop: dict_lookup: mail_release_date = (notfound)
postdrop: mac_parse: 20130622
postdrop: dict_eval: const 20130622
postdrop: dict_update: mail_release_date = 20130622
postdrop: dict_lookup: mail_version = (notfound)
postdrop: mac_parse: 2.10.1
postdrop: dict_eval: const 2.10.1
postdrop: dict_update: mail_version = 2.10.1
postdrop: dict_lookup: default_database_type = (notfound)
postdrop: mac_parse: hash
postdrop: dict_eval: const hash
postdrop: dict_update: default_database_type = hash
postdrop: dict_lookup: hash_queue_names = (notfound)
postdrop: mac_parse: deferred, defer
postdrop: dict_eval: const deferred, defer
postdrop: dict_update: hash_queue_names = deferred, defer
postdrop: dict_lookup: recipient_delimiter = +
postdrop: mac_parse: +
postdrop: dict_eval: const +
postdrop: dict_lookup: relay_domains = proxy:mysql:/etc/postfix/mysql-relay_doma
ins_maps.cf
postdrop: mac_parse: proxy:mysql:/etc/postfix/mysql-relay_domains_maps.cf
postdrop: dict_eval: const proxy:mysql:/etc/postfix/mysql-relay_domains_maps.cf
postdrop: dict_lookup: fast_flush_domains = (notfound)
postdrop: mac_parse: $relay_domains
postdrop: mac_parse: proxy:mysql:/etc/postfix/mysql-relay_domains_maps.cf
postdrop: dict_eval: expand $relay_domains -> proxy:mysql:/etc/postfix/mysql-rel
ay_domains_maps.cf
postdrop: dict_update: fast_flush_domains = proxy:mysql:/etc/postfix/mysql-relay
_domains_maps.cf
postdrop: dict_lookup: export_environment = (notfound)
postdrop: mac_parse: TZ MAIL_CONFIG LANG
postdrop: dict_eval: const TZ MAIL_CONFIG LANG
postdrop: dict_update: export_environment = TZ MAIL_CONFIG LANG
postdrop: dict_lookup: import_environment = (notfound)
postdrop: mac_parse: MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LA
NG=C
postdrop: dict_eval: const MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DIS
PLAY LANG=C
postdrop: dict_update: import_environment = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG T
Z XAUTHORITY DISPLAY LANG=C
postdrop: dict_lookup: mynetworks_style = (notfound)
postdrop: mac_parse: subnet
postdrop: dict_eval: const subnet
postdrop: dict_update: mynetworks_style = subnet
postdrop: dict_lookup: debug_peer_list = (notfound)
postdrop: mac_parse:
postdrop: dict_eval: const
postdrop: dict_update: debug_peer_list =
postdrop: dict_lookup: default_verp_delimiters = (notfound)
postdrop: mac_parse: +=
postdrop: dict_eval: const +=
postdrop: dict_update: default_verp_delimiters = +=
postdrop: dict_lookup: verp_delimiter_filter = (notfound)
postdrop: mac_parse: -=+
postdrop: dict_eval: const -=+
postdrop: dict_update: verp_delimiter_filter = -=+
postdrop: dict_lookup: parent_domain_matches_subdomains = (notfound)
postdrop: mac_parse: debug_peer_list,fast_flush_domains,mynetworks,permit_mx_bac
kup_networks,qmqpd_authorized_clients,relay_domains,smtpd_access_maps
postdrop: dict_eval: const debug_peer_list,fast_flush_domains,mynetworks,permit
_mx_backup_networks,qmqpd_authorized_clients,relay_domains,smtpd_access_maps
postdrop: dict_update: parent_domain_matches_subdomains = debug_peer_list,fast_f
lush_domains,mynetworks,permit_mx_backup_networks,qmqpd_authorized_clients,relay
_domains,smtpd_access_maps
postdrop: dict_lookup: alternate_config_directories = (notfound)
postdrop: mac_parse:
postdrop: dict_eval: const
postdrop: dict_update: alternate_config_directories =
postdrop: dict_lookup: bounce_service_name = (notfound)
postdrop: mac_parse: bounce
postdrop: dict_eval: const bounce
postdrop: dict_update: bounce_service_name = bounce
postdrop: dict_lookup: cleanup_service_name = (notfound)
postdrop: mac_parse: cleanup
postdrop: dict_eval: const cleanup
postdrop: dict_update: cleanup_service_name = cleanup
postdrop: dict_lookup: defer_service_name = (notfound)
postdrop: mac_parse: defer
postdrop: dict_eval: const defer
postdrop: dict_update: defer_service_name = defer
postdrop: dict_lookup: pickup_service_name = (notfound)
postdrop: mac_parse: pickup
postdrop: dict_eval: const pickup
postdrop: dict_update: pickup_service_name = pickup
postdrop: dict_lookup: queue_service_name = (notfound)
postdrop: mac_parse: qmgr
postdrop: dict_eval: const qmgr
postdrop: dict_update: queue_service_name = qmgr
postdrop: dict_lookup: rewrite_service_name = (notfound)
postdrop: mac_parse: rewrite
postdrop: dict_eval: const rewrite
postdrop: dict_update: rewrite_service_name = rewrite
postdrop: dict_lookup: showq_service_name = (notfound)
postdrop: mac_parse: showq
postdrop: dict_eval: const showq
postdrop: dict_update: showq_service_name = showq
postdrop: dict_lookup: error_service_name = (notfound)
postdrop: mac_parse: error
postdrop: dict_eval: const error
postdrop: dict_update: error_service_name = error
postdrop: dict_lookup: flush_service_name = (notfound)
postdrop: mac_parse: flush
postdrop: dict_eval: const flush
postdrop: dict_update: flush_service_name = flush
postdrop: dict_lookup: address_verify_service_name = (notfound)
postdrop: mac_parse: verify
postdrop: dict_eval: const verify
postdrop: dict_update: address_verify_service_name = verify
postdrop: dict_lookup: trace_service_name = (notfound)
postdrop: mac_parse: trace
postdrop: dict_eval: const trace
postdrop: dict_update: trace_service_name = trace
postdrop: dict_lookup: proxymap_service_name = (notfound)
postdrop: mac_parse: proxymap
postdrop: dict_eval: const proxymap
postdrop: dict_update: proxymap_service_name = proxymap
postdrop: dict_lookup: proxywrite_service_name = (notfound)
postdrop: mac_parse: proxywrite
postdrop: dict_eval: const proxywrite
postdrop: dict_update: proxywrite_service_name = proxywrite
postdrop: dict_lookup: internal_mail_filter_classes = (notfound)
postdrop: mac_parse:
postdrop: dict_eval: const
postdrop: dict_update: internal_mail_filter_classes =
postdrop: dict_lookup: multi_instance_wrapper = (notfound)
postdrop: mac_parse:
postdrop: dict_eval: const
postdrop: dict_update: multi_instance_wrapper =
postdrop: dict_lookup: max_use = (notfound)
postdrop: dict_update: max_use = 100
postdrop: dict_lookup: dont_remove = (notfound)
postdrop: dict_update: dont_remove = 0
postdrop: dict_lookup: line_length_limit = (notfound)
postdrop: dict_update: line_length_limit = 2048
postdrop: dict_lookup: hash_queue_depth = (notfound)
postdrop: dict_update: hash_queue_depth = 1
postdrop: dict_lookup: fork_attempts = (notfound)
postdrop: dict_update: fork_attempts = 5
postdrop: dict_lookup: deliver_lock_attempts = (notfound)
postdrop: dict_update: deliver_lock_attempts = 20
postdrop: dict_lookup: debug_peer_level = 2
postdrop: mac_parse: 2
postdrop: dict_eval: const 2
postdrop: dict_lookup: fault_injection_code = (notfound)
postdrop: dict_update: fault_injection_code = 0
postdrop: dict_lookup: berkeley_db_create_buffer_size = (notfound)
postdrop: dict_update: berkeley_db_create_buffer_size = 16777216
postdrop: dict_lookup: berkeley_db_read_buffer_size = (notfound)
postdrop: dict_update: berkeley_db_read_buffer_size = 131072
postdrop: dict_lookup: header_size_limit = (notfound)
postdrop: dict_update: header_size_limit = 102400
postdrop: dict_lookup: header_address_token_limit = (notfound)
postdrop: dict_update: header_address_token_limit = 10240
postdrop: dict_lookup: mime_nesting_limit = (notfound)
postdrop: dict_update: mime_nesting_limit = 100
postdrop: dict_lookup: mime_boundary_length_limit = (notfound)
postdrop: dict_update: mime_boundary_length_limit = 2048
postdrop: dict_lookup: delay_logging_resolution_limit = (notfound)
postdrop: dict_update: delay_logging_resolution_limit = 2
postdrop: dict_lookup: tcp_windowsize = (notfound)
postdrop: dict_update: tcp_windowsize = 0
postdrop: dict_lookup: message_size_limit = 204800000
postdrop: mac_parse: 204800000
postdrop: dict_eval: const 204800000
postdrop: dict_lookup: disable_dns_lookups = (notfound)
postdrop: dict_update: disable_dns_lookups = no
postdrop: dict_lookup: soft_bounce = yes
postdrop: mac_parse: yes
postdrop: dict_eval: const yes
postdrop: dict_lookup: owner_request_special = (notfound)
postdrop: dict_update: owner_request_special = yes
postdrop: dict_lookup: strict_8bitmime = (notfound)
postdrop: dict_update: strict_8bitmime = no
postdrop: dict_lookup: strict_7bit_headers = (notfound)
postdrop: dict_update: strict_7bit_headers = no
postdrop: dict_lookup: strict_8bitmime_body = (notfound)
postdrop: dict_update: strict_8bitmime_body = no
postdrop: dict_lookup: strict_mime_encoding_domain = (notfound)
postdrop: dict_update: strict_mime_encoding_domain = no
postdrop: dict_lookup: disable_mime_input_processing = (notfound)
postdrop: dict_update: disable_mime_input_processing = no
postdrop: dict_lookup: disable_mime_output_conversion = (notfound)
postdrop: dict_update: disable_mime_output_conversion = no
postdrop: dict_lookup: address_verify_negative_cache = (notfound)
postdrop: dict_update: address_verify_negative_cache = yes
postdrop: dict_lookup: backwards_bounce_logfile_compatibility = (notfound)
postdrop: dict_update: backwards_bounce_logfile_compatibility = yes
postdrop: dict_lookup: helpful_warnings = (notfound)
postdrop: dict_update: helpful_warnings = yes
postdrop: dict_lookup: send_cyrus_sasl_authzid = (notfound)
postdrop: dict_update: send_cyrus_sasl_authzid = no
postdrop: dict_lookup: multi_instance_enable = (notfound)
postdrop: dict_update: multi_instance_enable = no
postdrop: dict_lookup: enable_long_queue_ids = (notfound)
postdrop: dict_update: enable_long_queue_ids = no
postdrop: mac_parse: 100s
postdrop: dict_eval: const 100s
postdrop: dict_lookup: application_event_drain_time = (notfound)
postdrop: dict_update: application_event_drain_time = 100s
postdrop: dict_lookup: application_event_drain_time = 100s
postdrop: mac_parse: 100s
postdrop: dict_eval: const 100s
postdrop: mac_parse: 100s
postdrop: dict_eval: const 100s
postdrop: dict_lookup: max_idle = (notfound)
postdrop: dict_update: max_idle = 100s
postdrop: dict_lookup: max_idle = 100s
postdrop: mac_parse: 100s
postdrop: dict_eval: const 100s
postdrop: mac_parse: 3600s
postdrop: dict_eval: const 3600s
postdrop: dict_lookup: ipc_timeout = (notfound)
postdrop: dict_update: ipc_timeout = 3600s
postdrop: dict_lookup: ipc_timeout = 3600s
postdrop: mac_parse: 3600s
postdrop: dict_eval: const 3600s
postdrop: mac_parse: 5s
postdrop: dict_eval: const 5s
postdrop: dict_lookup: ipc_idle = (notfound)
postdrop: dict_update: ipc_idle = 5s
postdrop: dict_lookup: ipc_idle = 5s
postdrop: mac_parse: 5s
postdrop: dict_eval: const 5s
postdrop: mac_parse: 1000s
postdrop: dict_eval: const 1000s
postdrop: dict_lookup: ipc_ttl = (notfound)
postdrop: dict_update: ipc_ttl = 1000s
postdrop: dict_lookup: ipc_ttl = 1000s
postdrop: mac_parse: 1000s
postdrop: dict_eval: const 1000s
postdrop: mac_parse: 10s
postdrop: dict_eval: const 10s
postdrop: dict_lookup: trigger_timeout = (notfound)
postdrop: dict_update: trigger_timeout = 10s
postdrop: dict_lookup: trigger_timeout = 10s
postdrop: mac_parse: 10s
postdrop: dict_eval: const 10s
postdrop: mac_parse: 1s
postdrop: dict_eval: const 1s
postdrop: dict_lookup: fork_delay = (notfound)
postdrop: dict_update: fork_delay = 1s
postdrop: dict_lookup: fork_delay = 1s
postdrop: mac_parse: 1s
postdrop: dict_eval: const 1s
postdrop: mac_parse: 1s
postdrop: dict_eval: const 1s
postdrop: dict_lookup: deliver_lock_delay = (notfound)
postdrop: dict_update: deliver_lock_delay = 1s
postdrop: dict_lookup: deliver_lock_delay = 1s
postdrop: mac_parse: 1s
postdrop: dict_eval: const 1s
postdrop: mac_parse: 500s
postdrop: dict_eval: const 500s
postdrop: dict_lookup: stale_lock_time = (notfound)
postdrop: dict_update: stale_lock_time = 500s
postdrop: dict_lookup: stale_lock_time = 500s
postdrop: mac_parse: 500s
postdrop: dict_eval: const 500s
postdrop: mac_parse: 18000s
postdrop: dict_eval: const 18000s
postdrop: dict_lookup: daemon_timeout = (notfound)
postdrop: dict_update: daemon_timeout = 18000s
postdrop: dict_lookup: daemon_timeout = 18000s
postdrop: mac_parse: 18000s
postdrop: dict_eval: const 18000s
postdrop: mac_parse: 1s
postdrop: dict_eval: const 1s
postdrop: dict_lookup: in_flow_delay = (notfound)
postdrop: dict_update: in_flow_delay = 1s
postdrop: dict_lookup: in_flow_delay = 1s
postdrop: mac_parse: 1s
postdrop: dict_eval: const 1s
postdrop: dict_lookup: mynetworks = $config_directory/mynetworks
postdrop: mac_parse: $config_directory/mynetworks
postdrop: mac_parse: /etc/postfix
postdrop: dict_eval: expand $config_directory/mynetworks -> /etc/postfix/mynetwo
rks
postdrop: inet_addr_list_append: 127.0.0.1
postdrop: inet_addr_list_append: 255.0.0.0
postdrop: inet_addr_list_append: 45.76.82.101
postdrop: inet_addr_list_append: 255.255.254.0
postdrop: inet_addr_local: configured 2 IPv4 addresses
postdrop: inet_addr_list_append: ::1
postdrop: inet_addr_list_append: ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
postdrop: inet_addr_list_append: fe80::5400:ff:fe50:b604
postdrop: inet_addr_list_append: ffff:ffff:ffff:ffff::
postdrop: inet_addr_local: configured 2 IPv6 addresses
postdrop: dict_update: process_id = 11698
postdrop: dict_lookup: authorized_submit_users = (notfound)
postdrop: mac_parse: static:anyone
postdrop: dict_eval: const static:anyone
postdrop: dict_update: authorized_submit_users = static:anyone
postdrop: chdir /var/spool/postfix
postdrop: open maildrop/7F5B312FED
postdrop: send attr queue_id = 7F5B312FED
postdrop: vstream_fflush_some: fd 1 flush 21
postdrop: rec_put: type T len 17 data 1494246678
sendmail: vstream_buf_get_ready: fd 5 got 21
sendmail: /usr/sbin/postdrop -r -v -v -v: wanted attribute: queue_id
sendmail: input attribute name: queue_id
sendmail: input attribute value: 7F5B312FED
sendmail: /usr/sbin/postdrop -r -v -v -v: wanted attribute: (list terminator)
sendmail: input attribute name: (end)
sendmail: rec_put: type A len 21 data rewrite_co
sendmail: rec_put: type F len 4 data root
sendmail: rec_put: type S len 4 data root
sendmail: rec_put: type R len 20 data mohtashims
sendmail: rec_put: type M len 0 data
sendmail: vstream_buf_get_ready: fd 0 got 23
sendmail: rec_put: type N len 22 data Subject: s
sendmail: rec_put: type X len 0 data
sendmail: rec_put: type E len 0 data
sendmail: vstream_fflush_some: fd 5 flush 87
postdrop: vstream_buf_get_ready: fd 0 got 87
postdrop: rec_get: type A len 21 data rewrite_co
postdrop: rec_put: type A len 21 data rewrite_co
postdrop: rec_get: type F len 4 data root
postdrop: rec_put: type F len 4 data root
postdrop: rec_get: type S len 4 data root
postdrop: rec_put: type S len 4 data root
postdrop: rec_get: type R len 20 data mohtashims
postdrop: rec_put: type R len 20 data mohtashims
postdrop: rec_get: type M len 0 data
postdrop: rec_put: type M len 0 data
postdrop: rec_get: type N len 22 data Subject: s
postdrop: rec_put: type N len 22 data Subject: s
postdrop: rec_get: type X len 0 data
postdrop: rec_put: type X len 0 data
postdrop: rec_get: type E len 0 data
postdrop: rec_put: type E len 0 data
postdrop: vstream_fflush_some: fd 4 flush 106
postdrop: vstream_fflush_some: fd 4 flush 0
postdrop: send attr status = 0
postdrop: send attr reason =
postdrop: vstream_fflush_some: fd 1 flush 18
sendmail: vstream_buf_get_ready: fd 5 got 18
sendmail: /usr/sbin/postdrop -r -v -v -v: wanted attribute: status
sendmail: input attribute name: status
sendmail: input attribute value: 0
sendmail: /usr/sbin/postdrop -r -v -v -v: wanted attribute: (list terminator)
sendmail: input attribute name: reason
sendmail: input attribute value: (end)
sendmail: /usr/sbin/postdrop -r -v -v -v: wanted attribute: (list terminator)
sendmail: input attribute name: (end)
[root@mycomp ~]#

You might also like