[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] hostname in majordomo



Rogier Banis <Rogier@xxxxxxxx> wrote:

> How can we change majordomo that the sender or replyadress is
> listname@xxxxxxxxxxx

For messages sent from majordomo (not the list) try these edits near the top
of majordomo.cf:

# if ( defined $ENV{"FQDN"}) {
#     $whereami = $ENV{"FQDN"};
# } else {
     $whereami = "domain.com";
# }

And in listname.config change:

reply to = listname@xxxxxxxxxx
resend host = domain.com
sender = listname

There may be more options you want to change so read through the file.  I
suggest posting topics like this to the users list next time.  You'll be
more likely to get a response.

Steven {steven@xxxxxxxxxxxx}