View previous topic :: View next topic |
Author |
Message |
sylvain.bonnemaison Apprentice
Joined: 13 Jan 2008 Posts: 152
|
Posted: Wed Jun 23, 2010 8:04 am Post subject: [courier-imap] php imap_open |
|
|
Bonjour,
Suite à l'installation de netqmail et des composant associé comme l'indique le wiki http://www.gentoo.org/doc/en/qmail-howto.xml, je ne réussi pas à me connecter au service imap en utilisant le code suivant :
Code: | $imap = imap_open("{localhost:993/imap/ssl/novalidate-cert}INBOX", "vapier@wh0rd.org", "vappw"); |
ou
Code: | $imap = imap_open("{localhost:143}INBOX", "vapier@wh0rd.org", "vappw"); |
Pour quelle raison ?
(Je précise que le service Imap est bien actif sur le poste. J'utilise des identifiants d'authentification propre à mon installation) |
|
Back to top |
|
|
sylvain.bonnemaison Apprentice
Joined: 13 Jan 2008 Posts: 152
|
Posted: Wed Jun 30, 2010 10:57 am Post subject: |
|
|
Bonjour,
Après analyse des messages d'erreur, j'ai ajouté l'option /notls. J'utilise la commande suivante :
Code: | $imap = imap_open("{localhost:143/notls}INBOX", "vapier@wh0rd.org", "vappw"); |
Maintenant, j'obtiens une erreur d'authentification.
Est-il nécessaire que le serveur soit dans le même domaine que le compte de messagerie ? |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|