On Wed, Jun 05, 2002 at 09:21:13PM +0200, Brandon Friedman <[EMAIL PROTECTED]> 
wrote:
> This is what I was dreading...!
> 
> But before we get carried away, I have only noticed this on SME servers, 
> not on 4.1.2..... is there some change Mitel aren't telling us about?

No, it would have happened on 4.1.2 as well and any qmail site.

> Perhaps an internal account called anonymous? If so why?

If qmail-inject can't work out who you are, the mail comes from "anonymous":

 mailuser = env_get("QMAILUSER");
 if (!mailuser) mailuser = env_get("MAILUSER");
 if (!mailuser) mailuser = env_get("USER");
 if (!mailuser) mailuser = env_get("LOGNAME");
 if (!mailuser) mailuser = "anonymous";

Try unsetting all of those environment variables.

It is typically a cron job which cleans too much of the environment
and this is not really a development issue ;-)

Gordon
--
 Gordon Rowell                         [EMAIL PROTECTED]
 Director, Engineering
 Network Server Solutions Group        http://www.e-smith.com/
 Mitel Networks Corporation            http://www.mitel.com/


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to