Henrique Pantarotto wrote:
> I think I understand where you're trying to say. You want to create a mail
> server to handle many users, but you don't want to use /etc/passwd to do
> this. Sendmail is awesome, but I don't know it it lets you do such a thing
> (sendmail lovers: please apologize me if I am wrong..).
Of course sendmail lets you do this (in fact, there's very little that
sendmail doesn't let you do; the main reason for the complexity of its
configuration is that it has to be able to cope with just about
anything one might possibly want to do with it).
Sendmail doesn't care less if the username is in /etc/passwd unless
you tell it to (via the `w' flag in the mailer definition). It just
passes the message to the specified delivery agent. Of course, some
delivery agents may only be able to deliver to valid accounts,
although procmail doesn't have this restriction (again, you can make
it so through configuration).
--
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]