>> Does anybody know how to remove the IP information from the user logged >> in? This IP is being placed in the header of all the emails sent, and we >> would like to replace it with the server IP. >> >> Is there a plugin for that ? >> Do we have to change something in the source code ? >> > > It's an option to turn off somewhere in 1.5 code, but Tomas is the best > person to say where. If you want it off in 1.4, you'll have to hack it. > There's a tracker item for this, but I don't have the time to look for > it for you right now. Maybe ping Tomas if he doesn't pipe up here.
Keep that header. It is for your own protection. You don't want to be the last person on the list, when somebody uses your webmail interface to send nasty email to The President. Your users might not want to be the last on the list, if somebody hijacks their account and sends emails on their behalf. If you remove record showing original sender, your users can't prove that they haven't sent those emails. SquirrelMail acts like any normal email client. It logs originating address. SquirrelMail also logs authenticated username and tries to detect proxies. See http://sourceforge.net/tracker/index.php?func=detail&aid=847107&group_id=311&atid=100311 I know some cases when SquirrelMail was used to send Nigerian scam and similar messages. That header provided information about account used to send those messages. If you still want to remove that information, see patch in SF bugtracker or edit file class/deliver/Deliver.class.php lines 382-401 (SquirrelMail 1.4.3a). Remember that you have to set $edit_identity option in SM config to false. This might prevent forgery. conf.pl -> 4. General Options -> 10. Allow editing of identity -- Tomas ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
