]> git.ipfire.org Git - people/ms/dma.git/blobdiff - dma.8
deliver_remote: only require host when not using smarthost
[people/ms/dma.git] / dma.8
diff --git a/dma.8 b/dma.8
index e5c7182334de4f8bb3595ba466c6d3db744f1bc5..5d786c6be2caf9b1bc02ce524ea7ca0e8ae205fe 100644 (file)
--- a/dma.8
+++ b/dma.8
@@ -29,9 +29,7 @@
 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $DragonFly: src/libexec/dma/dma.8,v 1.10 2008/09/06 14:17:56 swildner Exp $
-.\"
-.Dd April 22, 2010
+.Dd February 13, 2014
 .Dt DMA 8
 .Os
 .Sh NAME
@@ -130,7 +128,7 @@ is specified or not.
 .El
 .Sh CONFIGURATION
 .Nm
-can be configured with three config files:
+can be configured with two config files:
 .Pp
 .Bl -bullet -compact
 .It
@@ -139,7 +137,7 @@ auth.conf
 dma.conf
 .El
 .Pp
-These three files are stored per default in
+These two files are stored per default in
 .Pa /etc/dma .
 .Sh FILE FORMAT
 Every file contains parameters of the form
@@ -272,7 +270,7 @@ The internet hostname
 .Nm
 uses to identify the host.
 If not set or empty, the result of
-.Xr gethostname 2
+.Xr gethostname 3
 is used.
 If
 .Sq MAILNAME
@@ -281,7 +279,7 @@ as the hostname.
 .It Ic MASQUERADE Xo
 (string, default=empty)
 .Xc
-Masquerade the envelope from addresses with this address/hostname.
+Masquerade the envelope-from addresses with this address/hostname.
 Use this setting if mails are not accepted by destination mail servers
 because your sender domain is invalid.
 This setting is overridden by the
@@ -308,12 +306,20 @@ setting it to
 will send all mails as
 .Ql Sm off Va username @percolator .
 .Sm on
+.It Ic NULLCLIENT Xo
+.Xc
+Bypass aliases and local delivery, and instead forward all mails to
+the defined
+.Sq SMARTHOST .
+.Sq NULLCLIENT
+requires
+.Sq SMARTHOST
+to be set.
 .El
 .Ss Environment variables
 The behavior of
 .Nm
 can be influenced by some environment variables.
-.Pp
 .Bl -tag -width 4n
 .It Ev EMAIL Xo
 .Xc
@@ -349,8 +355,9 @@ The
 utility first appeared in
 .Dx 1.11 .
 .Sh AUTHORS
+.An -nosplit
 .Nm
 was written by
-.An Matthias Schmidt Aq matthias@dragonflybsd.org
+.An Matthias Schmidt Aq Mt matthias@dragonflybsd.org
 and
-.An Simon Schubert Aq corecode@dragonflybsd.org .
+.An Simon Schubert Aq Mt 2@0x2c.org .