aboutsummaryrefslogtreecommitdiffstats
path: root/website/index.html
Commit message (Expand)AuthorAgeFilesLines
* fixupMatthias Andree2021-03-071-4/+4
* website: update NEWS for 6.4.17 release.Matthias Andree2021-03-071-4/+4
* Mention 6.5.0.beta2 release, too.Matthias Andree2021-01-031-0/+4
* Record 'make distcheck' and po/update-po changes.Matthias Andree2021-01-031-5/+6
* Update website after 6.4.14 release.Matthias Andree2020-11-261-4/+4
* Announce fetchmail 6.4.13.Matthias Andree2020-10-251-5/+6
* Prepare 6.4.12.Matthias Andree2020-09-041-8/+4
* Update website for 6.4.11 release.Matthias Andree2020-08-281-4/+4
* website: update with 6.4.10 release.Matthias Andree2020-08-271-2/+2
* website: update with 6.4.9 release.Matthias Andree2020-08-271-4/+4
* Document names of branches.Matthias Andree2020-06-211-2/+2
* Remove excess full-stop character.Matthias Andree2020-06-141-1/+1
* Fix one more 6.4.7 -> 6.4.8.Matthias Andree2020-06-141-1/+1
* Prepare fetchmail 6.4.8 release.Matthias Andree2020-06-141-1/+1
* Bump website for 6.4.7.Matthias Andree2020-06-141-4/+4
* Update website for 6.4.6.Matthias Andree2020-05-291-5/+4
* Fix overlooked 6.4.4 -> 6.4.5.Matthias Andree2020-05-071-1/+1
* Get ready for 6.4.5 release.Matthias Andree2020-05-071-5/+5
* website: mention 6.4.4 release.Matthias Andree2020-04-261-4/+5
* Website update for 6.4.3.Matthias Andree2020-04-051-4/+4
* website: Recommend OpenSSL 1.1.1 or newer.Matthias Andree2020-03-301-1/+1
* State that newer OpenSSL versions than 1.0.2 work.Matthias Andree2020-03-081-1/+1
* Update website for 6.4.2 release.Matthias Andree2020-02-141-5/+5
* Update website for 6.4.1.Matthias Andree2019-09-281-3/+3
* Fix link in sidebar.Matthias Andree2019-09-281-2/+2
* Update website after 6.4.0 release.Matthias Andree2019-09-271-23/+5
* website/: Update for -rc4, update links, and remove dead references.Matthias Andree2019-09-021-53/+32
* Remove Jochen Hayek's information.Matthias Andree2015-07-291-6/+1
* Update Git URLs to Gitlab after import from Gitorious.Matthias Andree2015-03-111-2/+3
* Update now that the lists are back up.Matthias Andree2014-07-041-13/+7
* Update. Sourceforge.net oversleeping mailing list import.Matthias Andree2014-06-121-3/+7
* Update website again.Matthias Andree2014-05-211-2/+1
* Update website.Matthias Andree2014-05-211-4/+3
* Convert most references from berlios.de to sourceforge.net.Matthias Andree2014-05-211-10/+9
* Update last change date.Matthias Andree2014-05-201-1/+1
* Emergency update after berlios shutdown.Matthias Andree2014-05-201-12/+21
* Update for 6.3.26 release.Matthias Andree2013-04-231-5/+5
* Update website for 6.3.25 release.Matthias Andree2013-03-191-10/+11
* Update website for 6.3.24.Matthias Andree2012-12-231-8/+7
* Update for new release.Matthias Andree2012-12-101-9/+9
* Update.Matthias Andree2012-08-291-4/+4
* Get ready for 6.3.22 release.Matthias Andree2012-08-291-2/+2
* Update website for 6.3.21.Matthias Andree2011-08-211-5/+5
* Update website.Matthias Andree2011-06-061-25/+8
* Update website after 6.3.19 release.Matthias Andree2010-12-101-12/+14
* Link fetchmail-EN-2010-03 and update front page.Matthias Andree2010-10-161-3/+9
* Updated website for 6.3.18.Matthias Andree2010-10-121-13/+14
* Correct typo: IMAP7 -> UTF7.Matthias Andree2010-07-021-1/+1
* Link to Mailbox/UTF7 document in NEWS section.Matthias Andree2010-05-271-0/+10
* Update website for 6.3.17 release.Matthias Andree2010-05-061-9/+9
$SENDMAIL" = "" ]; then echo 'mda "'$SENDMAIL %s'"' >> $HOME/.fetchmailrc MDA="2" else MDA="3" fi echo >> $HOME/.fetchmailrc echo echo "This is your $HOME/.fetchmailrc file." chmod 600 $HOME/.fetchmailrc echo cat $HOME/.fetchmailrc if [ ! "$MAIL" = "" ]; then echo "Fetchmail will retrieve your mail and put it in:" echo "$MAIL" if [ ! -f "$MAIL" ]; then touch $MAIL 2>/dev/null chmod 600 $MAIL 2>/dev/null fi fi echo if [ "$MDA" = "1" ]; then echo "I put that (m)ail (d)elivery (a)gent in .fetchmailrc" echo "because i found it on your system, this doesn't mean" echo "it's correct or the one you want to use." echo echo "The first time you run fetchmail, you should run it" echo "this way: # fetchmail -k" echo elif [ "$MDA" = "2" ]; then echo "You seem to have sendmail, sendmail will be used" echo "as the (m)ail (d)elivery (a)gent for fetchmail." echo echo "WARNING! There's no way to know if sendmail is set up" echo "properly for local mail delivery, so the first time you" echo "run fetchmail run it this way: # fetchmail -k" echo echo "If the mail that fetchmail retrieves is not put in your mailbox," echo "you'll know that sendmail is not set up properly for the delivery" echo "of local mail." echo elif [ "$MDA" = "3" ]; then echo "I Don't know what (m)ail (d)elivery (a)gent you're going to use." echo "You need a <mda> to deliver the mail to you, after <fetchmail> retrieves it." echo echo "Put the <mda> in your .fetchmailrc file, like below." echo "password $PASS" echo mda '"/usr/bin/procmail -d %s"' echo mda '"/usr/sbin/sendmail %s"' echo echo "The first time you run fetchmail, you should run it" echo "this way: # fetchmail -k" echo fi