Re 

2023-05-16 12:20,l...@cndns.com: 

> https://www.postfix.org/postconf.5.html#debugger_command [1] 
> 
> debugger_command is the default configuration of postfix, I can shield it, 
> but I don't know if it works. 
> 
> header_checks very simple. 
> 
> [root@smtp520 ~]# cat /etc/postfix/header_checks | grep -v '^#' 
> 
> /^Received:.+$/ IGNORE 
> 
> 2023-05-16 12:09,Tom Reed via Postfix-users: Relay server configuration is 
> very simple. debugger_command = 
> PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd 
> 
> $daemon_directory/$process_name $process_id & sleep 5
> header_checks = regexp:/etc/postfix/header_checks 
> 
> I am not sure, but have you checked the configuration above? They seem to
> be influenced by message content.
> 
> 2023-05-16 12:02,l...@cndns.com:
> 
> Relay server configuration is very simple. 
> 
> No additional anti-spam policies. 
> 
> Relay config:
> postconf -n:
> alias_database = hash:/etc/aliases
> alias_maps = hash:/etc/aliases
> authorized_submit_users = root
> bounce_queue_lifetime = 1d
> bounce_size_limit = 73400320
> command_directory = /usr/sbin
> config_directory = /etc/postfix-sen16/
> daemon_directory = /usr/libexec/postfix
> data_directory = /var/lib/postfix-sen16
> debug_peer_level = 2
> debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd 
> $daemon_directory/$process_name $process_id & sleep 5
> header_checks = regexp:/etc/postfix/header_checks
> html_directory = no
> inet_interfaces = x.x.x.x
> inet_protocols = ipv4
> mail_owner = postfix
> mailbox_size_limit = 73400321
> mailq_path = /usr/bin/mailq.postfix
> manpage_directory = /usr/share/man
> master_service_disable =
> maximal_backoff_time = 3600s
> maximal_queue_lifetime = 1d
> message_size_limit = 73400320
> minimal_backoff_time = 1000s
> multi_instance_enable = yes
> multi_instance_group = mta
> multi_instance_name = postfix-sen16
> mydestination = $myhostname, localhost.$mydomain, localhost
> myhostname = hostname
> mynetworks = /etc/postfix/network_table
> newaliases_path = /usr/bin/newaliases.postfix
> queue_directory = /var/spool/postfix-sen16
> queue_run_delay = 1000s
> readme_directory = /usr/share/doc/postfix-2.11.0/README_FILES
> sample_directory = /usr/share/doc/postfix-2.11.0/samples
> sendmail_path = /usr/sbin/sendmail.postfix
> setgid_group = postdrop
> smtp_bind_address = x.x.x.x
> smtp_connect_timeout = 300s
> smtp_data_xfer_timeout = 300s
> smtp_tls_security_level = may
> unknown_local_recipient_reject_code = 550
> 
> postconf -Mf:
> smtp inet n - n - - smtpd
> pickup unix n - n 60 1 pickup
> cleanup unix n - n - 0 cleanup
> qmgr unix n - n 300 1 qmgr
> 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
> relay unix - - n - - smtp
> 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
 

Links:
------
[1] https://www.postfix.org/postconf.5.html#debugger_command
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to