On 13:29 29 Apr 2002, Ashwin Khandare <[EMAIL PROTECTED]> wrote:
| We entered lot of aliases in /etc/aliases then we ran newaliases and then it
| truncated the file to whatever aliases it could handle
| but not all that was entered.

It should have worked fine. The only real catch is that an individual
alias line can't be bigger than a DBM record (1024 bytes? something like
that). So my code takes the longer aliases and splits them up like this:

        foo: user1, user2,.....,userN,foo-sub0
        foo-sub0: userN+1,...,userZ,foo-sub1
        foo-sub1: userZ+1,...

and so forth. Sendmail happily stitches all that back together so that
mailing to "foo" goes to everyone as you intended.

Did you lose aliases outright, or were individual long aliases truncated?
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

In this [Christmas] season I can find warmth and good will to all men -
except for the inventor of the telephone.       - Mark Twain



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to