Qmailadmin config - Toaster 4.04

Started by ty-d-bol man, February 16, 2005, 11:47:14 AM

Previous topic - Next topic

ty-d-bol man

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?


LogicX

vpopmail_valias                = 1

turn that to zero, and they will be stored in .qmail files instead of the database.
--- May this post be indexed by spiders, and archived for all to see as my internet epitaph.
http://fpux.com" target="_blank">http://fpux.com

ty-d-bol man

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.

LogicX

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.
--- May this post be indexed by spiders, and archived for all to see as my internet epitaph.
http://fpux.com" target="_blank">http://fpux.com

ty-d-bol man

That's what I changed, sorry, typo(s) in the previous message.

vpopmail_valias                = 0



ty-d-bol man

ack, for some reason, after toaster_setup.pl -s vpopmail, it comes up and says all users don't exist when recieving email.

troubleshooting


ty-d-bol man

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