aboutsummaryrefslogtreecommitdiffstats
path: root/design-notes.html
Commit message (Expand)AuthorAgeFilesLines
* Version bump.Eric S. Raymond2003-02-281-3/+3
* Remove -oem from sendmail options.Eric S. Raymond2003-01-171-3/+3
* XML headers everywhere.Eric S. Raymond2002-07-301-2/+3
* XML conversionEric S. Raymond2002-07-281-467/+653
* Cleanup.Eric S. Raymond2002-07-281-143/+144
* History fix.Eric S. Raymond2002-06-031-7/+7
* Expose the ESMTP name and password options.Eric S. Raymond2002-03-101-7/+9
* HMH's latest round of fixes.Eric S. Raymond2001-10-011-3/+3
* Must solve that damn linking problem next.Eric S. Raymond2001-07-311-8/+12
* Implemented fetchdomains.Eric S. Raymond2001-06-241-6/+3
* Correction, 1123 doesn't demand this.Eric S. Raymond2001-03-111-6/+6
* Added 1508.Eric S. Raymond2001-03-071-2/+4
* 2001 update.Eric S. Raymond2001-02-111-4/+4
* Ready to ship, but no ATRN.Eric S. Raymond2001-02-071-4/+7
* Ready to ship a gold version.Eric S. Raymond2000-11-261-5/+7
* Added some future standards.Eric S. Raymond2000-08-051-2/+7
* Ready to merge in Julian Haight's changes.Eric S. Raymond2000-06-071-3/+4
* Typo fix.Eric S. Raymond2000-04-041-3/+3
* Corrected the RFC list.Eric S. Raymond2000-04-041-7/+5
* Fix an incorrect anchor number.Eric S. Raymond2000-04-041-3/+3
* Take note of anmother RFC.Eric S. Raymond2000-03-221-4/+6
* Implemented support for RFC2177 IDLE command.Eric S. Raymond2000-03-061-2/+6
* LinuxWorld hacks.Eric S. Raymond2000-02-051-2/+6
* Typo fix.Eric S. Raymond2000-01-081-4/+2
* Cleanup patches from Gunther Leber.Eric S. Raymond2000-01-031-3/+3
* IPv6 patches.Eric S. Raymond1999-12-191-8/+2
* Prevent Pehr Anderson's goof.Eric S. Raymond1999-09-261-4/+10
* CRAM-MD5 authentication support a la RFC2195.Eric S. Raymond1999-06-081-2/+4
* Take official noitice of RFC2449.Eric S. Raymond1999-05-161-2/+4
* Added bouncemail option.Eric S. Raymond1999-02-071-8/+9
* This version is good.Eric S. Raymond1999-01-011-6/+6
* No 1894.Eric S. Raymond1998-12-301-2/+4
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-7/+19
* *** empty log message ***Eric S. Raymond1998-11-221-6/+5
* Corrected RFC URLs.Eric S. Raymond1998-11-221-36/+36
* Added LMTP support.Eric S. Raymond1998-11-071-2/+4
* Fix properties editing.Eric S. Raymond1998-10-291-2/+4
* Correct RFC URLs.Eric S. Raymond1998-08-111-38/+72
* Added postmaster option.Eric S. Raymond1998-07-201-2/+4
* Version bump.Eric S. Raymond1998-07-011-8/+8
* Enrico Musio's IP-checkalias patch.Eric S. Raymond1998-06-291-4/+4
* Fix argument-merging.Eric S. Raymond1998-06-031-4/+6
* Changed WWW hosts.Eric S. Raymond1998-05-141-3/+3
* Markup fix.Eric S. Raymond1998-04-301-3/+3
* More on the concurrency problem.Eric S. Raymond1998-03-261-5/+17
* Configurable antispam response.Eric S. Raymond1998-03-061-2/+42
* *** empty log message ***Eric S. Raymond1998-03-041-4/+4
* Updated.Eric S. Raymond1998-02-161-4/+4
* IPv6 and IPSECEric S. Raymond1998-02-161-2/+22
* RFC reference cleanup.Eric S. Raymond1997-10-121-2/+3
class="w"> "" ]; 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