21 lines
680 B
Markdown
21 lines
680 B
Markdown
## Virtual Vacation
|
|
|
|
Virtual Vacation is a Perl script to be used in combination with OpenSMTPD Admin.
|
|
It provides OOO, Auto Response, Vacation capabilities to virtual users.
|
|
|
|
To invoke vacation.pl add the following to your /etc/mail/smtpd.conf
|
|
|
|
filter filter-from proc-exec "vacation.pl"
|
|
|
|
When vacation.pl is located in: /usr/local/libexec/smtpd
|
|
|
|
It requires the following libraries to be installed for MariaDB:
|
|
|
|
pkg_add p5-DBI p5-DBD-MariaDB
|
|
|
|
You can run vacation.pl with the following flags:
|
|
|
|
- -l = logging of virtual vacation parsed report/filter streams and decisions
|
|
- -v = verbose (extra flag) logging of report stream
|
|
- -d = debug (extra flag) logging of filter stream
|