IndiMail has ability to configure various limits for a domain using the vlimit(1) program. You can set password expiry, default quota, allow only POP3 access and even have an expiry date for the domain.
One useful feature of setting domain limits is setting the default quota when adding users using the vaddduser(1) command.
To turn on domain limits for a domain, you need to run the vmodddomain(1) program
% /var/indimail/bin/vmoddomain -l 1 example.com
The compile time default for quota is 5 Mb which may not be what you want. If you want 50 Mb of quota to be assigned by default when adding users, here is what you need to do
% sudo /var/indimail/bin/vlimit -q 50000000 example.com
% sudo /var/indimail/bin/vadduser user01@example.com pass
name : user01@example.com
passwd : $1$O9bi66Kf$chrSBpdPDFZh49XrgpUSt0 (MD5)
uid : 1
gid : 0
-all services available
gecos : user01
dir : /home/mail/T2Zsym/example.com/user01
quota : 50000000 [47.68 Mb] <============ 50 Mb Quota =========
curr quota : 0S,0C
Mail Store IP : 192.168.1.100 (Clustered - local)
Mail Store ID : 1000
Sql Database : localhost:indimail:xxxxxxxx
Table Name : indimail
Relay Allowed : NO
Days inact : 0 days 00 Hrs 50 Mins 56 Secs
Added On : ( 127.0.0.1) Sun Apr 11 11:24:08 2010
last auth : Not yet logged in
last IMAP : Not yet logged in
last POP3 : Not yet logged in
PassChange : Not yet Changed
Inact Date : Not yet Inactivated
Activ Date : ( 127.0.0.1) Sun Apr 11 11:24:08 2010
Delivery Time : No Mails Delivered yet / Per Day Limit not configured
NOTE: vlimit(1) program is vmoddolimits(1) in indimail-1.7.2 and earlier
IndiMail is a Secure, Reliable, Efficient Messaging Platform which provides you everything needed in a modern messaging server - ESMTP, IMAP, POP3, QMTP, QMQP and many other features. IndiMail gives you speeds that are faster than most MTAs. The flexibility provided by IndiMail's authentication methods allow any IMAP/POP3 server to be used with IndiMail. IndiMail is built for speed and flexibility. You can download the source or use the binary RPM generated by openSUSE Build Service.
Subscribe to:
Post Comments (Atom)
IndiMail Queue Mechanism
Indimail has the ability of configuring multiple local and remote queues. A queue is a location on your hard disk where email are deposited ...
-
IndiMail now has docker images. You can read about installing Docker here . Once you have installed docker-engine, you need to start it. Ty...
-
Installing Indimail using YUM/APT Repository Install OS OpenSUSE openSUSE Leap 42.3 openSUSE Leap 42....
-
What is DKIM DomainKeys Identified Mail ( DKIM ) lets an organization take responsibility for a message while it is in trans...
No comments:
Post a Comment