postfix问题.知道德请赐教!
postfix认证问题,请知道的指点一下....postfix认证问题,请知道的指点一下....
postfix 认证错误.
环境: red AS3 Postfix + Cyrus-IMAP + Cyrus-SASL + MySQL + IMP
参考文献:http://cngnu.org/technology/Postfix_I.html
IMAP 建立邮箱时出错,
命令是:
# cyradm --user cyrus localhost
错误提示:
imclient_connect: unknown host "localhost" at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Cyrus/IMAP/Admin.pm line 71.
我打开Admin.pm文件的第71行(红字为71行!)
sub new {
my $class = shift;
my $self = bless {}, $class;
$self->{cyrus} = Cyrus::IMAP->new(@_) or $self = undef;
我是不是应该在这一行里加入localhost,应该加在哪?还是其他错误呢?
页:
[1]