由 海中鸯 在 03-17-2004 10:54 发表:
安装vpopmail时出现问题?请大家帮忙!
我的操作步骤如下,在make install -strip出错了,怎么解决这个问题呢?
./configure
经过一系统解压安装后,出现一个表:
vpopmail 5.4.0
Current settings
---------------------------------------
vpopmail directory = /home/vpopmail
uid = 89
gid = 89
roaming users = OFF --disable-roaming-users (default)
password learning = OFF --disable-learn-passwords (default)
md5 passwords = ON --enable-md5-passwords (default)
file locking = ON --enable-file-locking (default)
vdelivermail fsync = OFF --disable-file-sync (default)
make seekable = ON --enable-make-seekable (default)
clear passwd = ON --enable-clear-passwd (default)
user dir hashing = ON --enable-users-big-dir (default)
address extensions = OFF --disable-qmail-ext (default)
ip alias = OFF --disable-ip-alias-domains (default)
domain quotas = OFF --disable-domainquotas (default)
auth module = cdb --enable-auth-module=cdb (default)
auth inc = -Icdb
auth lib =
system passwords = OFF --disable-passwd (default)
pop syslog = show only failed attempts
--enable-logging=e (default)
auth logging = ON --enable-auth-logging (default)
指令:make
make[2]: Leaving directory `/1/usr/src/vpopmail-5.4.0'
make[1]: Leaving directory `/1/usr/src/vpopmail-5.4.0'
指令:make install -strip
files hash-table stats:
Load=201/1024=20%, Rehash=0, Collisions=72/599=12%
VPATH Search Paths
No `vpath' search paths.
No general (`VPATH' variable) search path.
Finished Make data base on Wed Mar 17 09:58:46 2004
人有爱心!
由 Snoopy 在 03-17-2004 13:34 发表:
./configure
--prefix=/home/vpopmail
--enable-mysql=y
--enable-incdir=/usr/include/mysql
--enable-libdir=/usr/lib/mysql
--enable-default-domain=snoopy.gov
--enable-passwd=n
--enable-defaultquota=52428800s (10485760:10MB,20971520:20MB,52428800s:50MB)
--enable-tcprules-prog=/usr/local/bin/tcprules
--enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp
--enable-vpopuser=vpopmail
--enable-vpopgroup=vchkpw
--enable-ip-alias-domains=n
参考一下
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 海中鸯 在 03-17-2004 14:35 发表:
谢谢!
人有爱心!
由 海中鸯 在 03-17-2004 15:49 发表:
又出错了:
root@lczm:/home/vpopmail/bin# env - PATH="/var/qmail/bin:/usr/local/bin" \
> tcpserver -H -R 0 pop-3 \
> /var/qmail/bin/qmail-popup lczm.com \
> /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
[1] 14604
root@lczm:/home/vpopmail/bin# tcpserver: fatal: unable to figure out port number for pop-3
[1]+ Exit 111 env - PATH="/var/qmail/bin:/usr/local/bin" tcpserver -H -R 0 pop-3 /var/qmail/bin/qmail-popup lczm.com /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildi
请大家帮我看看呀
人有爱心!
由 Snoopy 在 03-17-2004 16:06 发表:
http://211.93.98.22/bbs/showthread....;threadid=92059
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 海中鸯 在 03-17-2004 16:22 发表:
谢了,
但我现在应该是那里出现了问题呢。
我安装qmail参考的是life with qmail文档,qmail应该没有什么问题的呀
人有爱心!
由 Snoopy 在 03-17-2004 17:13 发表:
你详细看下上面的文章,很简单的!重新编译一次
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 海中鸯 在 03-18-2004 08:59 发表:
好!
再看看,谢谢了!
人有爱心!
由 海中鸯 在 03-18-2004 09:32 发表:
pinksnoopy
你好!
文档提到,创建tcp.smtp文件(或者使用/etc/tcp.smtp)
root: ~ $ vi /home/vpopmail/etc/tcp.smtp
127.0.0.1:allow,RELAYCLIENT=""
:allow
但我在安装qmail就已经设置过了,设置这块有什么作用呢?另外,我既然在安装qmail就设置好了,那它怎么与vpopmail结合呢?
还有一个问题:
进行编译
root: ~ $ ./configure --prefix=/home/vpopmail \\ 指定安装路径
--enable-mysql=y \\ 是否应用Mysql数据库
--enable-incdir=/usr/include/mysql \\ Mysql数据库include文件所在目录
这里的设置要一个一个得做吗?
人有爱心!
由 Snoopy 在 03-19-2004 19:59 发表:
vpopmail编译完成后,它自动建立数据库和表,已经跟qmail结合了
你修改了tcp.smtp后,要tcprules tcp.smtp.cdb tcp.smtp.tmp < tcp.smtp使它生效
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 海中鸯 在 03-20-2004 08:38 发表:
pinksnoopy
多谢你的答复!
“vpopmail编译完成后,它自动建立数据库和表,已经跟qmail结合了”,但能进去mysql看不到有其它数据库呢?
人有爱心!
由 海中鸯 在 03-20-2004 09:36 发表:
还有一个问题:
我./configure --enable-mysql=y --enable-incdir=/usr/inc
lude/mysql --enable-libdir=/usr/lib/mysql时报这样的错:
ch