VHCS und E-Mail

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
loel
Posts: 92
Joined: 2002-09-26 16:08
 

VHCS und E-Mail

Post by loel »

Hi

da der echt supertolle Support von VHCS nicht helfen will/kann, möchte ich auch mal fragen...

Wie muss ich mein postfix konfigurieren, dass ich e-Mails empfangen kann?
Ich bekomme nämlich immer nur die Fehlermeldung:
Klick hier

ciao!
asn
Posts: 88
Joined: 2002-06-09 15:11
Contact:
 

Re: VHCS und E-Mail

Post by asn »

Das Problem hatte ich auch mit VHCS 1.27 unter woody.
Da ist ein ungültiger Domaineintrag in der Configurationsdatei von postfix. schau da mail rein.
Bei 1.60pro tritt das Problem nicht mehr auf.

Alex
loel
Posts: 92
Joined: 2002-09-26 16:08
 

Re: VHCS und E-Mail

Post by loel »

asn wrote:Das Problem hatte ich auch mit VHCS 1.27 unter woody.
Da ist ein ungültiger Domaineintrag in der Configurationsdatei von postfix. schau da mail rein.
Bei 1.60pro tritt das Problem nicht mehr auf.

Alex
Hi,

guter Witz, das Problem habe ich unter 1.6 immer noch...
Aber die Domaineinträge sind alle gültig...

Hier ein Auszug:

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
# Other configurable parameters.
program_directory = /usr/lib/postfix
virtual_maps = regexp:/etc/postfix/virtual_regexp
myorigin = hostzentrum.de
mydomain = hostzentrum.de

# VHCS mta mydest entry BEGIN.
mydestination = debian, localhost, debian-mta-fd.org, tecadmin.de, patrick.tecadmin.de, hostzentrum.de, stats.hostzentrum.de, webftp.hostzentrum.de, webmail.hostzentrum.de, klamm-zockbude.de, forum.hostzentrum.de, shkd.de, test.tecadmin.de
# 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.
myhostname = hostzentrum.de
Ciao!
freaky
Posts: 83
Joined: 2002-07-15 21:49
 

Re: VHCS und E-Mail

Post by freaky »

postfix konfiguration ist bei dir zerschossen und zwar nicht von VHCS.

Hast Du da etwas geändert?
loel
Posts: 92
Joined: 2002-09-26 16:08
 

Re: VHCS und E-Mail

Post by loel »

freaky wrote:postfix konfiguration ist bei dir zerschossen und zwar nicht von VHCS.

Hast Du da etwas geändert?
Hallo,

ja - Aber frag mich nicht mehr was... :roll:
Kannst du mir evtl. helfen? Oder deine main.cf "ausleihen" sofern du das gleiche System hast (Also VHCS und Postfix)

ciao!
loel
Posts: 92
Joined: 2002-09-26 16:08
 

Re: VHCS und E-Mail

Post by loel »

Hallo freaky,

Hab ein Backup gefunden auf dem Server - Zum Glück hat meine Dummheit dazu noch gereicht :-D

Ist das richtig?

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={HOST_NAME}
# Other configurable parameters.
program_directory = /usr/lib/postfix
virtual_maps = regexp:/etc/postfix/virtual_regexp
myorigin = {FALSE_DOMAIN}

# VHCS mta mydest entry BEGIN.
mydestination = {HOST_NAME}, localhost, {FALSE_DOMAIN}
# 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.

ciao!
bfal
Posts: 68
Joined: 2002-07-07 15:12
Location: Lüneburg
 

Re: VHCS und E-Mail

Post by bfal »

Hei,

nein, das ist die Template-Datei. Die Richtigen Backups findest du unter /etc/vhcs-pro/postfix/bk. Hier solltest du mal schauen.

mfg

Björn
freaky
Posts: 83
Joined: 2002-07-15 21:49
 

Re: VHCS und E-Mail

Post by freaky »

also default hostname bypass => wrong desizion
'mydestination' parameter fehlt auch nocht

hier das Config von Postfix, wie es bei mir ausshiet

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=ghost
# Other configurable parameters.
program_directory = /usr/lib/postfix
virtual_maps = regexp:/etc/postfix/virtual_regexp
myorigin = ghost-mta-fd.org

# VHCS mta mydest entry BEGIN.
mydestination = ghost, localhost, ghost-mta-fd.org
# 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.
Post Reply