On Fri, Jan 03, 2014 at 01:04:33PM -0800, Scott Vanderbilt wrote:
> 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.

Are you sure /etc/mail/secrets.db really a db file, created with makemap?
Anyway, you should consider using a plain text file for a simple table like
this.

Eric.

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

Reply via email to