[Mailman-Users] Re: Dropping local domain.

2004-03-25 Thread Boris Folgmann
Shaun T. Erickson schrieb: > Well, in an all virtual postfix setup, nothing is ever sent to the local > delivery agent, so no alias expansion can be done. There is no "local". It works. The piping is done in mm's alias file. Don't setup a catch all entry (@dom.ain) in your own virtual file if do

[Mailman-Users] Re: Dropping local domain.

2004-03-24 Thread Boris Folgmann
Shaun T. Erickson schrieb: > I am going to change the local domain into a virtual domain, so that all > domains on the system are virtual and none are local. Mailman's aliases No problem. Listadresses are mapped using virtual-mailman to names without @dom.ain. This means that they are regarded

[Mailman-Users] Re: footers

2004-03-24 Thread Boris Folgmann
Will Yardley schrieb: > it adds an additional attachment with the footer in it. I don't think > there's really a better workaround for this (other than not to send rich > text or HTML mail :>). Use a good MUA (NOT Outlook) that display this INLINE attachment really inline. E.g. mozilla renders on

[Mailman-Users] Re: mailman slow all of a sudden

2004-03-24 Thread Boris Folgmann
Hennie Rautenbach schrieb: > Question. Where can I start looking to determine what is introducing the > delay in the queue ? Is there a way to determoine if something is stuck > in the queue somewhere that needs to be removed manually ? Run mailq and check if there's really something in the que

[Mailman-Users] Re: Email footer

2004-03-24 Thread Boris Folgmann
Jason Marty schrieb: > Does anyone know how to change the email footer – I cannot find it in > templates. On your list's admin page. -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman

[Mailman-Users] Re: footers

2004-03-24 Thread Boris Folgmann
jsingh schrieb: > When I send an attachement, why does the footer come as an attachement if I > use rich text or html format? what do I need to do for the footer to appear > normally at the end of the body of the message rather than as an > attachement. According to the mm developers it's the on

[Mailman-Users] Re: integrating mailman and postfix

2004-03-22 Thread Boris Folgmann
Jefferson Briones schrieb: > do next.how can i integrate it with postfix? Read /usr/share/doc/mailman*/README.POSTFIX I rebuilt the mailman-2.1.4-1 RPM from Fedora Core for RH8. Should be possible on RH9, too. cu, boris -- Mailman-U

[Mailman-Users] Re: genaliases

2004-03-21 Thread Boris Folgmann
esteve serra clavera schrieb: > genaliases because it doens't exists [!]. i really don't know why i Call it with full path, e.g. /var/mailman/bin/genaliases. Path may be different for your installation. cu, boris -- Mailman-Users mai

[Mailman-Users] Re: Postfix-style virtual domains broken in mailman 2.1.1

2004-03-18 Thread Boris Folgmann
Shaun T. Erickson schrieb: > You put the "some.dom.ain foo" line in valiases, along with any other > aliases for that domain (if you have any), and mailman puts the rest > into virtual-mailman. Tnx, it works. I thought that the line has to be in the same file! cu, boris --

[Mailman-Users] Re: Postfix-style virtual domains broken in mailman 2.1.1

2004-03-18 Thread Boris Folgmann
Hi Shaun! Shaun T. Erickson schrieb: > You are supposed to do it yourself. This from README.POSTFIX: It's not in my version. I assume you refer to the latest release. > manpage). Note that it's your responsibility to include the > "virtual-alias.domain anything" line as described man

[Mailman-Users] Postfix-style virtual domains broken in mailman 2.1.1

2004-03-18 Thread Boris Folgmann
Hi! I've configured mailman-2.1.1-5 (RH9 RPM) according to README.POSTFIX. I added to mm_cfg.py: DEFAULT_URL_HOST = 'ssl.dom.ain' DEFAULT_EMAIL_HOST = 'lists.dom.ain' # We use SSL DEFAULT_URL_PATTERN = 'https://%s/mailman/' add_virtualho