Eric Lucas on 14 May 2007 16:35:07 -0000 |
While trying to "fix" a samba/cifs mount access problem I "broke" my qmail install. On my server I changed my UID/GID from 5000/5000 to 1000/100 in order to match the IDs on my workstation. Viola! Samba now gives me access. I then use find to locate and change the UID/GID of all the files I own. In the mean time I notice that qmail won't deliver my email. A long and mostly sleepless night yields on moderate gains in the error messages. After changing the /var/qmail/users/access file to have the correct UID/GID and fine-tuning the permissions on my maildir I'm left with a qmail log that looks like this:
@400000004648790f2c0a5484 starting delivery 907: msg 18515226 to
local eric@localhost Unfortunately, the few suggestions I could find talk about permissions and ownership for the user's home directory and the Maildir. Been there - done that. It's simply too picky and it won't tell me "why" it has this "temporary error on maildir delivery". Sigh. This is the current state of affairs: Although I've left the UID at 1000 I changed the GID back to 5000 to see if that made any difference. Apparently it did improve the situation somewhat. GID 100 = users GID 5000 = eric Here is my home and Maildir permissions and ownership: drwxr-xr-x 10 1000 5000 4096 May 14 05:39 eric drwxr-xr-x 53 1000 5000 4096 May 14 05:39 eric/Maildir At this point it's beyond frustration - any advice, hints, questions, or offers of the load of a sledgehammer are welcome :-) Thanks, Eric Lucas ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|