Sponsored Content
Top Forums UNIX for Beginners Questions & Answers organise mailing lists in email client Post 303024020 by Azrael on Thursday 27th of September 2018 04:14:13 AM
Old 09-27-2018
It seems from your post that the issue is with disk space more than organizing emails. The system or a normal email client will not care how things are organized or how many folders you put content in. When the disk or disk space of an email quota is full, its full. You probably want to contact the Administrator for the server and ask about extending the disk quota for your account.

Hope that helps.
 

6 More Discussions You Might Find Interesting

1. IP Networking

Squid and email client

Hi All, We plan to use squid has a proxy so my question is if I use squid then is this support email clients like outlook express or microsoft outlook at client side and is any option in the squid to block few of the unwanted URL's Thanks, Bachegowda (7 Replies)
Discussion started by: bache_gowda
7 Replies

2. UNIX for Advanced & Expert Users

fetchmail with multidrop & mailing lists

At the moment we as using fetchmail (SLES9, 6.2.5) to pick up our emails (for approx 200 users) from our multidrop box. Everything works fine as long as the receivers address is in the TO: header. for example To: <firstname.lastname@to_domain.tld> Our problem is that when users are on a... (0 Replies)
Discussion started by: frieling
0 Replies

3. Linux

help creating mailing lists

hey everyone ..i wanted to know how to create mailing lists with sendmail and postifx and wanted to know about mailmans ...would be nice if some has used mailman.. (0 Replies)
Discussion started by: tarunicon
0 Replies

4. Shell Programming and Scripting

Shell Script to Create non-duplicate lists from two lists

File_A contains Strings: a b c d File_B contains Strings: a c z Need to have script written in either sh or ksh. Derive resultant files (File_New_A and File_New_B) from lists File_A and File_B where string elements in File_New_A and File_New_B are listed below. Resultant... (7 Replies)
Discussion started by: mlv_99
7 Replies

5. Shell Programming and Scripting

how to organise a file

I have a file with only one record and the file size would be around 80 MB. Is there a way, where I can read and write this to a file with only 80bytes in each row (3 Replies)
Discussion started by: Muthuraj K
3 Replies

6. UNIX for Dummies Questions & Answers

new to ldap, send email to a ou or group, and see a list from email client

hi, i'm running openldap on ubuntu 10.04, creating new items with apache directory studio (windows version). i use the ldap just as an address book to our small office (email clients are windows live mail 2009, 2011, microsoft outlook 2007 and 2010). a. i cant see a list of the contacts,... (0 Replies)
Discussion started by: V4705
0 Replies
QUOTA(1)						    BSD General Commands Manual 						  QUOTA(1)

NAME
quota -- display disk usage and limits SYNOPSIS
quota [-ghu] [-v | -q] quota [-hu] [-v | -q] user quota [-gh] [-v | -q] group quota -d [-gh] [-v | -q] DESCRIPTION
quota displays users' disk usage and limits. By default only the user quotas are printed. Options: -d Query the kernel for default user or group quota instead of a specific user or group. -g Print group quotas for the group of which the user is a member. The optional -u flag is equivalent to the default. -h Numbers are displayed in a human readable format. -q Print a more terse message, containing only information on file systems where usage is over quota. -v quota will display quotas on file systems where no storage is allocated. Specifying both -g and -u displays both the user quotas and the group quotas (for the user). Only the super-user may use the -u flag and the optional user argument to view the limits of other users. Non-super-users can use the -g flag and optional group argument to view only the limits of groups of which they are members. Only the super-user may use the -d flag. The -q flag takes precedence over the -v flag. quota tries to report the quotas of all mounted file systems. If the file system is mounted via NFS it will attempt to contact the rpc.rquotad(8) daemon on the NFS server. If quota exits with a non-zero status, one or more file systems are over quota. SEE ALSO
libquota(3), fstab(5), edquota(8), quotacheck(8), quotaon(8), repquota(8), rpc.rquotad(8) HISTORY
The quota command appeared in 4.2BSD. BSD
May 12, 2012 BSD
All times are GMT -4. The time now is 04:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy