Jeroen Valcke wrote:

> I 'instructed' mailman to use lists.mydomain.com as default hostname.
> Seems to work, when the lists sends out a message the from is indeed
> <[EMAIL PROTECTED]> However the confirmation message sent
> after a subscription request does not comply with this rule. The
> 'confirmation of subscription' message sent by Mailman has a from header
> in the form of <[EMAIL PROTECTED]> How can I fix this?

    Set the following two variables in ~mailman/Mailman/mm_cfg.py:

    DEFAULT_HOST_NAME   = 'lists.mydomain.com'
    DEFAULT_URL         = 'http://lists.mydomain.com/mailman/'

    (in rare cases, you may also have to do the same in Defaults.py)


> Secondly I found a weird file in the directory /usr/mail/ The name of
> the file is mailman I don't understand what it is doing or why it was
> created in this location since I installed MailMan in the directory
> /usr/local/mailman, weird, can anybody explaing?

    That file is a mailbox for the USER mailman.  When you created that user,
that mailbox automatically gets created.  You could just remove it if you want.
I wouldn't worry about it.


--
W | I haven't lost my mind; it's backed up on tape somewhere.
  +--------------------------------------------------------------------
  Ashley M. Kirchner <mailto:[EMAIL PROTECTED]>   .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith             .     800.441.3873 x130
  Photo Craft Laboratories, Inc.            .     3550 Arapahoe Ave. #6
  http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A.




------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to