The Network People Support Forums

Mail::Toaster => Installation Issues => Topic started by: ty-d-bol man on February 16, 2005, 11:47:14 AM

Title: Qmailadmin config - Toaster 4.04
Post by: ty-d-bol man on February 16, 2005, 11:47:14 AM
I am in the process of upgrading from 3.03 toaster (qmailadmin 1.20).  toaster_setup.pl -s qmailadmin installed v1.27.  Version works okay except it only uses valias table for aliases and forwards and ignores all the .qmail files.

How can I have qmailadmin only modify .qmail files?

Title: Re: Qmailadmin config - Toaster 4.04
Post by: LogicX on February 16, 2005, 12:15:53 PM
vpopmail_valias                = 1

turn that to zero, and they will be stored in .qmail files instead of the database.
Title: Re: Qmailadmin config - Toaster 4.04
Post by: ty-d-bol man on February 16, 2005, 12:48:55 PM
Tried setting valiases=0 in toaster-watcher.conf
toaster-watcher is running ok, it is modifying other stuff it does.  I don't see a warning when run by hand.  Went ahead and reran toaster_setup.pl -s qmailadmin



I also tried untaring the source toaster-setup brought over and using the following config, did a make and make install

./configure --disable-valias --enable-domain-autofill=Y --enable-modify-spam=Y --enable-spam-command="|/usr/local/bin/maildrop /usr/local/etc/mail/mailfilter" --enable-modify-quota=y --enable-htmldir=/usr/local/www/data --enable-imagedir=/usr/local/www/data/images/qmailadmin --enable-cgibindir=/usr/local/www/cgi-bin --enable-help=y

still no luck, it may be an issue with qmailadmin and not toaster.
Title: Re: Qmailadmin config - Toaster 4.04
Post by: LogicX on February 16, 2005, 12:52:12 PM
not sure what valiases=0 is

make sure you're setting EXACTLY:
vpopmail_valias = 0

in /usr/local/etc/toaster-watcher.conf

then just toaster_setup.pl -s vpopmail
toaster_setup.pl -s qmailadmin

to make sure they're both aware of that setting.
Title: Re: Qmailadmin config - Toaster 4.04
Post by: ty-d-bol man on February 16, 2005, 12:55:44 PM
That's what I changed, sorry, typo(s) in the previous message.

vpopmail_valias                = 0


Title: Re: Qmailadmin config - Toaster 4.04
Post by: ty-d-bol man on February 16, 2005, 01:06:42 PM
ack, for some reason, after toaster_setup.pl -s vpopmail, it comes up and says all users don't exist when recieving email.

troubleshooting

Title: Re: Qmailadmin config - Toaster 4.04
Post by: ty-d-bol man on February 16, 2005, 01:11:17 PM
ah, my fault.

I didn't replace my supersecretword in the new conf file.

That fixed it!  Thanks for the helpful and patient advice!!

Weldon