aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail-FAQ.html
pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# fetchmail.logrotate
#
# This is an example logrotate configuration file, editing required
# before use. It is useful if you have fetchmail logging to a separate
# file, /var/log/fetchmail as shown below.
#
# This file has been written for Debian Linux systems.
#
# Other systems will probably require adjustments, such as: how
# often to rotate, how many files to retain, how to name them, if
# compression is desired, which user and group the file should be
# created with, and where the .pid file is. Check the logrotate
# documentation for details.
#                                        --Matthias Andree, 2007-01-14
# ----------------------------------------------------------------------
# The following license applies to the remainder of this file:
#
# Copyright (c) 2007 Daniel Leidert <daniel.leidert@wgdd.de>
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, copy, modify, merge, publish,
# distribute, sublicense, and/or sell copies of the Software, and to
# permit persons to whom the Software is furnished to do so, subject to
# the following conditions:
#
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

/var/log/fetchmail {
    weekly
    rotate 5
    compress
    missingok
    notifempty
    create 640 fetchmail root
    sharedscripts
    postrotate
        if [ -f /var/run/fetchmail/fetchmail.pid ]; then \
            if [ -x /usr/sbin/invoke-rc.d ]; then \
                invoke-rc.d fetchmail restart > /dev/null; \
            else \
                /etc/init.d/fetchmail restart > /dev/null; \
            fi; \
        fi;
    endscript
}
Commit message (Collapse)AuthorAgeFilesLines
* More on the no-daemon problem.Eric S. Raymond2001-04-101-10/+11
| | | | svn path=/trunk/; revision=3286
* FAQ updated.Eric S. Raymond2001-04-021-742/+755
| | | | svn path=/trunk/; revision=3283
* More about reporting bugs.Eric S. Raymond2001-03-071-2/+7
c6419947b1c'>Note the SIGPIPE problem.Eric S. Raymond2000-12-121-2/+10 | | | | svn path=/trunk/; revision=2997 * The retry patch.Eric S. Raymond2000-12-011-4/+4 | | | | svn path=/trunk/; revision=2994 * Minor bugfixes.Eric S. Raymond2000-12-011-2/+10 | | | | svn path=/trunk/; revision=2993 * Ready to ship a gold version.Eric S. Raymond2000-11-261-8/+5 | | | | svn path=/trunk/; revision=2987 * Ready to ship.Eric S. Raymond2000-11-111-2/+27 | | | | svn path=/trunk/; revision=2983 * Typo fixes.Eric S. Raymond2000-11-111-12/+12 | | | | svn path=/trunk/; revision=2982 * Version bump.Eric S. Raymond2000-10-171-2/+24 | | | | svn path=/trunk/; revision=2979 * Before showdots,Eric S. Raymond2000-10-081-9/+14 | | | | svn path=/trunk/; revision=2975 * URL correction.Eric S. Raymond2000-09-301-3/+3 | | | | svn path=/trunk/; revision=2973 * Better bug guidelines.Eric S. Raymond2000-09-071-3/+5 | | | | svn path=/trunk/; revision=2961 * SMTP disabled in Red Hat 6.9.Eric S. Raymond2000-09-071-2/+6 | | | | svn path=/trunk/; revision=2959 * Better sendmail configuration.Eric S. Raymond2000-09-061-19/+35 | | | | svn path=/trunk/; revision=2958 * IRIX has a lexer problem.Eric S. Raymond2000-08-271-3/+3 | | | | svn path=/trunk/; revision=2955 * Almost ready to ship 5.5.1Eric S. Raymond2000-08-211-4/+18 | | | | svn path=/trunk/; revision=2952 * Correct URL.Eric S. Raymond2000-07-271-3/+3 | | | | svn path=/trunk/; revision=2938 * Give up on UIDs.Eric S. Raymond2000-06-281-2/+13 | | | | svn path=/trunk/; revision=2910 * Recommend switching to IMAP.Eric S. Raymond2000-06-281-2/+11 | | | | svn path=/trunk/; revision=2908 * Minor corrections.Eric S. Raymond2000-06-281-6/+8 | | | | svn path=/trunk/; revision=2906 * Julian Haight's changes.Eric S. Raymond2000-06-071-4/+4 | | | | svn path=/trunk/; revision=2900 * Ready to merge in Julian Haight's changes.Eric S. Raymond2000-06-071-2/+31 | | | | svn path=/trunk/; revision=2899 * Almost ready to ship.Eric S. Raymond2000-05-131-6/+35 | | | | svn path=/trunk/; revision=2893 * Added stuff on OpenSSL.Eric S. Raymond2000-05-131-9/+24 | | | | svn path=/trunk/; revision=2891 * Minor updates.Eric S. Raymond2000-04-121-3/+3 | | | | svn path=/trunk/; revision=2872 * speed improvement by usingh SEARCH UNSEEN.Eric S. Raymond2000-04-071-3/+4 | | | | svn path=/trunk/; revision=2863 * Added TNEF note.Eric S. Raymond2000-03-301-2/+8 | | | | svn path=/trunk/; revision=2851 * Warning about Lotus Notes.Eric S. Raymond2000-03-291-2/+12 | | | | svn path=/trunk/; revision=2842 * *** empty log message ***Eric S. Raymond2000-03-141-13/+11 | | | | svn path=/trunk/; revision=2824 * Added FAQ item.Eric S. Raymond2000-03-141-2/+23 | | | | svn path=/trunk/; revision=2823 * Make IMAP preauth work.Eric S. Raymond2000-03-131-2/+8 | | | | svn path=/trunk/; revision=2816 * Better SOCKS5 support.Eric S. Raymond2000-03-111-23/+5 | | | | svn path=/trunk/; revision=2815 * Correct typo.Eric S. Raymond2000-03-071-4/+4 | | | | svn path=/trunk/; revision=2808 * Added FAQ item X6.Eric S. Raymond2000-03-061-5/+96 | | | | svn path=/trunk/; revision=2800 * Use preauth ssh where appropriate.Eric S. Raymond2000-03-061-3/+4 | | | | svn path=/trunk/; revision=2792 * Encrypted imapd support.Eric S. Raymond2000-03-041-20/+35 | | | | svn path=/trunk/; revision=2781 * Added Joerg's recipe.Eric S. Raymond2000-03-021-5/+43 | | | | svn path=/trunk/; revision=2779 * Add note about end-to-end privacy.Eric S. Raymond2000-02-261-6/+12 | | | | svn path=/trunk/; revision=2775