Package: opensmtpd
Version: 5.9.2p1-1

The layout of smtpd.conf(5) appears to be broken, compared
with the man page on openBSD. Sample:

                  for   [ !]
                         domain
                        domain
                        [ alias < aliases >]
                        This rule applies to mail destined for the specified
                        domain.
                        This parameter supports the
                        Sq *
                        wildcard,
                        so that a single rule for all sub-domains can be used, 
for example:
                     accept for domain "*.example.com" deliver to mbox

                 If specified, the table
                 aliases
                 is used for looking up alternative destinations for addresses 
in this
                 domain.

On openBSD it looks like this

             for [!] domain domain [alias <aliases>]
                     This rule applies to mail destined for the specified
                     domain.  This parameter supports the `*' wildcard, so
                     that a single rule for all sub-domains can be used, for
                     example:

                           accept for domain "*.example.com" deliver to mbox

                     If specified, the table aliases is used for looking up
                     alternative destinations for addresses in this domain.

Bold text is not shown here. Hopefully the samples are not too much
corrupted by EMail. Please note the additional line breaks on Debian,
macros showing up and the broken indentation at the end of the sample.

OpenBSD's man page can be read on

        http://man.openbsd.org/OpenBSD-current/man5/smtpd.conf.5

as well.


Regards
Harri

Reply via email to