Wietse Venema:
> Geert Stappers:
> > So I'm also curious if there is a "syntax checker"
> > that reports missing files.
>
> How would a program know that a string 'foobar' is a file reference
> 1) in main.cf or master.cf
> 2) in a file that is referenced by 1)
> 3) in a file that is referenced by
Geert Stappers:
> So I'm also curious if there is a "syntax checker"
> that reports missing files.
How would a program know that a string 'foobar' is a file reference
1) in main.cf or master.cf
2) in a file that is referenced by 1)
3) in a file that is referenced by a file that is referenced by 1)
On Fri, Nov 25, 2016 at 12:00:27AM -0800, Michael Fox wrote:
> Is there a command that can check if all files referenced in main.cf are
> present? Currently, if my manual/visual review misses something, I don't
> find out until postfix tries to process a message and discovers the missing
> file.