diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2011-09-05 16:38:32 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-09-05 16:38:32 -0300 |
commit | b4f7e40e49c1f91c45bc0018d378e75936733f24 (patch) | |
tree | 578cafd76b7ddbc81398b620c1327fc90d398896 /config/postfix/postfix_recipients.php | |
parent | 37204891aa052c621664ea0b6bedf00eb0f91a76 (diff) | |
download | pfsense-packages-b4f7e40e49c1f91c45bc0018d378e75936733f24.tar.gz pfsense-packages-b4f7e40e49c1f91c45bc0018d378e75936733f24.tar.bz2 pfsense-packages-b4f7e40e49c1f91c45bc0018d378e75936733f24.zip |
postfix v2 fix postfix_recipients.php file
Diffstat (limited to 'config/postfix/postfix_recipients.php')
-rw-r--r-- | config/postfix/postfix_recipients.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/postfix/postfix_recipients.php b/config/postfix/postfix_recipients.php new file mode 100644 index 00000000..0deb2f79 --- /dev/null +++ b/config/postfix/postfix_recipients.php @@ -0,0 +1,4 @@ +<?php
+require_once ('/usr/local/pkg/postfix.inc');
+sync_relay_recipients("cron");
+?>
\ No newline at end of file |