#### CONFIXX WEBMAIL CONFIG FILE #### ### created on Tue May 21 17:12:12 2002 ### package conf; $confixxPath = ''; # vom Webserver-Root aus rel. $tmpDir = '/tmp/confixx_webmail.tmp'; $webmailString = 'Confixx WebMail'; $langFilePost = '/webmail.local'; $langFilePre = '/home/www/confixx/html/languages/'; $defaultLang = 'de'; $sessionTimeout = 10000; # Format: YYYYMMDDHHMMSS, hier 1 Stunde $smtpServer = '127.0.0.1'; $maxAttachSendGr = 400000; # Größe in Bytes bis zu der Attachments zulässig sind. $pop3Server = 'localhost'; # leer für Eingabe in die Login-Maske $dbAddress = 'DBI:mysql:confixx:localhost'; $dbUser = 'confixx'; $dbPass = 'kjs.._:'; $maxMimeGr = 150000; # Größe in Bytes, bis zu der die Mail beim Anzeigen voll # durchgekaut wird (vom MIME-Parser) # ACHTUNG: Kann viel CPU-Zeit kosten! $maxAttachGetGr = 400000; # Größe in Bytes von Mails bis zu der Attachments # runtergeladen werden dürfen # ACHTUNG: Kann viel CPU-Zeit kosten! $color_dark_grey = '#CCCCCC'; $color_light_grey = '#EEEEEE'; $color_blue = '#000066'; $color_arrow = '#A0CCFF'; $popNoStatus = '0'; #$logFile = 'webmail.log'; 1; ### END ####