# This file contains various settings that can be altered on a global or # per domain basis to suit your particular installation. The first # section sets global settings that apply (unless overridden) to all # mail domains hosted on your server. You may then have subsequent # domain specific sections that change those defaults on a per-domain # basis. Lines begining with # characters are ignored as comments. # section names must exist on a line by themselves and must end with a # colon. Whitespace at the beginning and the end of lines is ignored. # Any configuration variable that is not set will be given a default # value. All sections other than default are assumed to be additional # hosted domains on your site and must be listed to appear - even if you define # no additional or alternate parameters for them. # parameter strings can, for the most part, be written out with out without # enclosing " characters default: # After attempting in vain to make single functions handle all flavors of IMAP, # it was decided that it was better to code efficiently for each type than to # bloat them all. Instructions on adding a particular flavor can be found in the # documentation. In addition small changes can be made with the folderseparator # and rootfolderpath parameters. The current fully supported flavors are: # uwimap, exchange, and courier-imap imapflavor = courier-imap # The folderseparator and root folder path directives are normally set automatically # by the imap-flavor. If you need to override the automated settings due to a strange # setup or to support a new flavor of imap you can uncomment them and change them here. # folderseparator = . # rootfolderpath = INBOX # The name of the folder to store sent items in. This is also normally set automatically # by the imap-flavor, but is actually more dependent on the particular mail client being # used in addition to Inside Systems Mail (if any) - defaults to "Sent Items" # sentitemsfolder = Sent Items # The IP address or hostname of your IMAP/POP server - defaults to 127.0.0.1 server = mailgot.vgregion.se # The port your IMAP/POP server is listening on - defaults to 143 # port = 143 # Sets which protocol you wish to use. Current supported protocols are 'imap' and 'pop3' - defaults to 'imap' # protocol = imap # Set tls to true if you want PHP to attempt a TLS connection to your IMAP/POP # server. - defaults to false # tls = false # Strings that will be prepended or appended to the username given # at login. This can be used to support vmailmgr style domains or # to expand a username into a full address for login purposes. The # special keyword domain (not in quotes) will cause @domain.com to # be prepended or appended. usernameprefix = usernamesuffix = # This determines how the user's username is converted into their # email address for sending purposes. $ variables are expanded # as needed. The available variables are: # $username - the name they logged in with # $domain - the domain they are logging into # $usernameprefix - if set above # $usernamesuffix - if set above email = $username@$domain # Indicates whether or not your server supports server-side sorting # Must be set to 0 or false for servers (such as Exchange) that do # not to enable a workaround. This is set to a default value based on the # imap-flavor (usually on) but os often turned off by zealous admins # looking to save processor cycles. NOTE: The workaround offers much # less functionality than true server-side sorting. # serversorting = true # Sets the command line program that is called when mail is sent. The # variable $emailaddress will be expanded to the users email address. # Using Exim # mailprogram = "/usr/local/sbin/exim -bm -dropcr -i -t -f \"$emailaddress\"" # NOTE # If you use the above line, you must add the following settings to your # exim configure file # # untrusted_set_sender = * # local_sender_retain = true # local_from_check = false # Using Sendmail # Sendmail is a little less complicated, but be sure to set the path correctly mailprogram = "/usr/sbin/sendmail -oi -t" #mailprogram = "/usr/local/sbin/exim -bm -dropcr -i -t -f \"$emailaddress\"" # certain attachment extentions should be changed to avoid unintended # server execution of code (.php for instance). This is a colon separated # list of extensions that will be defanged. extensionblacklist = php:php4:phtml:phps:pl:asp:rb:py:pyc # Addressbooks can potentially be stored in a number of differnt ways. # Currently only xml, encryptedxml and postgresql are supported - xml is the # default. Encrypted addressbooks require mycrypt >= 2.4 compiled into PHP. # Addressbook storage may safely be switched between xml and encryptedxml. addressbookstorage = xml # PLUGINS # the dict plugin allows users to double-click on any word in an email to # see its definition. It requires the program "dict" # dictenable = true # dictcommand = /usr/local/bin/dict # dictargs = --pager - # the spell plugin enables spell checking for emails. It requires either # Aspell or Ispell to function (Aspell is highly recommended). # spellenable = true # spellcommand = /usr/local/bin/aspell # spellargs = -a -email check # MISC # if sortdomains is present and set to true then the list of domains shown # on the login page will be sorted alphabetically - otherwise they will be # listed in the order in which they appear in the conf file. This can be # set to true, 1, false, 0, or descending # sortdomains = true # themes allow you to easily change the look and feel of Inside Systems Mail # by changing the graphics, colors, and to some extent the layout used. # themedir should be set to the name of the directory under graphics containing # the theme themedir = swarthy vgregion.se: