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?
vpopmail_valias = 1
turn that to zero, and they will be stored in .qmail files instead of the database.
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.
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.
That's what I changed, sorry, typo(s) in the previous message.
vpopmail_valias = 0
ack, for some reason, after toaster_setup.pl -s vpopmail, it comes up and says all users don't exist when recieving email.
troubleshooting
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