Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
		Network Troublshooting => Linux Servers Support => Topic started by: mfaisalkh on June 24, 2004, 05:34:37 AM
		
			
			- 
				Dear Frendz, 
How can i assign 2MB mailbox storage for my users. 
Also where i find mailbox file in linux box.
			 
			
			- 
				What is the MTA (Mail Transport Agent) U are using? 
Qmail? Sendmail?
What Linux ur using?
Normally, by default ur mail will be located in "/var/spool/mail/" if u r using Red Hat/Fedora and if ur using Sendmail.
			 
			
			- 
				I m using RedHat Linux 8.0.
I m working on sendmail but i cant understand how can i assign 2MB mailbox limit of my user. Also i dont understand how can i configure sendmail.
			 
			
			- 
				TO configure sendmail, all u need is a file called "sendmail.mc" which is located in etc/mail/ directory. Go through the files, all the configurations that u want are there. After changing then configuration, make sure u do these commands:
1. cd /
2.  make -C /etc/mail
this will recompile all the configuration that u have one and then restart the sendmail
3. service sendmail restart
			 
			
			- 
				How can i enable 2 MAILBOX space