[imp] from adress problem
imp@sioc.org
imp@sioc.org
Thu, 14 Feb 2002 09:26:51 +0000
Hi,
thanks for helping but It's not solving my problem.
I still don't know why but mail from my secound domain still have a from with
the @first_domain.
that is a nightmare.
All script I tried your own and the one before looks perfect but It's like imp
don't care, where else it can take that sort of info...
Regards
PS : there's a little error in the script you send me ;-) it's a ); at the end
not a }
> why not try this
> in servers.php:
>
> //This extracts the domain name like webmail.example.com to example.com
> $this_domain=substr(getenv('HTTP_HOST'),strpos(getenv('HTTP_HOST'),'.')+1);
>
> //append mail host to domain, most server with mail like mail.example.com
> $this_mail_server='mail.'.$this_domain;
> $this_mail_protocol='imap';
> $this_mail_port=143;
> $this_mail_folder='';
> $this_mail_namespace='';
> $this_mail_smtphost='localhost';
> $this_mail_realm='webmail.'.$this_domain;
>
> $servers[$this_domain] = array(
> 'name' => $this_domain,
> 'server' => $this_mail_server,
> 'protocol' => $this_mail_protocol,
> 'port' => $this_mail_port,
> 'folders' => $this_mail_folder,
> 'namespace' => $this_mail_namespace,
> 'maildomain' => $this_domain,
> 'smtphost' => $this_mail_smtphost,
> 'realm' => $this_mail_realm,
> }
>
>
> --
> Jimmy HUANG
> System Administrator
> Firstlink communications Pty Ltd
> Phone : 9211 9101 Fax : 9211 9171
> Email : jimmy@firstlink.com.au
>
> Confidentiality Notice: This e-mail transmission may contain confidential or
>
> legally privileged information that is intended only for the individual or
> entity named in the e-mail address. If you are not the intended recipient,
> you
> are hereby notified that any disclosure, copying, distribution, or reliance
>
> upon the contents of this e-mail is strictly prohibited. If you have
> received
> this e-mail transmission in error, please reply to the sender, so that
> FIRSTLINK can arrange for proper delivery, and then please delete the message
>
> immediately.
>
> --------------------------------------------------------
> This mail sent through firstlink.com.au webmail service
>