[xmail] BUG PHP Xmail 0.33 (was PHP Xmail .33 question)

2002-12-13 Thread Paul Heijman
There is a very serious bug in PHPXmail 0.33 which sets the password of a user instead of authenticating it. Fix class.xmail.php: line 268 should be $cmd = userauth\t$l_domain\t$l_username\t$l_password; Thanks to Crlittle for pointing this out! Paul Heijman -Original Message- From:

[xmail] Re: CheckMailerDomain seems to look only for an A-Record

2002-12-13 Thread Frederik Gallon
DNS lookups in order to translate a domain to an IP-adress. Lookup domain - MX domain machinename 10 Lookup machinename - A machinename IP-adress (Lookup backup for domain - MX domain Backup-machinename 20) etc So a domain should have a MX-record and an A-record pointing to the mail-server.

[xmail] Mail List Help

2002-12-13 Thread Crlittle
I hate asking this question because I figure it's been asked before.I want to setup a mailing list for all email accounts that are on my server, I have over 100 accounts. Is there an easy way of doing this besides imputting each user in the list manually? And I need to make this a closed list I

[xmail] Re: Mail List Help

2002-12-13 Thread Dan Stefan
I put here a few scripts that uses Xmail::Ctrl. All you need is a file with email addrs. http://www.romanothan.ro/xmail/ - Original Message - From: Crlittle To: [EMAIL PROTECTED] Sent: Friday, December 13, 2002 7:21 PM Subject: [xmail] Mail List Help I hate asking this