From 212e1d0440a339e6d90b671113f91196f51043a9 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Fri, 4 Jul 2014 23:47:22 +0200 Subject: make msmtp optional --- docs/muttdelay.pod | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs/muttdelay.pod') 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 -- cgit v1.2.3