summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-07-04 23:47:22 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-07-04 23:47:22 +0200
commit212e1d0440a339e6d90b671113f91196f51043a9 (patch)
tree19faf0dc7de01960ae749a1dd396d9d7ac9199dd
parent274c7152c726ae516753f2f2202c52bcbc23ebac (diff)
make msmtp optional0.1.1
-rw-r--r--debian/control2
-rw-r--r--docs/muttdelay.pod10
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 73ce3b8..48f5502 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Browser: https://github.com/rantanplan/muttdelay
Package: muttdelay
Architecture: all
-Depends: msmtp
+Depends:
Description: Delaying the sending of mails
A bash script to delay mails written via mutt and msmtp.
diff --git a/docs/muttdelay.pod b/docs/muttdelay.pod
index 9a24851..13ac1aa 100644
--- a/docs/muttdelay.pod
+++ b/docs/muttdelay.pod
@@ -23,7 +23,9 @@ And create an hourly cronjob such as:
=head3 Configuring msmtp
-For example like this (change your configuration accordingly to fit your needs):
+You may use other command which can send an email instead. But this has been tested with msmtp only.
+
+It can be configured for example like this (change your configuration accordingly to fit your needs):
cp /usr/share/muttdelay/msmtprc.example ~/.msmtprc
vim ~/.msmtprc
@@ -32,7 +34,11 @@ And ensure that you can send mails like this:
msmtp your@address.example.com <<< Hallo
-If it works, you can go on
+If it works, you can go on. Or if you want to use another command to send mails just edit
+
+ /etc/default/muttdelay
+
+accordingly.
=head3 Use it