imap_open fails no matter what i try
// open mailbox and get all emails from server
if (! $mail = imap_open("{localhost:110/pop3/notls} INBOX", "user", "password")) {
echo "fout";
}
gives :
Warning: imap_open() [function.imap-open]: Couldn't open stream {localhost:110/pop3/notls} INBOX in /usr/home/user/domains/nictoglobe.com/public_html/mymms.class.php
i tried several possible combinations i.e.:
mail.domain.com, the name of the server running da, with and without notls etc etc
when telnetting to port 110 everything is ok
how come?
used to work with plesk , is broken with da
help?
A.Andreas
// open mailbox and get all emails from server
if (! $mail = imap_open("{localhost:110/pop3/notls} INBOX", "user", "password")) {
echo "fout";
}
gives :
Warning: imap_open() [function.imap-open]: Couldn't open stream {localhost:110/pop3/notls} INBOX in /usr/home/user/domains/nictoglobe.com/public_html/mymms.class.php
i tried several possible combinations i.e.:
mail.domain.com, the name of the server running da, with and without notls etc etc
when telnetting to port 110 everything is ok
how come?
used to work with plesk , is broken with da
help?
A.Andreas