This is a good point. I know Solaris does this, possibly others. The
default Sendmail configuration on at least some versions of Solaris will
automatically try to use the server /var/mail is mounted from as the
mailhost for transferring outgoing mail. You should be able to override
this in the sendmail.cf.
--
Mike Sphar - Sr Systems Administrator
Remedy Corporation
-----Original Message-----
From: devnull@adc.idt.com [mailto:devnull@adc.idt.com]
Sent: Monday, September 30, 2002 1:04 PM
To: toasters@mathworks.com
Subject: Re: UNIX /var/mail on NetApp?
here is what we do in /etc/auto_direct
/var/mail -rw,hard,actimeo=0 filer:/vol/vol2/mail
intr, hard are defaults. You might want to add noac.
This is not the right way of doing things(over nfs that is).
If your people complain about not getting mail on the client, do a
/usr/lib/sendmail -v you@yourdomain.com
You might see it trying to make a port 25 connection to your filer :)
Again, that is not a NetApp thing, more of a /var/mail over NFS thing.
Thanks.
> David,
>
> we store /var/mail on NetApp filers (F840c, F760c) at several sites
> with diffeent size (12 to 200 Sun Solaris 2.5.1/7/8/9 clients) without
> problems.
>
> we automount /var/mail in /etc/auto_direct with these options:
>
> /var/mail -rw,hard,intr,noac,actimeo=0 filer:/vol/vol1/qtree04/mail
>
> we do use POP3, but most clients access the mailbox via NFS directly.
>
> Hope this helps
>
> --pwo
>