> Hello Jake and everyone who's helped my out so far and thanks a lot for
> the
> continued support, which is much appreciated.
>
> To better explain the situation, I('m doing some associated) work for a
> really
> small company, which provides some e-mail service in the local area. Most
> of
> my users are remotely dislocated or have different IPs/classes (connection
> is
> usually provided to them by italian big connectivity/telephone carriers).
> The server I'm working on is a server targeted to small businesses in the
> area, no-profit organizations and some other people (friends of mine :-).
>
> Altought the people in the first and third cateogries would probably have
> no
> problems in adapting, I'm sure certain organizations falling into
> cateogory 2
> (I remember seeing some old man using win95 ...and even a win 3.11 not too
> long ago) might have quite some problems in changing their settings.
>
> That's why I was hoping to have the POP b4 SMTP working again, to make a
> smooth/transparent transaction and cause no hassle to them...
>
> Thanks again for your support, I hope someone can help me out with this.
> Unfortunately I'm just a student and not a professional sysadmin, so
> there's a
> lot of stuff I still have to learn.
> Yet, if someone could point me just where to put my hands on to achieve
> what
> I'd like to do (pointing out the package that needs to be recompiled with
> the
> pop3 before smtp option), well, I'd appreciate ...and try to enable what I
> need.
>
> Have you all a nice day,
> Steve
>
Hi Steve,
If you do rpm -qi vpopmail-toaster, you will see the standard configuration:
~~~~~~ begin ~~~~~~
vpopmail 5.4.10
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 = OFF --disable-users-big-dir
address extensions = ON --enable-qmail-ext
ip alias = OFF --disable-ip-alias-domains (default)
domain quotas = ON --enable-domainquotas
auth module = mysql --enable-auth-module=mysql
mysql replication = OFF --disable-mysql-replication (default)
sql logging = OFF --disable-sql-logging (default)
mysql limits = OFF --disable-mysql-limits (default)
MySQL valias = ON --enable-valias
auth inc = -I/usr/include/mysql
auth lib = -L/usr/lib/mysql -lmysqlclient -lz -lm
system passwords = OFF --disable-passwd (default)
pop syslog = log success and errors including passwords
--enable-logging=v
auth logging = ON --enable-auth-logging (default)
one domain per SQL table = --disable-many-domains
~~~~~~ end ~~~~~~
To configure "roaming users" do this:
rpm -Uvh vpopmail-toaster*src.rpm
cd /usr/src/redhat/SPECS
edit vopomail-toaster.spec and change --disable-roaming-users to
--enable-roaming-users
save vpopmail-toaster.spec
rpmbuild -bb --with (distro) vpopmail-toaster.spec (-ba makes rpm & src.rpm)
Install it and roaming-users should be working
Regards,
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]