Page 1 of 1

Postfix Mail Fehler

Posted: 2005-06-19 09:00
by andy25
Hab nen Prob. mit meinem Mail-Server ( Postfixx 2.3)

Habe ne TestMail abgeschickt und folgende Mail erhalten :

This is the Postfix program at host ******.serverkompetenz.net.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to <postmaster>

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

The Postfix program

<web1p3@******.serverkompetenz.net> (expanded from <test@meinedomain.tld>):
Command died with status 1: "/usr/bin/procmailhtml_directory =
/usr/share/doc/packages/postfix/html"

<web1p3@******.serverkompetenz.net> (expanded from <rofl@meinedomain.tld>):
Command died with status 1: "/usr/bin/procmailhtml_directory =
/usr/share/doc/packages/postfix/html"



Reporting-MTA: dns; ******.serverkompetenz.net
X-Postfix-Queue-ID: CB6DA54C001
X-Postfix-Sender: rfc822; username@toxicfrog.de
Arrival-Date: Sat, 18 Jun 2005 18:19:20 +0200 (CEST)

Final-Recipient: rfc822; web1p3@******.serverkompetenz.net
Original-Recipient: rfc822; test@meinedomain.tld
Action: failed
Status: 5.3.0
Diagnostic-Code: X-Postfix; Command died with status 1:
"/usr/bin/procmailhtml_directory = /usr/share/doc/packages/postfix/html"

Final-Recipient: rfc822; web1p3@******.serverkompetenz.net
Original-Recipient: rfc822; rofl@meinedomain.tld
Action: failed
Status: 5.3.0
Diagnostic-Code: X-Postfix; Command died with status 1:
"/usr/bin/procmailhtml_directory = /usr/share/doc/packages/postfix/html"


ich habe die Domains hier verändert. Was kann ich machen damit wieder alles geht?

Gruß und Schönen Sonntag

Andy

Re: Postfix Mail Fehler

Posted: 2005-06-19 10:36
by Joe User
Lies bitte die Fehlermeldung im Log:

Code: Select all

/usr/bin/procmailhtml_directory

Re: Postfix Mail Fehler

Posted: 2005-06-19 10:58
by andy25
Hallo,

Leider habe ich dieses file nicht

Vielen Dank für die Hilfe

Re: Postfix Mail Fehler

Posted: 2005-06-19 12:14
by Joe User
andy25 wrote:Leider habe ich dieses file nicht
Und warum steht es dann in Deiner main.cf?

Re: Postfix Mail Fehler

Posted: 2005-06-19 12:54
by andy25
Hallo,

keine ahnung. Ich habe es per rpm installiert

Das verzeichniss /usr/bin/procmailhtml_directory existiert nicht.

Re: Postfix Mail Fehler

Posted: 2005-06-19 13:50
by Roger Wilco
Was Joe User sagen wollte war: Korrigiere deine main.cf und füge bei "/usr/bin/procmailhtml_directory" an der richtigen Stelle einen Zeilenumbruch ein.

Re: Postfix Mail Fehler

Posted: 2005-06-19 13:53
by Joe User
RTFM! Danach poste bitte die Ausgabe von postconf -n.

Re: Postfix Mail Fehler

Posted: 2005-06-19 14:02
by andy25
Hallo,

hier die ausgabe:

alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter =
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
defer_transports =
disable_dns_lookups = no
inet_interfaces = all
mail_owner = postfix
mail_spool_directory = /var/mail
mailbox_command = /usr/bin/procmailhtml_directory = (hier ist der zeilenumbruch) /usr/share/doc/packages/post fix/html
mailbox_size_limit = 0
mailbox_transport =
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains =
masquerade_exceptions = root
message_size_limit = 10240000
mydestination = $myhostname, localhost.$mydomain
myhostname = ******.serverkompetenz.net
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/packages/postfix/README_FILES
relayhost =
relocated_maps = hash:/etc/postfix/relocated
sample_directory = /usr/share/doc/packages/postfix/samples
sender_canonical_maps = hash:/etc/postfix/sender_canonical
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtp_sasl_auth_enable = no
smtp_use_tls = no
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,rejec t_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_use_tls = no
strict_rfc821_envelopes = no
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 450

Re: Postfix Mail Fehler

Posted: 2005-06-19 20:43
by m.c.s.
Und fällt dir wirklich nichts auf, auch nach eingehender Verinnerlichung einiger vorhergenannten Beiträge? Nach syntaktischer Analyse der Datei keine Ahnung, was du korrigieren musst?

Und bei einigen Leerzeichen gehe ich mal von Copy&Paste-Fehlern aus ("post fix" steht da hoffentlich nicht in der main.cf).