When I try to check my configuration file on a relay server, I get the following error:

   /etc/mail/smtpd.conf:10: invalid backend configuration for
       table secrets

The secrets files looks okay. At least, it consists of one line which conforms to the model "label username:password".

Permissions of the secrets.db file are root:_smptd and mode is 640.

My smtpd.conf file is as follows:

  listen on all

  table aliases db:/etc/mail/aliases.db
  table domains file:/etc/mail/domains
  table secrets db:/etc/mail/secrets.db

  accept for local alias <aliases> deliver to mbox
  accept from any for domain <domains> relay backup \
      relay.example.com

Can someone please enlighten me as to what I am doing wrong that is causing this error? Thank you.

This is running OpenBSD-5.4-current (amd64) from the Dec. 31 snapshot.

--
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to