On Sun, May 25, 2025 at 04:43:58PM -0400, Jason Hirsh wrote:

> I am getting this error
> 
> ay 25 14:10:18 triggerfish postfix/cleanup[71521]: error: unsupported 
> dictionary type: PATH=/bin
> 
> 
> I know nothing about “cleanup”. But since master.c
> <http://master.ch/>f is referenced I must have damaged that. No idea
> how. Search web no help
> 
> Postconf -n provides
> 
> address_verify_map = hash:/var/db/postfix/verify
> bounce_queue_lifetime = 1d
> broken_sasl_auth_clients = yes
> command_directory = /usr/local/sbin
> compatibility_level = 3.6
> daemon_directory = /usr/local/libexec/postfix
> data_directory = /var/db/postfix
> disable_vrfy_command = yes
> header_checks = regexp:$config_directory/header_checks 
> PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd 
> $daemon_directory/$process_name $process_id & sleep 5

Your "header_checks" setting is incorrect, it was probably meant to be
just:

    header_checks = regexp:$config_directory/header_checks

The excess below was likely part of a commented out "debugger_command"
setting whose continuation (lines with leading whitespace) got tacked
onto your header_checks:

    PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd 
$daemon_directory/$process_name $process_id & sleep 5

-- 
    Viktor.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to