Mailinglist Archive: opensuse-de (4598 mails)

< Previous Next >
Re: Mit KMail und postfix lokal versenden
  • From: Al Bogner <suse-linux@xxxxxxxxxxxxxxxxx>
  • Date: Sat, 12 Jul 2003 17:47:08 +0200
  • Message-id: <200307121747.08080.suse-linux@xxxxxxxxxxxxxxxxx>
On Saturday 12 July 2003 16:55, Matthias Houdek wrote:

> Vermutlich stellen mutt und nail lokale Mails direkt zu? Oder
> (wahrscheinlicher) KMail schickt die Mails anders raus.

Fragt sich nur wie KMails die Mails rausschickt. Beim Ausgangsserver
kann man ja nicht allzuviel einstellen. Unter 8.1 klappte das
schon, wen man nur /usr/sbin/postfix eintrug.

> > Das Versenden ist fehlgeschlagen:
> > Sendmail wurde unerwartet beendet.
> > Das folgende Transportprotokoll wurde benutzt:
> > postfix
>
> Das ist ja eine KMail-Nachricht. Also hat postfix die Mail nie
> erhalten und konnte sie somit gar nicht zustellen.
>
> Wie sieht denn deine /etc/postfix/main.cf aus?

grep -v ^# /etc/postfix/main.cf | grep -v ^$
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
unknown_local_recipient_reject_code = 450
mynetworks = 192.168.1.96/28, 127.0.0.0/8
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = maildrop
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/packages/postfix/samples
readme_directory = /usr/share/doc/packages/postfix/README_FILES
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_maps = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender,
header_recipient
myhostname = client3.local
program_directory = /usr/lib/postfix
inet_interfaces = all
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain, $mydomain
defer_transports =
disable_dns_lookups = yes
content_filter = vscan:
mailbox_command =
mailbox_transport =
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
smtpd_recipient_restrictions =
permit_mynetworks,reject_unauth_destination
smtp_sasl_auth_enable = no
smtpd_sasl_auth_enable = no
smtpd_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 51200000
message_size_limit = 10240000

> Und wie sind deine
> lokalen Domainnamen? Dann kann ich dir auch sagen, was du bei
> KMail einstellen musst, damit Postfix die Mails annimmt.

myhostname = client3.local

Ein Mutt-Mail sieht so aus:

Return-Path: <ab@xxxxxxxxxxxxx>
X-Original-To: ab@xxxxxxxxxxxxx
Delivered-To: ab@xxxxxxxxxxxxx
Received: from localhost (localhost [127.0.0.1])
by client3.local (Postfix) with ESMTP id 5D28314F8F
for <ab@xxxxxxxxxxxxx>; Sat, 12 Jul 2003 17:45:20 +0200 (CEST)
Received: by client3.local (Postfix, from userid 500)
id 715D414F8E; Sat, 12 Jul 2003 17:45:19 +0200 (CEST)
Date: Sat, 12 Jul 2003 17:45:19 +0200
From: a b <ab@xxxxxxxxxxxxx>
To: ab@xxxxxxxxxxxxx
Subject: Test
Message-ID: <20030712154519.GA5457@xxxxxxxxxxxxx>
Mime-Version: 1.0
Content-Type: text/plain;
charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4i
X-Virus-Scanned: by AMaViS 0.3.12pre8
Status: R
Content-Length: 11
Lines: 2
X-Status: N
X-KMail-EncryptionState:
X-KMail-SignatureState:

< Previous Next >
Follow Ups