diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 11:09:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 11:09:14 +0000 |
commit | e87a8bd319cefd3a75d9d061fe9ac6bad980b0db (patch) | |
tree | e9e6dc56d6e4b04cfacf45ccb3b74fdd987668e3 /mail | |
parent | 867a3ba355276083619d6e050ed5885ecfc04d75 (diff) |
Notes
Diffstat (limited to 'mail')
29 files changed, 68 insertions, 68 deletions
diff --git a/mail/ask/files/pkg-message.in b/mail/ask/files/pkg-message.in index 7f393fa58ff3..357104e6c68d 100644 --- a/mail/ask/files/pkg-message.in +++ b/mail/ask/files/pkg-message.in @@ -1,6 +1,6 @@ ============================================================================= -Sample configuration files were installed in +Sample configuration files were installed in %%EXAMPLESDIR%% To use ASK copy them into ~/.ask directory and edit in way you like. diff --git a/mail/dcc-dccd/files/pkg-message.in b/mail/dcc-dccd/files/pkg-message.in index 091c017ced01..00a597bc75a2 100644 --- a/mail/dcc-dccd/files/pkg-message.in +++ b/mail/dcc-dccd/files/pkg-message.in @@ -4,8 +4,8 @@ Installation Notes ------------------ -Make certain you edit %%DCCHOME%%/dcc_conf to enable the daemons you -wish to run, in addition to adding their respective dcc*_enable="YES" +Make certain you edit %%DCCHOME%%/dcc_conf to enable the daemons you +wish to run, in addition to adding their respective dcc*_enable="YES" lines to /etc/rc.conf or /etc/rc.conf.local. Daemon startup flags are also specified in %%DCCHOME%%/dcc_conf. @@ -23,8 +23,8 @@ variable controls the number of days to keep logs. If your site handles more than 100,000 messages per day, to decrease the load on the public DCC servers and increase the responsiveness of your -DCC clients, you should set up your own, local DCC server connected to -the global network of DCC servers. See: +DCC clients, you should set up your own, local DCC server connected to +the global network of DCC servers. See: http://www.dcc-servers.net/dcc/#local-server diff --git a/mail/dma/files/pkg-message.in b/mail/dma/files/pkg-message.in index 222e93c2a2ad..a60b834aa252 100644 --- a/mail/dma/files/pkg-message.in +++ b/mail/dma/files/pkg-message.in @@ -18,8 +18,8 @@ shutdown, add the following to rc.conf as well: dma_flushq_enable="YES" -you can also add a cronjob to do regular mailq flushes using the following -command: +you can also add a cronjob to do regular mailq flushes using the following +command: %%PREFIX%%/libexec/dma -q diff --git a/mail/dovecot-antispam/pkg-message b/mail/dovecot-antispam/pkg-message index 2af0912f09b4..d996da181faf 100644 --- a/mail/dovecot-antispam/pkg-message +++ b/mail/dovecot-antispam/pkg-message @@ -1,5 +1,5 @@ --------------------------------------------------------------------- - + This port assumes you are known with Dovecot and have it installed and running on the system you have installed this plugin on. @@ -10,7 +10,7 @@ You can enable the plugin with this directive in your dovecot.conf: } Further information on configuration can be found at: - + man 7 dovecot-antispam --------------------------------------------------------------------- diff --git a/mail/dovecot-managesieve/pkg-message b/mail/dovecot-managesieve/pkg-message index 305185d21402..7c0fa289dfd4 100644 --- a/mail/dovecot-managesieve/pkg-message +++ b/mail/dovecot-managesieve/pkg-message @@ -1,5 +1,5 @@ ---------------------------------------------------------------------- - + This port assumes you are familiar with Dovecot and have it installed and running on the system you have installed this service on. @@ -11,10 +11,10 @@ } And don't forget to add "managesieve" to the "protocols" setting - if you use it. + if you use it. Further information on configuration can be found at: - + http://Wiki.Dovecot.org/ManageSieve ---------------------------------------------------------------------- diff --git a/mail/dovecot-sieve/files/pkg-message.in b/mail/dovecot-sieve/files/pkg-message.in index 56a888d76286..ccbef699f629 100644 --- a/mail/dovecot-sieve/files/pkg-message.in +++ b/mail/dovecot-sieve/files/pkg-message.in @@ -1,5 +1,5 @@ --------------------------------------------------------------------- - + This port assumes you are familiar with Dovecot and have it installed and running on the system you have installed this plugin on. @@ -12,7 +12,7 @@ } Further information on configuration can be found at: - + http://Wiki.Dovecot.org/LDA/Sieve --------------------------------------------------------------------- diff --git a/mail/dovecot/files/pkg-message.in b/mail/dovecot/files/pkg-message.in index b565c81b8377..1cd6aed1cae8 100644 --- a/mail/dovecot/files/pkg-message.in +++ b/mail/dovecot/files/pkg-message.in @@ -1,5 +1,5 @@ --------------------------------------------------------------------- - + You can get basic IMAP and POP3 services running by enabling dovecot in the /etc/rc.conf file. diff --git a/mail/dovecot2/files/pkg-message.in b/mail/dovecot2/files/pkg-message.in index 7c722659d66a..ea7220eae149 100644 --- a/mail/dovecot2/files/pkg-message.in +++ b/mail/dovecot2/files/pkg-message.in @@ -1,5 +1,5 @@ --------------------------------------------------------------------- - + You must create the configuration files yourself. Copy them over to %%ETCDIR%% and edit them as desired: diff --git a/mail/dracmail/files/pkg-message.in b/mail/dracmail/files/pkg-message.in index ac521536ad10..21f442b1d4cd 100644 --- a/mail/dracmail/files/pkg-message.in +++ b/mail/dracmail/files/pkg-message.in @@ -1,7 +1,7 @@ ----------------------------------------------------------------------------- Installation has successfully completed! ----------------------------------------------------------------------------- -DracMail Webmail is now installed in documentoroot: %%WWWDIR%%. +DracMail Webmail is now installed in documentoroot: %%WWWDIR%%. For installation please see: http://dracmail.net/?page=documentation or: @@ -13,14 +13,14 @@ mysql -u root -p'your_root_password' CREATE USER 'WEBMAIL_USERNAME'@'localhost' IDENTIFIED BY 'PASSWORD'; CREATE DATABASE WEBMAIL_DATABASE_NAME; USE 'WEBMAIL_DATABASE_NAME'; -mysql -u root -p'your_root_password' < ./api/SQL/dracmail.sql; +mysql -u root -p'your_root_password' < ./api/SQL/dracmail.sql; GRANT SELECT, INSERT, UPDATE, DELETE ON WEBMAIL_DATABASE_NAME.* TO WEBMAIL_USERNAME@localhost; FLUSH PRIVILEGES; quit; 2) Copy and edit configuration.php: -cp api/configuration.php.sample api/configuration.php +cp api/configuration.php.sample api/configuration.php 3) Config your IMAP and MYSQL: @@ -36,7 +36,7 @@ MySQL Server configuration: define('MYSQL_HOST', 'localhost'); // Your MySQL server hostname, default to 'localhost' define('MYSQL_USER', 'WEBMAIL_USERNAME'); // Your webmail username define('MYSQL_PASS', 'PASSWORD'); // Your webmail user password -define('MYSQL_DB', 'WEBMAIL_DATABASE_NAME'); // Database name, default to 'dracmail' +define('MYSQL_DB', 'WEBMAIL_DATABASE_NAME'); // Database name, default to 'dracmail' 3) And finally connect: http://your-server/dracmail. diff --git a/mail/gld/files/pkg-message.in b/mail/gld/files/pkg-message.in index 3a4f62465f62..d77eb3db009c 100644 --- a/mail/gld/files/pkg-message.in +++ b/mail/gld/files/pkg-message.in @@ -1,7 +1,7 @@ ******************************************************************* Enable gld in /etc/rc.conf[.local] with the following line: - + gld_enable="YES" To complete the installation, you need to create the necessary diff --git a/mail/mailgraph/pkg-message b/mail/mailgraph/pkg-message index 193590d59ece..27e5703d85f2 100644 --- a/mail/mailgraph/pkg-message +++ b/mail/mailgraph/pkg-message @@ -2,10 +2,10 @@ Edit /etc/rc.conf and set mailgraph_enable="YES" -to enable mailgraph. +to enable mailgraph. Make sure this script should be invoked with privilege to read /var/log/maillog. For example, you may change the permission of maillog to be 644. Another way is to make maillog owned by -the mail group, and put mailgraph_user in that group. +the mail group, and put mailgraph_user in that group. diff --git a/mail/mailscanner/files/pkg-message.in b/mail/mailscanner/files/pkg-message.in index ab792b3d00c6..39359c9e679a 100644 --- a/mail/mailscanner/files/pkg-message.in +++ b/mail/mailscanner/files/pkg-message.in @@ -1,10 +1,10 @@ ************************************************************************* - _ _____ _____ _____ _ _ _____ ___ ___ _ _ + _ _____ _____ _____ _ _ _____ ___ ___ _ _ / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | / _ \ | | | | | _| | \| | | | | | | | | \| | / ___ \| | | | | |___| |\ | | | | | |_| | |\ | /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| - + See %%PREFIX%%/share/doc/MailScanner/README.FreeBSD.port, http://www.mailscanner.info, the man pages MailScanner and MailScanner.conf for further instructions. @@ -22,7 +22,7 @@ /var/spool/mqueue.in Either create those directories or change the configuration. - + Sophos users: Please take a look at the Sophos install script %%PREFIX%%/share/doc/MailScanner/Sophos.install.freebsd @@ -31,10 +31,10 @@ to the startup script. This is a temporary workaround to address any possible taint mode problems that may still be present in the code. - + Taint mode related problems can usually be identified from undeliverable reports containing the following error: - + "MailScanner: Message attempted to kill MailScanner" If you changed the "Run As User" variable in MailScanner.conf @@ -44,7 +44,7 @@ i.e. mailscanner_user="postfix" To re-enable taint mode, simply remove the variable from rc.conf. - + The new variable uses su to start the master perl script as the specified user, this effectively disables perl's taint mode. ***************************************************************** diff --git a/mail/minimalist/files/pkg-message.in b/mail/minimalist/files/pkg-message.in index 72ab298a7624..d75dcaf0fe3b 100644 --- a/mail/minimalist/files/pkg-message.in +++ b/mail/minimalist/files/pkg-message.in @@ -3,9 +3,9 @@ Minimalist files are in: %%PREFIX%%/share/minimalist Minimalist binary is: %%PREFIX%%/bin/minimalist.pl Minimalist main config is: %%PREFIX%%/etc/minimalist.conf-sample -To finish the installation: +To finish the installation: -Edit the %%PREFIX%%/etc/minimalist.conf-sample and then copy +Edit the %%PREFIX%%/etc/minimalist.conf-sample and then copy or rename it to %%PREFIX%%/etc/minimalist.conf Check the %%PREFIX%%/share/minimalist/README file to know how to modify diff --git a/mail/nullmailer/files/pkg-message.in b/mail/nullmailer/files/pkg-message.in index 6c908ad188d5..6ef29036b248 100644 --- a/mail/nullmailer/files/pkg-message.in +++ b/mail/nullmailer/files/pkg-message.in @@ -1,7 +1,7 @@ ================================================================== Please take %%PREFIX%%/etc/nullmailer/remotes.sample -as an example and edit your own +as an example and edit your own %%PREFIX%%/etc/nullmailer/remotes It's possible to redefine mailq and sendmail in your /etc/mail/mailer.conf: diff --git a/mail/openemm2013/files/pkg-message.in b/mail/openemm2013/files/pkg-message.in index 9936101bb95c..b840c5554f23 100644 --- a/mail/openemm2013/files/pkg-message.in +++ b/mail/openemm2013/files/pkg-message.in @@ -22,7 +22,7 @@ vi TOMCAT_HOME/conf/server.xml <!-- add this part END --> </Engine> -Don't forget securing tomcat, or add a httpd in front secured +Don't forget securing tomcat, or add a httpd in front secured # IMPORTANT sendmail is completly controlled from OpenEMM! # It stops and starts sendmail @@ -36,7 +36,7 @@ ln -s /etc/rc.d/sendmail /etc/rc.d/ chmod 644 /var/log/maillog # to keep this change permanent change cron info in /etc/newsyslog.conf -# change line /var/log/maillog 644 7 * @T00 JC +# change line /var/log/maillog 644 7 * @T00 JC if not change tracking of mail sending / bounces is not working correct @@ -44,7 +44,7 @@ if not change tracking of mail sending / bounces is not working correct ln -s %%PREFIX%%/share/java/classes/mysql-connector-java.jar TOMCAT_HOME/lib chown -h www TOMCAT_HOME/lib/mysql-connector-java.jar -# setup the database scripts +# setup the database scripts in the installed mysql add 2 databases @@ -52,7 +52,7 @@ create database openemm; create database openemm_cms; grant the privileges for the 2 db's from where you want to access -grant all privileges on openemm.* to agnitas@'X.Y.%' identified by 'openemm'; +grant all privileges on openemm.* to agnitas@'X.Y.%' identified by 'openemm'; grant all privileges on openemm_cms.* to agnitas@'X.Y.%' identified by 'openemm'; flush privileges; @@ -61,7 +61,7 @@ flush privileges; mysql -u root -p openemm < %%PREFIX%%/share/doc/openemm2013/openemm-2013.sql mysql -u root -p openemm_cms < %%PREFIX%%/share/doc/openemm2013/openemm_cms-2013.sql -#additional config for db acces can be done +#additional config for db acces can be done %%PREFIX%%/openemm2013/webapps/openemm/WEB-INF/classes/emm.properties or %%PREFIX%%/openemm2013/webapps/openemm/WEB-INF/classes/cms.properties diff --git a/mail/openemm2015/files/pkg-message.in b/mail/openemm2015/files/pkg-message.in index fdc1fa25bfc6..51488e4892fd 100644 --- a/mail/openemm2015/files/pkg-message.in +++ b/mail/openemm2015/files/pkg-message.in @@ -4,7 +4,7 @@ $> mysqldump -aCceQx --hex-blob --routines --triggers -u root -p -r /tmp/openemm $> mysqldump -aCceQx --hex-blob --routines --triggers -u root -p -r /tmp/openemm_cms-db.sql openemm-cms -To integrate the OpenEMM 2015 to the installed Tomcat add this +To integrate the OpenEMM 2015 to the installed Tomcat add this chunk to the server.xml of Tomcat: TOMCAT_HOME= %%PREFIX%%/apache-tomcat-8.0/lib/ @@ -28,7 +28,7 @@ vi TOMCAT_HOME/conf/server.xml <!-- add this part END --> </Engine> -Don't forget securing tomcat, or add a httpd in front secured +Don't forget securing tomcat, or add a httpd in front secured additional for the jndi database connect: @@ -67,7 +67,7 @@ vior=convertToNull" If database not running on localhost, replace according in the url. -# IMPORTANT sendmail is completly controlled from OpenEMM! +# IMPORTANT sendmail is completly controlled from OpenEMM! # It stops and starts sendmail # check if sendmail is enabled sendmail_enable="YES" @@ -79,7 +79,7 @@ ln -s /etc/rc.d/sendmail /etc/rc.d/ chmod 644 /var/log/maillog # to keep this change permanent change cron info in /etc/newsyslog.conf -# change line /var/log/maillog 644 7 * @T00 JC +# change line /var/log/maillog 644 7 * @T00 JC if not change tracking of mail sending / bounces is not working correct @@ -87,7 +87,7 @@ if not change tracking of mail sending / bounces is not working correct ln -s %%PREFIX%%/share/java/classes/mysql-connector-java.jar TOMCAT_HOME/lib chown -h www TOMCAT_HOME/lib/mysql-connector-java.jar -# setup the database scripts +# setup the database scripts in the installed mysql add 2 databases @@ -95,7 +95,7 @@ create database openemm; create database openemm_cms; grant the privileges for the 2 db's from where you want to access -grant all privileges on openemm.* to agnitas@'X.Y.%' identified by 'openemm'; +grant all privileges on openemm.* to agnitas@'X.Y.%' identified by 'openemm'; grant all privileges on openemm_cms.* to agnitas@'X.Y.%' identified by 'openemm'; flush privileges; @@ -104,7 +104,7 @@ flush privileges; mysql -u root -p openemm < %%PREFIX%%/share/doc/openemm2015/openemm-2015.sql mysql -u root -p openemm_cms < %%PREFIX%%/share/doc/openemm2015/openemm_cms-2015.sql -#additional config for db acces can be done +#additional config for db acces can be done %%PREFIX%%/openemm2015/webapps/openemm/WEB-INF/classes/emm.properties or %%PREFIX%%/openemm2015/webapps/openemm/WEB-INF/classes/cms.properties diff --git a/mail/opensmtpd-devel/files/pkg-message.in b/mail/opensmtpd-devel/files/pkg-message.in index 52ac5365641b..0277388871f1 100644 --- a/mail/opensmtpd-devel/files/pkg-message.in +++ b/mail/opensmtpd-devel/files/pkg-message.in @@ -1,4 +1,4 @@ -If you are upgrading from OpenSMTPD version 201303011853 or earlier, please +If you are upgrading from OpenSMTPD version 201303011853 or earlier, please follow the procedure below to update the permissions on the OpenSMTPD spool directories: diff --git a/mail/opensmtpd/files/pkg-message.in b/mail/opensmtpd/files/pkg-message.in index 52ac5365641b..0277388871f1 100644 --- a/mail/opensmtpd/files/pkg-message.in +++ b/mail/opensmtpd/files/pkg-message.in @@ -1,4 +1,4 @@ -If you are upgrading from OpenSMTPD version 201303011853 or earlier, please +If you are upgrading from OpenSMTPD version 201303011853 or earlier, please follow the procedure below to update the permissions on the OpenSMTPD spool directories: diff --git a/mail/ovs/pkg-message b/mail/ovs/pkg-message index 296d26233808..06af9ddfc9ff 100644 --- a/mail/ovs/pkg-message +++ b/mail/ovs/pkg-message @@ -2,9 +2,9 @@ Edit /etc/rc.conf and set ovs_enable="YES" -to enable OpenVISP Stats. +to enable OpenVISP Stats. Make sure this script should be invoked with privilege to read /var/log/maillog. For example, you may change the permission of maillog to be 644. Another way is to make maillog owned by -the mail group, and put ovs_user in that group. +the mail group, and put ovs_user in that group. diff --git a/mail/phplist/files/pkg-message.in b/mail/phplist/files/pkg-message.in index db5728dbcc19..0255c6f9fab9 100644 --- a/mail/phplist/files/pkg-message.in +++ b/mail/phplist/files/pkg-message.in @@ -1,5 +1,5 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -1. phplist needs a MySQL database in order to operate. +1. phplist needs a MySQL database in order to operate. You can create this database by using something like the following commands: % mysqladmin -pu root create phplist diff --git a/mail/postfix-postfwd/files/pkg-message.in b/mail/postfix-postfwd/files/pkg-message.in index 956c53a499eb..59957e7e79ba 100644 --- a/mail/postfix-postfwd/files/pkg-message.in +++ b/mail/postfix-postfwd/files/pkg-message.in @@ -7,7 +7,7 @@ 127.0.0.1:10040_time_limit = 3600 -smtpd_recipient_restrictions = +smtpd_recipient_restrictions = ... permit_mynetworks ... diff --git a/mail/postfix211/files/pkg-message.in b/mail/postfix211/files/pkg-message.in index 6ba402774402..ecee2d2237d7 100644 --- a/mail/postfix211/files/pkg-message.in +++ b/mail/postfix211/files/pkg-message.in @@ -22,4 +22,4 @@ making the %%PREFIX%%/etc/sasldb* file(s) readable by group mail (this should be the default for new installs). If you are upgrading from prior postfix version, review the RELEASE_NOTES to -familiarize yourself with new features and incompatabilities. +familiarize yourself with new features and incompatabilities. diff --git a/mail/qmail-activedir/files/pkg-message.in b/mail/qmail-activedir/files/pkg-message.in index 589bc941076f..545ba6cebcbf 100644 --- a/mail/qmail-activedir/files/pkg-message.in +++ b/mail/qmail-activedir/files/pkg-message.in @@ -10,7 +10,7 @@ Now you need follow this steps: # %%QMAIL_PREFIX%%/bin/qmail-popup blah %%PREFIX%%/bin/checkadpassword id Put in a valid username and password and it should give you the results of id. -Do the same with pwd to make sure that the user, group and directory are +Do the same with pwd to make sure that the user, group and directory are correct. Do it again with an invalid username and password to verify that it will diff --git a/mail/roundcube-automatic_addressbook/files/pkg-message.in b/mail/roundcube-automatic_addressbook/files/pkg-message.in index fc44f79efe19..f0827639dfec 100644 --- a/mail/roundcube-automatic_addressbook/files/pkg-message.in +++ b/mail/roundcube-automatic_addressbook/files/pkg-message.in @@ -1,15 +1,15 @@ --------------------------------------------------------------------- FIRST INSTALLATION -If this is a first installation of automatic addressbook plugin, you -have to execute the relevant initialisation SQL script for your -chosen database backend : +If this is a first installation of automatic addressbook plugin, you +have to execute the relevant initialisation SQL script for your +chosen database backend : %%PLUGINDIR%%/SQL/<dbtype>.initial.sql You will also need to copy : %%PLUGINDIR%%/config/config.inc.php.dist to -%%PLUGINDIR%%/config/config.inc.php +%%PLUGINDIR%%/config/config.inc.php and edit as you need. Finally, you will need to add the plugin to your list of loadable @@ -19,7 +19,7 @@ E.g. : $rcmail_config['plugins'] = array('automatic_addressbook'); UPGRADING -If you already had a previous version of automatic addressbook plugin +If you already had a previous version of automatic addressbook plugin installed, you should update your database schema by executing the relevant upgrade SQL script for your chosen database backend : diff --git a/mail/sgwi/files/pkg-message.in b/mail/sgwi/files/pkg-message.in index 93f372e04b9a..458ddd312a95 100644 --- a/mail/sgwi/files/pkg-message.in +++ b/mail/sgwi/files/pkg-message.in @@ -10,7 +10,7 @@ with: htpasswd %%WWWDIR%%/.htpasswd admin -Also make sure that the location of the .htpasswd file specified +Also make sure that the location of the .htpasswd file specified in .htaccess file matches your path. 2. Configure Apache diff --git a/mail/simscan/files/pkg-message.in b/mail/simscan/files/pkg-message.in index 8bf8ed72e74c..ccafedc8ec42 100644 --- a/mail/simscan/files/pkg-message.in +++ b/mail/simscan/files/pkg-message.in @@ -15,9 +15,9 @@ QMAILQUEUE variable. For example: * Don't forget to rebuild tcp.smtp.cdb from new tcp.smtp using tcprules! -* Also, read documentation about how to configure -attachment blocking and per domain processing. -Additional documentation can be found here: +* Also, read documentation about how to configure +attachment blocking and per domain processing. +Additional documentation can be found here: http://qmailwiki.inter7.com/index.php?title=Simscan =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= diff --git a/mail/spamassassin/files/pkg-message.in b/mail/spamassassin/files/pkg-message.in index 0b167a60de64..b7ba089a2ece 100644 --- a/mail/spamassassin/files/pkg-message.in +++ b/mail/spamassassin/files/pkg-message.in @@ -5,12 +5,12 @@ You should complete the following post-installation tasks: 1) Read %%DOCSDIR%%/INSTALL and %%DOCSDIR%%/UPGRADE BEFORE enabling SpamAssassin for important changes - + 2) Edit the configuration in %%ETCDIR%%, in particular %%ETCDIR%%/init.pre You may get lots of annoying (but harmless) error messages if you skip this step. - + 3) To run spamd, add the following to /etc/rc.conf: spamd_enable="YES" diff --git a/mail/ssmtp/files/pkg-message.in b/mail/ssmtp/files/pkg-message.in index 367a919bc807..451b8ac60295 100644 --- a/mail/ssmtp/files/pkg-message.in +++ b/mail/ssmtp/files/pkg-message.in @@ -1,6 +1,6 @@ sSMTP has been installed successfully. -To replace sendmail with ssmtp type "make replace" or change +To replace sendmail with ssmtp type "make replace" or change your /etc/mail/mailer.conf to: sendmail %%PREFIX%%/sbin/ssmtp diff --git a/mail/tumgreyspf/files/pkg-message.in b/mail/tumgreyspf/files/pkg-message.in index b67d80aa13de..27ab6f6484ca 100644 --- a/mail/tumgreyspf/files/pkg-message.in +++ b/mail/tumgreyspf/files/pkg-message.in @@ -6,18 +6,18 @@ Add to your postfix master.cf: tumgreyspf unix - n n - - spawn user=%%TUMGREYSPF_USER%% argv=%%PYTHON_CMD%% %%PREFIX%%/bin/tumgreyspf - + Next, main.cf must be configured so that "smtpd_sender_restrictions" includes a call to the tumgreyspf policy filter. If you already have a "smtpd_sender_restrictions" line(s), you can add the following line anywhere after the line which reads "reject_unauth_destination". - + check_policy_service unix:private/tumgreyspf - + WARNING: It's very important that you have "reject_unauth_destination" before the "check_policy_service". If you do not, your system may be an open relay. - + So, for example, a minimal "smtpd_sender_restrictions" may look like: smtpd_sender_restrictions = reject_unauth_destination, |