That is, only letters
and numbers count in a word, so root will not match rootbugs, but will match root+bugs or
root@host.
10.9.4.2 -C
Specify an alternative configuration file vacation command-line switch
Beginning withV8.12 sendmail, th evacation program reads the sendmail program??™s configuration
file to locate the value of the MailboxDatabase option (?§24.9.62 on page 1042). It
scans the configuration file looking for lines that begin with the prefix:
O MailboxDatabase=
If the MailboxDatabase option is undefined, its default value is pw, which means to look up
mailbox information in the passwd(5) file form of database. The mailbox database is used
to find the home directory, and user and group IDs for the user. The mailbox database is
ignored if the -U command-line switch is used.
The location of the configuration file is defined at compile time with _PATH_SENDMAILCF
(?§3.4.40 on page 131). If you wishto use a different configuration file, you can do so by specifying
it with this -C command-line switch:
% vacation -C /etc/mail/sendmail.cf.new -i
If the configuration file listed with -C doesn??™t exist or is unreadable, the entire -C directive is
silently ignored. If the MailboxDatabase option is found but specifies an unknown database,
the following error is logged or printed and the vacation program exits:
vacation: can't open mailbox database: Service unavailable
-t ?§10.
Pages:
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696