"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:
Andreas Klemm 2004-08-07 12:46:15 +00:00
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

View file

@ -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/

View file

@ -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)