View previous topic :: View next topic |
Author |
Message |
gour Apprentice
Joined: 16 Apr 2003 Posts: 231 Location: Zagreb, Croatia
|
Posted: Tue Jun 08, 2004 9:43 am Post subject: problem with qmail's sendmail interface |
|
|
Hi!
I have problem with qmail's sendmail interface, i.e. I'd like to put null return path in a confirmation message by using: Code: | sendmail -f "<>" -t < msg |
However, I noted that qmail (I have qmail-1.03-r15 emerged) put the following in my Return-path:
Code: | Return-Path: <"<>"@gaura.nitai.hr>
Delivered-To: alias-isdn-gour@mail.inet.hr
Received: (qmail 14563 invoked by uid 1001); 8 Jun 2004 11:05:22 +0200
Date: 8 Jun 2004 11:05:22 +0200
Message-ID: <20040608090522.14562.qmail@gaura.nitai.hr>
From: "Sasa" <sjaniska@mail.inet.hr>
To: gour@mail.inet.hr
Subject: Please confirm (conf#9ba6383b8f645237cd4d6d2bbae676ce)
X-AskVersion: 2.5.0 (http://www.paganini.net/ask)
X-ASK-Auth: 1086685522-eb253a9fff19b7e92d19e9b4a255eef8
Precedence: bulk
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
In-Reply-To: <20040608090436.GA13997@mail.inet.hr>
<< IMPORTANT INFORMATION! >>
This is an automated message. |
where gaura.nitai.hr is hostname of my dialup computer.
In the past I used this setup without any problem, but now I'm getting bounced message from my ISP (mail.inet.hr).
Any idea why qmail does not put plain <> as Return-path:, but adds default local domain: <"<>"@gaura.nitai.hr>
The same happens if I test from the commandline by manually injecting message.
Any idea?
Sincerely,
Gour |
|
Back to top |
|
|
gour Apprentice
Joined: 16 Apr 2003 Posts: 231 Location: Zagreb, Croatia
|
Posted: Thu Jun 10, 2004 11:22 am Post subject: Re: problem with qmail's sendmail interface - SOLVED! |
|
|
gour wrote: | Hi!
I have problem with qmail's sendmail interface, i.e. I'd like to put null return path in a confirmation message by using: Code: | sendmail -f "<>" -t < msg |
[...]
Any idea why qmail does not put plain <> as Return-path:, but adds default local domain: <"<>"@gaura.nitai.hr>
|
Maybe it will be useful for some qmail user, i.e. qmail treats -f '<>' differently, so the solution is to put just: Code: | sendmail -f '' -t < msg |
Sincerely,
Gour |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|