Re: [EXIM] Mailing lists and Exim

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Ian Southam
日付:  
To: Philip Hazel, Andrew Hawkins
CC: exim-users
題目: Re: [EXIM] Mailing lists and Exim
On Wed, Apr 01, 1998 at 10:24:17AM +0100 Philip Hazel wrote :

> > Does anyone have a working Exim / Majordomo setup that they could give
> > me, to help me get started?
>
> There are people using it. I am not one of them. However, if you let me
> know exactly what the error messages are, I might be able to give you
> clue.


The main change seems to be that you must lose "exec" out of the alias file.
Eg. For smartlist rather than majordomo but the principle is the same :

Change :

listname: "|exec /users/slist/.bin/flist ra"
listname-request: "|exec /users/slist/.bin/flist listname-request"

to

listname: "| /users/slist/.bin/flist ra"
listname-request: "| /users/slist/.bin/flist listname-request"

works for me ....
--
Ian

--
*** Exim information can be found at http://www.exim.org/ ***