list said: > Has anyone a suggestion to te folowing: > I want to change the HELO name to a fixed name, when using SM from outside > my network we use mail.domain.xx , squirrelmail uses this same name as > HELO name. > My problem is receiving much spam and the same HELO name! > In mercury i want to block HELO mail.domail.xx in the smtp server and use > a fixed HELO name used by SM ( eg squirrelmailserver ) > I can't find it in the php files ( don't now verry much of php.) > Your sugestions are welcom! > > Thanks, Rene
I'm not sure I understand what you are trying to do 100%, but if you want to change the hostname used by SquirrelMail when calling SMTP it is in the file "Deliver_SMTP.class.php" - the variable is called $helohost. Just before about line 87 you could enter a line $helohost = "WhateverYouWant"; You will find "Deliver_SMTP.class.php" under directory "class/deliver". Regards Graeme -- http://www.promptpost.com email swift and sure ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
