aboutsummaryrefslogtreecommitdiffstats
path: root/debian/fetchmailrc.example
diff options
context:
space:
mode:
authorvg <vgm+dev@devys.org>2024-03-29 11:16:52 +0100
committervg <vgm+dev@devys.org>2024-03-29 11:16:52 +0100
commit8eae1aca826e08d953a43978bae554f20d07897a (patch)
treebcbb8a580d5b29f35bb90d6ef1a05d80aed67e66 /debian/fetchmailrc.example
parent9f542a1e74323a7247a19de9d7349a7269c63002 (diff)
downloadfetchmail-8eae1aca826e08d953a43978bae554f20d07897a.tar.gz
fetchmail-8eae1aca826e08d953a43978bae554f20d07897a.tar.bz2
fetchmail-8eae1aca826e08d953a43978bae554f20d07897a.zip
get debian directory from debian archive
Diffstat (limited to 'debian/fetchmailrc.example')
-rw-r--r--debian/fetchmailrc.example33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/fetchmailrc.example b/debian/fetchmailrc.example
new file mode 100644
index 00000000..5fd5ecce
--- /dev/null
+++ b/debian/fetchmailrc.example
@@ -0,0 +1,33 @@
+# /etc/fetchmailrc for system-wide daemon mode
+# This file must be chmod 0600, owner fetchmail
+
+# The default for this option is 300, which polls the server every 5
+# minutes.
+#
+#set daemon 300
+
+# By default, the system-wide fetchmail will output logging messages to
+# syslog; uncomment the line below to disable this. This might be useful
+# if you are logging to another file using the 'logfile' option.
+#
+# set no syslog
+
+# Avoid loss on 4xx errors. On the other hand, 5xx errors get more
+# dangerous.
+#
+set no bouncemail
+
+# The following defaults are used when connecting to any server, and can
+# be overridden in the server description below.
+#
+# Set antispam to -1, since it is far safer to use that together with no
+# bouncemail.
+#
+defaults:
+ antispam -1
+ batchlimit 100
+
+# Example server section.
+#
+#poll foo.bar.org with protocol pop3
+# user baka there is localbaka here smtphost smtp.foo.bar.org;