Hi,
I'd like to use convey as a mailing list system.
So, I installed it, but I can't figure out how to configure my mailbox.
I receive an php imapopen error.
With mailhandler, I solved the problem adding a /notls command in the extra command field, but here?
suppose I have a pop3 mailbox called test@mysite.com, with pop3 server pop3.mysite.com and port 110. How should I write the string?
anyway, with mailhandler, I have error until I discovered the /tls command.
Thanks in advance.

Comments

drein’s picture

Status: Active » Closed (fixed)

Solved.
reading the imap_open manual was a good idea.

maui1’s picture

Glad you solved this problem.

I have also encountered the same problem could you be more specific in what caused the problem and how you solved it.

It would be a great help to me and anyone else who comes across this issue.

Thanks

drein’s picture

I uninstalled Convey because it isn't, on my opinion, ready for a production site.
The module gives errors that are logged hundred of times... So for now I uninstalled it.
Unfortunately I don't remember the solution, I remember that I read the imap open manual (you can find it easily with google) and you must follow the exact syntax of imap(open) when configuring your mailbox.