0

在我的本地主机上,没问题,php 脚本有效。在我的主机服务器上,可怕的“无法连接到'{imap.gmail.com:993/imap/ssl}'”

编码:

$hostname = '{imap.gmail.com:993/imap/ssl}INBOX';
$inbox = imap_open($hostname,$username, $password) or die('Cannot connect to Gmail: ' 
. imap_last_error());

他们的 php 配置似乎具有所有必要的功能:PHP 版本 5.2.17

'./configure' '--prefix=/usr/local/php5' '--with-libdir=lib64' '--sysconfdir=/etc' '--disable-rpath' '--enable-cli' '- -disable-cgi' '--with-config-file-path=/usr/local/lib' '--disable-all' '--enable-libxml' '--with-libxml-dir=/usr' ' --with-openssl=/usr''--with-kerberos=/usr''--with-pcre-regex=/usr'''--with-zlib=/usr'''--with-zlib-dir= /usr' '--enable-bcmath' '--enable-magic-quotes' '--with-bz2=/usr' '--enable-calendar' '--enable-ctype' '--with-curl= /usr' '--with-curlwrappers''--enable-dom' '--enable-exif' '--enable-filter' '--with-pcre-dir=/usr' '--enable-ftp' '--with-openssl-dir=/ usr' '--with-gd=/usr' '--enable-gd-native-ttf' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '-- with-zlib-dir=/usr' '--with-xpm-dir=/usr' '--with-ttf=/usr' '--with-freetype-dir=/usr' '--with-t1lib= /usr' '--with-gettext=/usr' '--with-gmp=/usr' '--enable-hash' '--with-iconv' '--enable-mbregex' '--enable-mbstring ' '--with-mcrypt=/usr' '--with-mhash=/usr' '--with-mime-magic=/usr/share/magic.mime' '--with-mysql=/usr' ' --with-mysqli=/usr/bin/mysql_config' '--with-sqlite' '--enable-pdo' '--with-pdo-sqlite' '--with-pdo-mysql=/usr' '--enable-posix' '--enable-reflection' '--enable-session' '--enable-simplexml' '--enable-sockets' '--enable -spl' '--enable-soap' '--enable-json' '--enable-inline-optimization' '--enable-tokenizer' '--with-regex=system' '--enable-xml' ' --with-libexpat-dir=/usr' '--enable-xmlreader' '--with-xmlrpc' '--enable-xmlwriter' '--with-xsl=/usr' '--enable-zip'--enable-xml' '--with-libexpat-dir=/usr' '--enable-xmlreader' '--with-xmlrpc' '--enable-xmlwriter' '--with-xsl=/usr' ' --启用-zip'--enable-xml' '--with-libexpat-dir=/usr' '--enable-xmlreader' '--with-xmlrpc' '--enable-xmlwriter' '--with-xsl=/usr' ' --启用-zip''--with-imap=/usr/lib64/dovecot/imap' '--with-imap-ssl' '--with-pear=/usr/local/lib/php' '--with-apxs2=/usr /local/apache/bin/apxs'

卷曲

启用 cURL 支持 cURL 信息 libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5

地图

IMAP c-Client 版本 2004 SSL 支持已启用 Kerberos 支持已启用

openssl

启用 OpenSSL 支持 OpenSSL 版本 OpenSSL 0.9.8e-fips-rhel5 2008 年 7 月 1 日


那么有人可以提示一下它应该抛出一个无法连接到错误的东西吗?它甚至不做 imap_open。警告:imap_open() [function.imap-open]:无法打开流 blahblah 帮助?

4

0 回答 0