Hallo,
habe das jetzt nach dieser Anleitung gemacht, aber es funktioniert jetzt gar nichts mehr mit dem Mailverkehr

Ich poste jetzt einfach mal die main.cf hier:
Code: Select all
# VHCS mta Data BEGIN.
#soft_bounce = no
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mynetworks = 127.0.0.0/8
debugger_command =
PATH=/usr/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
myhostname=debian
# Other configurable parameters.
program_directory = /usr/lib/postfix
virtual_maps = regexp:/etc/postfix/virtual_regexp
sender_canonical_maps = hash:/etc/postfix/sender_canonical
myorigin = domain-eins.com
# VHCS mta mydest entry BEGIN.
mydestination = debian, localhost, debian-mta-fd.org, domain-eins.com, domain-zwei.com, domain-drei.com.
# VHCS mta mydest entry END.
mailbox_command =
recipient_delimiter = +
allow_mail_to_commands = forward
allow_mail_to_files = forward
smtpd_recipient_restrictions =
permit_mynetworks
check_sender_access hash:/etc/postfix/sender_access
check_relay_domains
# VHCS mta Data END.
Hinweis:
Die Domains domain-eins.com, domain-zwei.com, domain-drei.com sind reale Domains, die ich aber geändert habe. Die Domain "debian-mta-fd.org" wurde mir von VHCS so installiert und genau damit hängt es auch zusammen, dass es nichtmehr funktioniert - denk ich halt.
Wer hat noch eine Idee, was hier krumm läuft? :roll: