Current time: 07-05-2024, 10:08 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT] Mailbox Quota aktualisieren
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #4
RE: Mailbox Quota aktualisieren
Ich habe es so am laufen:
Code:
# FOR USE WITH QUOTA
user_query = SELECT concat('/var/mail/virtual/', domain.domain_name, '/',mail_acc) as home, '1000' as uid, '8' as gid, concat('*:bytes=', quota) AS quota_rule FROM mail_users inner join domain on mail_users.domain_id = domain.domain_id WHERE mail_acc='%n' and (mail_type='normal_mail' OR mail_type='normal_mail,normal_forward');

Greez BeNe
03-31-2010 11:57 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Mailbox Quota aktualisieren - BeNe - 03-30-2010, 10:20 PM
RE: Mailbox Quota aktualisieren - BeNe - 03-31-2010 11:57 PM
RE: Mailbox Quota aktualisieren - TheCry - 04-01-2010, 12:59 AM

Forum Jump:


User(s) browsing this thread: 3 Guest(s)