Marcos wrote:
>
> hi Dan,
>
> i got it. i have made some changes but now i receive plenty of message
> like 'Returned mail error 9'.
> ok. here is my configuration. i have like 200 lists. (with restricted
> post).
> each config list file have this information:
>
> administrivia = no
> announcements = no
> debug = no
> get_access = list
> mungedomain = no
> precedence = bulk
You should also have;
resend_host = lista.hospital24h.org
> restrict_post = lista.senders
> (*)sender = viajes@lista.hospital24h.org
This is bad. The address will end up looking like;
viajes@lista.hospital24h.org@lista.hospital24h.org.
Change it to just viajes. The @lista.hospital24h.org will be added by
the resend_host = lista.hospital24h.org.
> subscribe_policy = auto
Not a safe idea here either. This means anyone can add someone else to
your list. For example, I could
subscribe viajes tony@supereva.it
but I am not tony@supereva.it.
> unsubscribe_policy = open
> welcome = yes
>
> (*) i put the address that i would like to appears as FROM. (the sender) .. so
> if i send a message to the list viajes the subscribers receive a message FROM
> sender (not my email) and TO list.
>
> this configuration is the same for all lists.
So what you are saying is the mailing list headers look like this;
To: viajes@lista.hospital24h.org
From: viages@lista.hospital24h.org
Subject: whatever
>
> in alias file i got (now) that:
>
> viajes: "|/home/majordom/majordomo-1.94.4/wrapper resend -l viajes"
The alias above does not have enough information now. It should be;
viajes: "|/home/majordom/majordomo-1.94.4/wrapper resend -l viajes viajes-outgoing,nobody"
> viajes-outgoing: :include:/home/majordom/majordomo-1.94.4/mail/lists/viajes,viajes-archive
> owner-viajes-outgoing: viajes-owner
> viajes-archive: /home/majordom/majordomo-1.94.4/mail/archive/viajes
> owner-viajes-archive: viajes-owner
> owner-viajes: owner-listas
> viajes-request:"|/home/majordom/majordomo-1.94.4/wrapper request-answer viajes"
> owner-viajes-request: viajes-owner
> viajes-approval: majordomo-owner
> viajes-owner: owner-listas
> owner-viajes-owner: owner-listas
>
> i am receiving messages like this one:
>
> 1) when i try to send a mail directly to the list address i received this:
>
> Subject: Returned mail: unknown mailer error 9
>
> The original message was received at Tue, 12 Dec 2000 10:51:47 +0100
> from second [X:X:X:X]
>
> ----- The following addresses had permanent fatal errors -----
> "|/home/majordom/majordomo-1.94.4/wrapper resend -l viajes"
> (expanded from: <viajes@lista.hospital24h.org>)
>
> ----- Transcript of session follows -----
> 554 "|/home/majordom/majordomo-1.94.4/wrapper resend -l viajes"... unknown
> mailer error 9
>
> Reporting-MTA: dns; hospital24h.org
> Received-From-MTA: DNS; second
> Arrival-Date: Tue, 12 Dec 2000 10:51:47 +0100
>
> Final-Recipient: RFC822; <viajes@lista.hospital24h.org>
> X-Actual-Recipient: RFC822; |/home/majordom/majordomo-1.94.4/wrapper resend -l
> viajes@hospital24h.org
> Action: failed
> Status: 5.0.0
> Last-Attempt-Date: Tue, 12 Dec 2000 10:52:20 +0100
>
> Subject:
> hola viajes...
> Date:
> Tue, 12 Dec 2000 09:51:38 +0000
> From:
> Marcos <marcos@second.ival.es>
> To:
> viajes@lista.hospital24h.org
>
> ------
>
> my email is in restrict-post file.
>
> 2) also i got some messages when i subscribe someone i got this message.
>
> Subject: Postmaster notify: unkown mailer error 9
>
> .......
>
> Subject:
> Returned mail: Data format error
> Date:
> Tue, 12 Dec 2000 10:25:06 +0100
> From:
> Mail Delivery Subsystem <MAILER-DAEMON>
> To:
> ticsinf@lista.hospital24h.org@lista.hospital24h.org
>
> The original message was received at Tue, 12 Dec 2000 10:25:04 +0100
> from majordom@localhost
>
> ----- The following addresses had permanent fatal errors -----
> mtordera@atos-ods.com
>
> ----- Transcript of session follows -----
> ... while talking to mx2.atos-ods.com.:
> >>> MAIL From:<ticsinf@lista.hospital24h.org@lista.hospital24h.org> SIZE=3114
> <<< 553 malformed address:
> <ticsinf@lista.hospital24h.org@lista.hospital24h.org> SIZE=3114
> 501 mtordera@atos-ods.com... Data format error
> Message delivered to mailing list
> ticsinf@lista.hospital24h.org@lista.hospital24h.org
>
> Reporting-MTA: dns; hospital24h.org
> Arrival-Date: Tue, 12 Dec 2000 10:25:04 +0100
>
> Final-Recipient: RFC822; mtordera@atos-ods.com
> Action: failed
> Status: 5.1.3
> Remote-MTA: DNS; mx2.atos-ods.com
> Diagnostic-Code: SMTP; 553 malformed address:
> <ticsinf@lista.hospital24h.org@lista.hospital24h.org> SIZE=3114
> Last-Attempt-Date: Tue, 12 Dec 2000 10:25:06 +0100
>
> ----
>
> any suggestion will be appreciated,
>
> thanks in advance,
>
> marcos
>
> marcos@ival.es
References:
|
|