diff options
author | Marc Haber <zugschlus@debian.org> | 2005-04-13 05:40:31 +0000 |
---|---|---|
committer | Marc Haber <zugschlus@debian.org> | 2005-04-13 05:40:31 +0000 |
commit | 3079787d8a022ebfd4dff3a80feb79d8060c7de1 (patch) | |
tree | 9f5230b6c85188eac3db80cd635eb79a75afc12b | |
parent | 729547d80e4acf41ab3bb8bfcd21c938fb3e56b1 (diff) | |
download | exim4-3079787d8a022ebfd4dff3a80feb79d8060c7de1.tar.gz |
* Add instructions about how to use inetd. Thanks to Ryan Underwood.
(mh) Closes: #304436
svn path=/exim/trunk/; revision=1102
-rw-r--r-- | debian/README.Debian.xinetd | 4 | ||||
-rw-r--r-- | debian/changelog | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/README.Debian.xinetd b/debian/README.Debian.xinetd index 52e763f..6b7ea56 100644 --- a/debian/README.Debian.xinetd +++ b/debian/README.Debian.xinetd @@ -41,3 +41,7 @@ service smtp Run invoke-rc.d exim4 restart; invoke-rc.d (x)inetd restart Done. +================================== +If you want to use plain inetd, you can use the following line: +mail stream tcp nowait Debian-exim /usr/sbin/exim4 exim4 -bs +(This has been provided by Ryen Underwood) diff --git a/debian/changelog b/debian/changelog index 912ebff..8cd35cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,10 @@ exim4 (4.50-5.0) UNRELEASED; urgency=low * The upstream fix for #296492 sometimes causes an endless loop. Update patch with correction from Philip's commit, revision 1.10. (mh) * Document real_local router. (mh) + * Add instructions about how to use inetd. Thanks to Ryan Underwood. + (mh) Closes: #304436 - -- Marc Haber <mh+debian-packages@zugschlus.de> Tue, 12 Apr 2005 08:24:22 +0200 + -- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 13 Apr 2005 07:38:34 +0200 exim4 (4.50-5) unstable; urgency=low |