Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[courier-imap] php imap_open
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
sylvain.bonnemaison
Apprentice
Apprentice


Joined: 13 Jan 2008
Posts: 152

PostPosted: Wed Jun 23, 2010 8:04 am    Post subject: [courier-imap] php imap_open Reply with quote

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
View user's profile Send private message
sylvain.bonnemaison
Apprentice
Apprentice


Joined: 13 Jan 2008
Posts: 152

PostPosted: Wed Jun 30, 2010 10:57 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
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