Haines -- You might try setting *more* restrictive permissions on the aliases file. I don't recall which MTA RH 8.0 uses (sendmail? exim?), but alias-expansion code in MTAs often checks to make sure a specified alias file can be edited ONLY by its owner, as a security measure to avoid problems of misuse of the alias by others. I admit that the actual error message you report seeing ("Permission denied") is an odd one for this check to produce, but you might want to check the possibility anyway. Try mode 644, instead of the 777 you say you are using, and see if that helps.

It is also possible that you have your MTA configued to disallow pointing aliases to files. I believe some MTAs can do that, as a security option. The details would depend, of course, on which MTA you are using.

PS -- Your system is sending that garbled "To: [EMAIL PROTECTED]" header again.

At 11:52 AM 1/6/03 -0500, Haines Brown wrote:
When I use /etc/aliases for single address, it works ok (as I'm now
doing), but if there is a pointer to a file of addresses, it fails
because of permisions.

For example, in /etc/aliases, I have a pointer to

    test: :include:/home/brownh/aliases/test.aliases

But when I use it (after upgrading to RH 8.0), I get:

     ----- The following addresses had permanent fatal errors -----
  :include:/home/brownh/aliases/test.aliases
    (expanded from: <[EMAIL PROTECTED]>)

     ----- Transcript of session follows -----
  550 5.2.4 :include:/home/brownh/aliases/test.aliases... Cannot open
    /home/brownh/aliases/test.aliases: Permission denied

Bothe the aliases directory and the test.aliases file are rwxrwxrwx
(wide open for test purposes).


--
-------------------------------------------"Never tell me the odds!"--------
Ray Olszewski					-- Han Solo
Palo Alto, California, USA			  [EMAIL PROTECTED]
-------------------------------------------------------------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to