mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
"Do NOT add --user $USER to the call of dspam binary"
is a wrong instruction in pkg-message file since some things have been changed in the developement version Submitted by: Sebastian Yepes F. [ESN]" <esn@x123.info> Reviewed by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
This commit is contained in:
parent
d8524926c0
commit
5ffa610531
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115560
2 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= dspam-devel
|
PORTNAME= dspam-devel
|
||||||
PORTVERSION= 3.1.0
|
PORTVERSION= 3.1.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ \
|
MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ \
|
||||||
http://people.tecnik93.com/~itetcu/FreeBSD/ports/dspam-devel/sources/
|
http://people.tecnik93.com/~itetcu/FreeBSD/ports/dspam-devel/sources/
|
||||||
|
|
|
@ -8,9 +8,8 @@
|
||||||
%%POSTFIX_MBC%%
|
%%POSTFIX_MBC%%
|
||||||
%%POSTFIX_MBC%% Quick Postfix setup guide:
|
%%POSTFIX_MBC%% Quick Postfix setup guide:
|
||||||
%%POSTFIX_MBC%% Add root, postfix and cgiuser to %%PREFIX%%/etc/dspam/trusted.users
|
%%POSTFIX_MBC%% Add root, postfix and cgiuser to %%PREFIX%%/etc/dspam/trusted.users
|
||||||
%%POSTFIX_MBC%% (Do NOT add --user $USER to the call of dspam binary)
|
|
||||||
%%POSTFIX_MBC%% In main.cf set
|
%%POSTFIX_MBC%% In main.cf set
|
||||||
%%POSTFIX_MBC%% mailbox_command = %%PREFIX%%/bin/dspam --mode=teft --deliver=innocent,spam --feature=chained,noise -d %u
|
%%POSTFIX_MBC%% mailbox_command = %%PREFIX%%/bin/dspam --user $USER --mode=teft --deliver=innocent,spam --feature=chained,noise -d %u
|
||||||
%%POSTFIX_MBC%% And don't forget to set
|
%%POSTFIX_MBC%% And don't forget to set
|
||||||
%%POSTFIX_MBC%% %%PREFIX%%/etc/dspam/untrusted.mailer_args
|
%%POSTFIX_MBC%% %%PREFIX%%/etc/dspam/untrusted.mailer_args
|
||||||
%%POSTFIX_MBC%% (for mail.local it could be /usr/libexec/mail.local -s %u)
|
%%POSTFIX_MBC%% (for mail.local it could be /usr/libexec/mail.local -s %u)
|
||||||
|
|
Loading…
Add table
Reference in a new issue