Hi,
I am still trying to get thru "Test child process termination" test in the install docs. I built the latest greatest build, as of the 15th, so it works with reiserfs.
I changed the following lines in my etc/authdaemonrc: authmodulelist="authpgsql" version="pgsql"
I have my pg database, and password table created. I have edited etc/authpgsqlrc accordingly.
I did "|sbin/courier start", then | "libexec/authlib/authdaemond start". # ps -ef | grep auth root libexec/authlib/authdaemond.pgsql start
# ps -ef | grep courier root /home/courier/libexec/courier/courierd root /home/courier/libexec/courier/courierd courier /home/courier/libexec/courier/courierd uucp ./courieruucp root ./courierlocal root ./courierfax courier ./courieresmtp courier ./courierdsn courier /home/courier/libexec/courier/courierd uucp ./courieruucp root ./courierlocal root ./courierfax courier ./courieresmtp courier ./courierdsn
For simplicity, I just chose to use the user "courier" as my test user. I created the bounces, and test directory for the user.
Then I ran the command:
[EMAIL PROTECTED] sh perftest1 1000 "courier-test-1 courier-test-2 courier-test-3 courier-test-4 courier-test-5"
450 Service temporarily unavailable.
courier-test-1: invalid address.
450 Service temporarily unavailable.
courier-test-2: invalid address.
450 Service temporarily unavailable.
courier-test-3: invalid address.
450 Service temporarily unavailable.
courier-test-4: invalid address.
450 Service temporarily unavailable.
courier-test-5: invalid address.
Any idea why these services would be unavailable?
I have user in /etc/password, but I am thinking that maybe I have to insert a row into the database for this user. Is there a tool for doing this, or do I have to bring out my SQL skills?
Thanks,
~S
Further testing: use user 'sheam' as test user. created an entry in the data bast using :
insert into passwd (id, name, uid, gid, home)
values ('sheam', 'shea martin', 1000, 100, '/home/sheam');
then created the test maildir, and the bounces maildir, and the appropriate .courier and .courier-test-default files. the reran perftest1 100 "sheam-test-1 sheam-test-2", and go the same errors:
450 Service temporarily unavailable.
sheam: invalid address.
I verified that postgres is running on port 5432, and made sure that is reflected in authpgsqlrc. The database is owned by 'courier', and that is also in authpgsqlrc.
After running the test, I notice that I have 1 versions of authdaemond.pgsql running.
Thanks in advance,
~Shea M.
______ This message contains confidential information and is intended only for the individual(s) named. If you have received it by mistake, please let us know by e-mail reply and delete it from your system; you may not copy this message or disclose its contents to anyone. For complete disclaimer information please see http://arcis.com/emaildisclaimer .
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
