]> Pileus Git - ~andy/fetchmail/blobdiff - sample.rcfile
Better duplicate suppression.
[~andy/fetchmail] / sample.rcfile
index da6a967e42f41ec5cc7869fefab71a64aa4d1630..54308b4ea65a0293199a0adba755571ffba70f7f 100644 (file)
@@ -1,4 +1,4 @@
-# fetchmail control file sample
+# fetchmail control file sample (remove this header comment from yours!)
 #
 # This file (or one of your own creation, rather) should be located 
 # in your home directory with the name .fetchmailrc.  Permissions on this
@@ -27,6 +27,9 @@
 #   uidl
 #   no uidl
 #   port                      -- must be followed by a TCP/IP port number
+#   ssl
+#   sslkeyfile                -- must be followed by path to private key file
+#   sslcertfile               -- must be followed by path to certificate file
 #   authenticate (or auth)    -- must be followed by an authentication type
 #   timeout                   -- must be followed by a numeric timeout value
 #   envelope                  -- must be followed by an envelope header name
 #   localdomains              -- must be followed by one or more domain names
 #   interface                 -- must be followed by device/IP address/mask
 #   monitor                   -- must be followed by device
-#   no dns
+#   plugin                    -- must be followed by a string command name
+#   plugout                   -- must be followed by a string command name
 #   dns
+#   no dns
+#   checkalias                -- do multidrop address comparison by IP address
+#   no checkalias             -- do multidrop address comparison by name
 #
 #   username (or user)        -- must be followed by a name
 #   is                        -- must be followed by one or more names
@@ -47,6 +54,8 @@
 #   smtpaddress               -- must be followed by a host name
 #   antispam                  -- must be followed by a numeric response value
 #   mda                       -- must be followed by an MDA command string
+#   bsmtp                     -- must be followed by a filename or -
+#   lmtp
 #   preconnect (or pre)       -- must be followed by an executable command
 #   postconnect (or post)     -- must be followed by an executable command
 #
@@ -58,6 +67,8 @@
 #   stripcr
 #   pass8bits
 #   dropstatus
+#   mimedecode
+#   idle
 #   no keep
 #   no flush
 #   no fetchall
 #   no stripcr
 #   no pass8bits
 #   no dropstatus
+#   no mimedecode
+#   no idle
 #   limit                     -- must be followed by numeric size limit
+#   warnings                  -- must be followed by numeric size limit
 #   fetchlimit                -- must be followed by numeric msg fetch limit
 #   batchlimit                -- must be followed by numeric SMTP batch limit
 #   expunge                   -- must be followed by numeric delete count
+#   properties                -- must be followed by a string
 #
 # Legal protocol identifiers are
 #   pop2 (or POP2)
 #   kpop (or KPOP)
 #   etrn (or ETRN)
 #
+# Add ssl for protocols operating over an SSL connection (POP3 and IMAP)
+#   Default port for IMAPS (IMAP over SSL) is 993
+#   Default port for POP3S (POP3 over SSL) is 995
+#      Taken from assigned numbers and compatible with netscape/outlook usage.
+#
 # Legal authentication types are
 #   login
 #   kerberos
 #
 # Legal global option statements are
 #
-#   set logfile =              -- must be followed by a string
+#   set logfile                        -- must be followed by a string
+#   set idfile                 -- must be followed by a string
+#   set postmaster             -- must be followed by a string
 #   set daemon                 -- must be followed by a number   
 #   set syslog
 #   set invisible