> Hi to all
> I've installed multilogin plugins to access to several mail server,
> but when i send an e-mail the return address that appear to
> destinatary is always username(utilizzed)@smtpserver(specified in
> config/config.php).
> I want that the return address is username(utilizzed)@mailserver
> (where user "username" log in to read his mailbox).
>
> If "pippo" reads his mailbox on mailserver "test1" i want that when
> he sends an e-mail the return address that appear is [EMAIL PROTECTED]
>
> If  "pippo" reads his mailbox on mailserver "test2" i want that when
> he sends an e-mail the return address that appear is [EMAIL PROTECTED]

In your configuration array for each server, make sure to set the 'domain'
variable.

      'Local Host' => array(
          'imapServerAddress' => 'test1',
          'imapPort'          => '143',
          'domain'            => 'test1',
      ),



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to