No, I use my manual lists without a problem.
If I ever have to install on a system that does not allow normal use of an
alias table by a normal user, then I might try something else.

But under my resellers account on AIT, I get to do whatever I want with
aliases, and the lists work find =)

I would not be able to install qmail on my ISP, so that is not an option
either.

So, my solution works great for me, I have my own administrative routines in
PHP for adding aliases, writing lists, and storing the master data in mysql
databases. It all works cleanly without a hitch.

If it ain't broke, don't fix it ;)

Cheers!
lindsay


On 4/8/01 2:18 PM, "Manuel Lemos" <[EMAIL PROTECTED]> wrote:

> Hello Lindsay,
> 
> On 08-Apr-01 16:14:00, you wrote:
> 
>> If you have access to /etc/aliases, this makes your code much easier
> 
> It works but it requires that you have root permissions and use the real
> sendmail program and not another wrapped mailing system.
> 
> For bulk mailing, like for mailing lists, qmail is better.  You just pass
> the sender and all recipient addresses one per line to qmail-send and it
> will inject a single message into the delivery queue.  You do not need root
> permissions.
> 
> As a good mailing list program you can use ezmlm that takes advantage of
> special features of qmail that other mailing systems don't have like the
> VERP extension that lets you figure exactly who is bouncing your messages
> and QMQP server that lets you handle mailing list delivery queues without
> choking your SMTP server.
> 
> Maybe you would like to try this PHP application that lets you manage
> ezmlm mailing lists via the Web:
> 
> http://phpclasses.UpperDesign.com/browse.html/package/177
> 
> 
> Regards,
> Manuel Lemos
> 
> Web Programming Components using PHP Classes.
> Look at: http://phpclasses.UpperDesign.com/?[EMAIL PROTECTED]
> --
> E-mail: [EMAIL PROTECTED]
> URL: http://www.mlemos.e-na.net/
> PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp
> --
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to