aboutsummaryrefslogtreecommitdiffstats
path: root/mail/tkrat2/files/ratatoskrc
diff options
context:
space:
mode:
Diffstat (limited to 'mail/tkrat2/files/ratatoskrc')
-rw-r--r--mail/tkrat2/files/ratatoskrc26
1 files changed, 26 insertions, 0 deletions
diff --git a/mail/tkrat2/files/ratatoskrc b/mail/tkrat2/files/ratatoskrc
new file mode 100644
index 000000000000..7136901a0336
--- /dev/null
+++ b/mail/tkrat2/files/ratatoskrc
@@ -0,0 +1,26 @@
+# Minimum defaults or important defaults...
+#
+# See the file /usr/local/share/doc/tkrat/CONFIGURATION for a more
+# detailed explanation of these.
+#
+
+# Which domain we should pretend we are from
+set option(masquerade_as) {}
+
+# Which domain we are in
+set option(domain) {}
+
+# Should we sent even though we have a bad hostname?
+set option(force_send) 0
+
+# Command to get default folder
+set option(default_folder) "INBOX file {} /var/mail/$env(USER)"
+
+# Default sending program
+set option(sendprog) /usr/sbin/sendmail
+
+# Can the sending program handle eightbit data
+set option(sendprog_8bit) true
+
+# Use the sending program, or use smtp
+set option(sendprot) prog