On Tuesday 09 July 2002 06:15 pm, The Laser Jet wrote: > Hi all, > > I was trying out mail quotas to be set. I have /var and > /home separate partitions so the user mails are not included > in the quota. So the user can store any amount of stuff > in /var/spool/mail/<user-name> and evade quota > > Is there anyway to include this also in the main quota of > the user.
A kludge would be: ln -sf /var/spool/mail/username /home/username/mailbox But of course, the ideal solution is to move to a mail system that understands maildirs. Mailbox quotas is one of the advantages of maildirs. Binand ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Stuff, things, and much much more. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
