Also, to help:
1) hosteddomains directory doesn't exist
2) locals file has these entries:
mydomain.com
.mydomain.com
localhost
myhostname1
3) can't find the me file
--Tony
running perftest1 I get a bunch of 505 user unknown errors in
/var/log/maillog. I tried using submit as follows:
/usr/lib/courier/libexec/courier/submit -vrfy=couriertest@localhost
local 'dns; helo-fqhn (host xxx.xxx.xxx.xxx)'
and I get the same results.
I verified that /usr/lib/courier/etc/locals has localhost in it and did
another makealiases along with restarting courier and authdaemond just
in case and I still get the same thing
I'm trying to use MySQL for authentication and for the user in question
I have the following in the database table:
id='couriertest'
crypt='foo'
uid = x
gid = y
home= /home/courierusers
maildir= couriertest
Any hints on troubleshooting this would be greatly appreciated.