Re: checking file references

2016-11-25 Thread Wietse Venema
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

Re: checking file references

2016-11-25 Thread 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 a file that is referenced by 1)

Re: checking file references

2016-11-25 Thread Geert Stappers
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.