* mlmmj doesn't send mails to the list
@ 2004-09-20 6:07 Wolf Bergenheim
2004-09-20 6:11 ` Mads Martin Joergensen
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Wolf Bergenheim @ 2004-09-20 6:07 UTC (permalink / raw)
To: mlmmj
Hi!
I just installed the debian package for mlmmj (version 1.0.0-RELEASE-1)
The mailinglist commands seem to work fine, that is sending to
mlmmjtest+subscribe@bergenheim.net, etc work just fine, but sending mail
to the list results in the mail beeing dropped in queue/discarded.
What could be wrong?
--W
--
<:3 )---- Wolf Bergenheim ----( 8:>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mlmmj doesn't send mails to the list
2004-09-20 6:07 mlmmj doesn't send mails to the list Wolf Bergenheim
@ 2004-09-20 6:11 ` Mads Martin Joergensen
2004-09-20 6:30 ` Søren Boll Overgaard
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Mads Martin Joergensen @ 2004-09-20 6:11 UTC (permalink / raw)
To: mlmmj
* Wolf Bergenheim <wolf+mlmmj@bergenheim.net> [Sep 20. 2004 08:07]:
> Hi!
>
> I just installed the debian package for mlmmj (version 1.0.0-RELEASE-1)
> The mailinglist commands seem to work fine, that is sending to
> mlmmjtest+subscribe@bergenheim.net, etc work just fine, but sending mail
> to the list results in the mail beeing dropped in queue/discarded.
> What could be wrong?
Are you using exim? If yes, you should make sure that exim adds
the Return-Path: header as required by the standards.
--
Mads Martin Joergensen, http://mmj.dk
"Why make things difficult, when it is possible to make them cryptic
and totally illogical, with just a little bit more effort?"
-- A. P. J.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mlmmj doesn't send mails to the list
2004-09-20 6:07 mlmmj doesn't send mails to the list Wolf Bergenheim
2004-09-20 6:11 ` Mads Martin Joergensen
@ 2004-09-20 6:30 ` Søren Boll Overgaard
2004-09-20 6:32 ` Søren Boll Overgaard
2004-09-20 6:57 ` Wolf Bergenheim
3 siblings, 0 replies; 5+ messages in thread
From: Søren Boll Overgaard @ 2004-09-20 6:30 UTC (permalink / raw)
To: mlmmj
Hi,
On Mon, Sep 20, 2004 at 09:07:30AM +0300, Wolf Bergenheim wrote:
>
> I just installed the debian package for mlmmj (version 1.0.0-RELEASE-1)
> The mailinglist commands seem to work fine, that is sending to
> mlmmjtest+subscribe@bergenheim.net, etc work just fine, but sending mail
> to the list results in the mail beeing dropped in queue/discarded.
> What could be wrong?
Could you include the relevant snippets from /var/spool/mail.log?
Also, please report Debian specific bugs to the Debian Bug Tracking System[1],
that way they won't get lost in my mailbox.
[1] http://bugs.debian.org/
--
Søren O. ,''`.
: :' :
GPG key id: 0x1EB2DE66 `. `'
GPG signed mail preferred. `-
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mlmmj doesn't send mails to the list
2004-09-20 6:07 mlmmj doesn't send mails to the list Wolf Bergenheim
2004-09-20 6:11 ` Mads Martin Joergensen
2004-09-20 6:30 ` Søren Boll Overgaard
@ 2004-09-20 6:32 ` Søren Boll Overgaard
2004-09-20 6:57 ` Wolf Bergenheim
3 siblings, 0 replies; 5+ messages in thread
From: Søren Boll Overgaard @ 2004-09-20 6:32 UTC (permalink / raw)
To: mlmmj
On Mon, Sep 20, 2004 at 08:30:14AM +0200, Søren Boll Overgaard wrote:
>
> Could you include the relevant snippets from /var/spool/mail.log?
That's /var/log/mail.log obviously.
--
Søren O. ,''`.
: :' :
GPG key id: 0x1EB2DE66 `. `'
GPG signed mail preferred. `-
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: mlmmj doesn't send mails to the list
2004-09-20 6:07 mlmmj doesn't send mails to the list Wolf Bergenheim
` (2 preceding siblings ...)
2004-09-20 6:32 ` Søren Boll Overgaard
@ 2004-09-20 6:57 ` Wolf Bergenheim
3 siblings, 0 replies; 5+ messages in thread
From: Wolf Bergenheim @ 2004-09-20 6:57 UTC (permalink / raw)
To: mlmmj
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1116 bytes --]
On Mon, 20 Sep 2004, [iso-8859-1] Søren Boll Overgaard wrote:
> On Mon, Sep 20, 2004 at 08:30:14AM +0200, Søren Boll Overgaard wrote:
>>
>> Could you include the relevant snippets from /var/spool/mail.log?
>
> That's /var/log/mail.log obviously.
>
This is resolved. I didn't really follow the instructions, so it was my
own fault. (:
Thanks anayway. I have put a different exim configuration:
In the routers section:
mlmmj_router:
driver = accept
require_files = /etc/mlmmj/lists/${local_part}/control/listaddress
local_part_suffix_optional
local_part_suffix = +*
local_parts = !.bin:!.etc
domains = +local_domains
transport = mlmmj_transport
and in the transports section:
mlmmj_transport:
driver = pipe
return_path_add
command = /usr/bin/mlmmj-recieve -L /var/spool/mlmmj/${local_part}/
current_directory = /var/spool/mlmmj
home_directory = /var/spool/mlmmj
user = list
group = list
The problem was the missing return_path_add instruction in the transport.
--W
--
<:3 )---- Wolf Bergenheim ----( 8:>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-09-20 6:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-20 6:07 mlmmj doesn't send mails to the list Wolf Bergenheim
2004-09-20 6:11 ` Mads Martin Joergensen
2004-09-20 6:30 ` Søren Boll Overgaard
2004-09-20 6:32 ` Søren Boll Overgaard
2004-09-20 6:57 ` Wolf Bergenheim
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.