lebibi Notre torture c'est la tourtel | Salut
Bon j'ai donc un serveur mail (pop3/smtp)
Un autre serveur ou j'ai installé horde2 + imp3 car apache/mysql/php tourne sur ce dernier.
Bon pour se connecter ca marche tres bien, pour voir les mails aussi.
Mais la ou ca merde c'est pour envoyer des mails. Il n'arrive pas a utiliser mon serveur mail, du moins a s'y connecter.
De plus si j'ai bien compris il n'est pas necessaire d'avoir un serveur mail sur le pc ou est installé imp3.
Pouvez vous m'aider ?
Voici mon fichier server.conf
Code :
- <?php
- $servers['pop'] = array(
- 'name' => 'Pop Server',
- 'server' => 'pluto',
- 'protocol' => 'pop3',
- 'port' => 110,
- 'folders' => '',
- 'namespace' => '',
- 'maildomain' => 'bibi.hn.org',
- 'smtphost' => 'pluto',
- 'realm' => '',
- 'preferred' => ''
- );
- ?>
|
J'ai le droit a ce joli message
Code :
- There was an error sending your message: sendmail returned error code 1
|
Est ce une mauvaise configuration de Exim (le serveur mail) ?
pluto --> serveur mail.
Je n'ai trouvé aucune aide sur le net, a part sur le site qui dit bien :
Code :
- IMP 3.x requirements are the same as above with the following exceptions and additions.
- IMP 3.x requires Horde 2.0 or better.
- IMP 3.x can use a remote SMTP host rather than using Sendmail installed on the webserver.
- IMP 3.x does not have an built-in address book, but rather uses the Turba module of Horde which can be installed separately
|
Ils disent bien ca, mais bon j'hesite a installer
Code :
- IMP 3.x]: IMP 3.x can use either a local sendmail program, or connect to a remote SMTP gateway. So if you have access to a remote SMTP gateway, then there is no need to install sendmail (or equivalent) on the webserver.
- If you don't need an entire mail server on the machine on which IMP runs, you might like ssmtp [ftp://metalab.unc.edu/pub/Linux/system/mail/mta/]or nullmailer [http://em.ca/~bruceg/nullmailer/]which provides a sendmail-compatible interface, but merely takes the mail and hands it off to the SMTP server of your choice.
- Some mailers (like Postfix and qmail) have wrapper scripts that accept the sendmail syntax. These programs should work with IMP as long as the wrapper script accurately implements the sendmail syntax and semantics
|
Message édité par lebibi le 05-01-2003 à 00:11:46
|