[imp] smtp gateway

rodneys at lodging.com rodneys at lodging.com
Wed Feb 19 09:35:07 PST 2003


Quoting Ian Firla <ian at deepsky.com>:

> 
> comment out  $conf['mailer']['params'] = array();

I have put // in front of $conf['mailer']['params'] = array();
> 
> also, check what you've got in /etc/imp3/servers.conf

There is no /servers.conf but I modified servers.php. It still doesn't work.
Look below:
$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'mx.lodging.com',
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => 'mail/',
    'namespace' => '',
    'maildomain' => 'lodging.com',
    'smtphost' => 'mailgate.lodging.com',
    'realm' => 'lodging.com',
    'preferred' => '
> 
> Ian
> 
> ------------
> Dr Ian Firla
> Robert Graves Trust		| "A partial count of the software available
> St John's College, Oxford       | in just one noncommerical Linux system
> OX1 3JP - +44-(0)7855-310565	| would have cost about $1.9 billion to
> develop
> http://www.robertgraves.org	| ... the way Microsoft does it" Bruce Perens
> 
> 
> On Wed, 19 Feb 2003 rodneys at lodging.com wrote:
> 
> > Hello:
> >
> > I'm using Horde 2.1, IMP 3.1 on Tru64 Digital UNIX.
> >
> > In the horde.php, I have configured the following below for my IMP server
> > sending all outbound email to my antivirus server; however, the email's
> headers
> > has not indicated that it went through the antivirus gateway server.
> Please
> > analyze (mailgate is the antivirus gateway server):
> >
> >
> > /**
> >  ** Mailer
> >  **/
> >
> > // What method should we use for sending mail? Valid options are
> > // currently 'sendmail' and 'smtp'.
> > $conf['mailer']['type'] = 'smtp';
> >
> > // An array holding any parameters that the Mail object will need to
> > // function correctly. For sendmail, this is mainly the sendmail_path
> > // option; SMTP requires at least a server and a port (if nonstandard).
> > // If you want to use SMTP authentication, set the 'auth' parameter
> > // to 'true' (without quotes).
> > $conf['mailer']['params'] = array();
> > // $conf['mailer']['params'] = array('sendmail_path' =>
> '/usr/lib/sendmail');
> >  $conf['mailer']['params'] = array('host' => 'mailgate.lodging.com');
> >
> >
> >
> > -------------------------------------------------
> > Get a Room at http://www.lodging.com
> >
> >
> > --
> > IMP mailing list
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: imp-unsubscribe at lists.horde.org
> >
> 
> 




-------------------------------------------------
Get a Room at http://www.lodging.com



More information about the imp mailing list