bug-mailfromd
Re: [Bug-mailfromd] mfdbtool 'unknow keyword'
Marc Roos <M.Roos@xxxxxxxxxxxxxxxxx> ha escrit:
> mfdbtool: /etc/mailfromd/mailfromd.conf:2.1-31: unknown keyword
> `pidfile'
> mfdbtool: /etc/mailfromd/mailfromd.conf:5.1-28: unknown keyword
> `include-path'
Enclose mailfromd-specific settings in 'program "mailfromd"' block, e.g.
program "mailfromd" {
pidfile "/a/b/c";
include-path "....";
}
Similarly, the mfdbtool-specific settings should be in 'program
"mfdbtool"', etc.
See http://mailutils.org/manual/html_node/program-statement.html for
details.
Best regards,
Sergey