Hey Jonas
Thanks for your straight forward answer. I like it!
I follow your suggestion.
This is what i did for the vpopmail configure
./configure \
--enable-roaming-users=y \
--enable-tcprules-prog=/usr/local/bin/tcprules \
--enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp \
--enable-relay-clear-minutes=70 \
--enable-learn-passwords=y \
--enable-default-domain=genkians.com \
[EMAIL PROTECTED] \
--enable-logging=p \
--enable-defaultquota=20971520S \
--enable-ip-alias-domains=n \
--enable-passwd=n \
--enable-clear-passwd=y \
--enable-mysql=y \
--enable-incdir=/usr/local/mysql/include \
--enable-libdir=/usr/local/mysql/lib \
--enable-many-domains=n \
--enable-auth-logging=y \
--enable-mysql-logging=y \
--enable-valias=y
I got this in return
vpopmail directory = /home/vpopmail
uid = 89
gid = 89
ip alias = OFF --enable-ip-alias-domains=n (default)
address extentions = OFF --enable-qmail-ext=n (default)
roaming users = ON --enable-roaming-users=y
tcpserver file = /home/vpopmail/etc/tcp.smtp
open_smtp file = /home/vpopmail/etc/open-smtp
user quota = 20971520S -enable-hardquota=20971520S
auth module = mysql --enable-mysql=y
mysql replication = OFF --enable-mysql-replication=n default
table optimization = one domain with many users --enable-many-domains=n
system passwords = OFF --enable-passwd=n default
file locking = ON --enable-file-locking=y default
file sync = OFF --enable-file-sync=n default disable vdelivermail
fsync
make seekable = ON --enable-make-seekable=y default
auth logging = ON --enable-auth-logging=y default
mysql logging = ON --enable-mysql-logging=y
clear passwd = ON --enable-clear-passwd=y (default)
users big dir = ON --enable-users-big-dir=y (default)
valias processing = ON --enable-valias=y
mysql limits = OFF --enable-mysql-limits=n default
pop syslog = show failure attempts with clear text password
--enable-logging=p
default domain = genkians.com --enable-default-domain=genkians.com
auth inc = -I/usr/local/mysql/include
auth lib = -L/usr/local/mysql/lib -l
then I ran "make" and "make install-strip"
When it was done, I went looking for the open-smtp file. I can not find
it. I did a search of my whole computer and no luck. Do you know why the
make install-strip did not create the open-smtp file?
Raymond