aboutsummaryrefslogtreecommitdiffstats
path: root/config/postfix/postfix_recipients.php
diff options
context:
space:
mode:
authormarcelloc <marcellocoutinho@gmail.com>2011-09-05 16:38:32 -0300
committermarcelloc <marcellocoutinho@gmail.com>2011-09-05 16:38:32 -0300
commitb4f7e40e49c1f91c45bc0018d378e75936733f24 (patch)
tree578cafd76b7ddbc81398b620c1327fc90d398896 /config/postfix/postfix_recipients.php
parent37204891aa052c621664ea0b6bedf00eb0f91a76 (diff)
downloadpfsense-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.php4
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