Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Setting default parameters for account Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
cohprog
Newbie
Newbie


Joined: 20 January 2008
Online Status: Offline
Posts: 8
Posted: 21 January 2008 at 12:39pm | IP Logged Quote cohprog

Hello,
Is there a way to change the default parameters for new accounts ? In which php file are they defined ? (Ie: if email should be left or removed from server, for how long they should be left on server, if they should be removed when the trash box is emptied...)
Back to Top View cohprog's Profile Search for other posts by cohprog
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 22 January 2008 at 1:18am | IP Logged Quote Andrew

The settings are defined in class_account.php file.

Code:
var $MailMode = MAILMODE_LeaveMessagesOnServer;


Means messages will be left on server.

MAILMODE_LeaveMessagesOnServer is defined (as well as some other constants) at the beginning of the file.

Code:
var $MailsOnServerDays = 7;


Determines how long messages will be kept on server (if $MailMode = MAILMODE_KeepMessagesOnServer)

Other settings are defined in the same file.

Best regards,
Andrew
Back to Top View Andrew's Profile Search for other posts by Andrew
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide