Hi, The following diff corrects smtpd.conf man page in two ways:
- Replace virtual(5) reference by table(5) as virtual table format is documentation in table(5) man page under "Aliasing tables" section. - Add "auth <table>" documentation. Example at end of the man page uses it, so it should be documented. Thanks. -- Sebastien Marie Index: smtpd.conf.5 =================================================================== RCS file: /cvs/src/usr.sbin/smtpd/smtpd.conf.5,v retrieving revision 1.182 diff -u -p -r1.182 smtpd.conf.5 --- smtpd.conf.5 30 May 2018 13:44:03 -0000 1.182 +++ smtpd.conf.5 31 May 2018 13:14:30 -0000 @@ -179,9 +179,9 @@ option. .It Cm virtual Pf < Ar table Ns > Use the mapping .Ar table -for -.Xr virtual 5 -expansion. +for virtual expansion. +The aliasing table format is described in +.Xr table 5 . .El .Pp The relay delivery methods also support additional options: @@ -205,6 +205,17 @@ to advertise during the HELO phase. .It Cm host Ar relay-url Do not perform MX lookups but relay messages to the relay host described by .Ar relay-url . +.It Cm auth Pf < Ar table Ns > +Use the mapping +.Ar table +for connecting to +.Ar relay-url +using credentials. +This option is usable only with +.Cm host +option. +The credential table format is described in +.Xr table 5 . .It Cm mail\-from Ar mailaddr Use .Ar mailaddr
