Ich habe Probleme beim Mailempfang und somit auch PHP-Funktion mail() Emails zu verschicken,
er meckert mit diesem Fehlermeldung:
dabei steht folgendes im main.cf drinnen:Command died with status 1: "procmail -a "$EXTENSION""
Jetzt bin ich verzweifelt.# see /usr/share/postfix/main.cf.dist for a commented, fuller
# version of this file.
# Do not change these directory settings - they are critical to Postfix
# operation.
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
setgid_group = postdrop
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = yes
myhostname = mail.ph-hp.de
mydomain=ph-hp.de
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = p123456789.ph-hp.de, mail.ph-hp.de, ph-hp.de, localhost.ph-hp.de
relayhost =
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_auth_enable = yes
amtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, che