koken@vanwoede.nl is NOT supposed to accept commands it is supposed to
accept email messages that are distributed to the members of the list.
The addresses that should accept "commands" are
majordomo@vanwoede.nl and
koken-request@vanwoede.nl
The alias for koken should look similar to
koken: "|/usr/local/majordomo/wrapper resend -l koken koken-list,nobody"
The -h and -r arguments are deprecated and redundant. Majordomo uses
information from the koken.config file for the information you are
setting. In fact, the config file overrides the command line.
-h is the same as resend_host
-r is the same as reply_to
The alias for koken-request should look similar to
koken-request: "|/usr/local/majordomo/wrapper majordomo -l koken"
Since koken-list and nobody are recipients of koken, those aliases...
nobody: /dev/null
koken-list: :include:/usr/local/majordomo/lists/koken
In other words, your aliases look OK in general. The ,nobody part
of the example koken: alias above will prevent sendmail from
announcing or advertising your koken-list address in the headers of
the messages being distributed from the list.
BTW, make sure you do not have `/bin/hostname` on the $whereami
variable of the majordomo.cf. This variable should be set with
the static machine name of your host, similar to
$whereami = "myhost.mydomain.nl";
If you wish to use the hostname executable to populate the variable,
you need to "chomp" the newline off of the result.
chomp($whereami);
When you send a command message to majordomo or koken-request, is
the subject of the message left blank, and the command is in the
body of the message? Are you leaving a blank line in the message
body to guarantee separation of the header and body you are creating?
If you set $majordomo_request = 0 in the majordomo.cf, does the
welcome or confirmation message go out telling subscribers to
reply to the majordomo address?
Is you majordomo localized, or english. If any language other
than english is used, are you sure it was done correctly? Look
at lines 1620-1640 of your /usr/local/majordomo-1.94.5/majordomo
file. $whoami on lines 1624 and 1740 should translate into the
value of $whoami in the majordomo.cf (majordomo@$whereami).
If your subscribe_policy = closed+confirm
or if you have your list set as moderated
you will receive the bounces for approval
every time someone tries to join your list.
Dan Liston
patrick buyze wrote:
> Hi,
>
> I did setup a mailing list koken@vanwoede.nl
> The address koken@vanwoede.nl does not accept commands
> koken-request@vanwoede.nl does accept commands.
>
> The confirmation to subscribing messages sent back to the subscriber
> tells the subscriber to send the 'auth' command back to
> koken@vanwoede.nl where it should be koken-request@vanwoede.nl.
>
> Now I want to have majordomo;
> 1.) To write the proper address in responce messages sent back to
> the subscriber (the address should be koken-request@vanwoede.nl not
> koken@vanwoede.nl) and in any responce to a command (sent to
> koken-request@vanwoede.nl) I get the same. e.g. Majordomo informs the
> user to send commands to koken@vanwoede.nl where it should be
> koken-request@vanwoede.nl in reply to a command.
>
> OR
>
> 2.) To have majordomo configured so that it will accept commands at
> the non request address e.g. koken@vanwoede.nl
>
> ------------------------------------------------------------------------------------------------------------------------
>
> My configuration is as follows;
>
> Linux RedHat 7.2
> Majordomo 1.94.5
> Sendmail 8.11.6
> ------------------------------------------------------------------------------------------------------------------------
>
> the Aliases file contains;
>
> koken: "|/usr/local/majordomo-1.94.5/wrapper resend -l koken -h
> vanwoede.nl -r koken koken-list"
> koken-list: :include:/usr/local/majordomo-1.94.5/lists/koken
> owner-koken: patrick,
> koken-owner: patrick
> koken-request: "|/usr/local/majordomo-1.94.5/wrapper majordomo -l koken"
> koken-approval: patrick
>
> ------------------------------------------------------------------------------------------------------------------------
>
> majordomo.cf contains
>
> $majordomo_request = 1;
> ------------------------------------------------------------------------------------------------------------------------
>
> 'administrivia' is set to 'no'
> if set to 'yes' I get
>
> From: owner-koken@buyze.nl
> Date: woe sep 18, 2002 02:38:59 PM Europe/Amsterdam
> To: koken-approval@vanwoede.nl
> Subject: BOUNCE koken@vanwoede.nl: Admin request of type
> /\bsubscribe\b/i at line 2
> when commands are sent to majordomo
> ------------------------------------------------------------------------------------------------------------------------
>
> apart from these questions the mailing list works fine :-)
>
>
>
> Thanks in advance,
> Patrick
Follow-Ups:
References:
|
|