I have searched the forums, but have not found any example showing the correct way to pipe the maillist script.
My ISP is not very responsive to my ?'s so I am trying to figure it out on my own.
I have everything installed correctly, but currently I have a mailing list at:
domain-misc(at)domain(dot)com, with this in mind I have a .qmail-misc file in which I am assuming is where I have to pipe the script. Here is a snipplet:
|/usr/local/bin/ezmlm-reject '/home/domain/misc'
|/usr/local/bin/ezmlm-issubn '/home/domain/misc' '/home/domain/misc/digest' '/home/domain/misc/allow' '/home/domain/misc/mod' ||
{ echo "Sorry, only subscribers may post. If you are a subscriber, please forward this message to domain-misc-owner(at)domain(dot)org to
get your new address included (#5.7.2)"; exit 100 ; }
|/usr/local/bin/ezmlm-send '/home/domain/misc'
|/usr/local/bin/ezmlm-archive '/home/domain/misc' || exit 0
|/usr/local/bin/ezmlm-warn '/home/domain/misc' || exit 0
|/usr/local/bin/ezmlm-warn -d '/home/domain/misc' || exit 0
|/usr/local/bin/ezmlm-tstdig -m30 -k64 -t48 '/home/domain/misc' || exit 99
|/usr/local/bin/ezmlm-get '/home/domain/misc' || exit 0
Can anyone help me out on this one? I really have no idea where to put it.
Thanks