|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /usr/share/logwatch/default.conf/services/ |
Upload File : |
########################################################################### # $Id: dovecot.conf,v 1.2 2005/12/07 04:31:44 bjorn Exp $ ########################################################################### # $Log: dovecot.conf,v $ # Revision 1.2 2005/12/07 04:31:44 bjorn # Added $dovecot_ignore_host. # # Revision 1.1 2005/09/18 17:01:05 bjorn # Dovecot filters written by Patrick Vande Walle. # ########################################################################### # You can put comments anywhere you want to. They are effective for the # rest of the line. # this is in the format of <name> = <value>. Whitespace at the beginning # and end of the lines is removed. Whitespace before and after the = sign # is removed. Everything is case *insensitive*. # Yes = True = On = 1 # No = False = Off = 0 Title = "Dovecot" # Which logfile group... LogFile = maillog *OnlyService = (imap-login|pop3-login) # Variable $dovecot_ignore_host is used to filter out hosts that login # successfully. This commented-out example filters out reserved local # addresses (IETF RFC 1918 and RFC 3330). #$dovecot_ignore_host="^\[10\.|^172\.(1[6-9]|2[0-9]|3[01])\.|^192\.168\.|^127\.\d\.\d\.\d\]$" # vi: shiftwidth=3 tabstop=3 et