> On my Fedora 8 system, while working on the installation of cluebringer,
> I revered back to policyd-1.82. postfix main.cf remains configured with
> check policy statements described in the cluebringer INSTALL
> instructions, i.e smtpd_recipient_restrictions and
> smtpd_end_of_data_restrictions.
> 
> Noe Postfix is generating warnings and notices in the maillog:
> 
> warning: access table inet:IP.ADD.RE.SS:10031: action PREPEND must be
> used before smtpd_end_of_data_restrictions
> 
> Apr 17 08:15:26 gobot postfix/smtpd[4640]: 894B6804E9: reject:
> END-OF-MESSAGE from unknown[IP.ADD.RE.SS]: 450 4.7.1 <END-OF-MESSAGE>:
> End-of-data rejected: Policy Rejection- Invalid data;
> 
> IF these notices will disappear as soon as the configuration for
> cluebringer is complete, I'm OK, otherwise, I need help to understand
> the reason for these notices.

I'd suggest you backup your config and restore policyd v1 config if
you're having problems. Its hard to see from what you pasted above which
version of policyd is answering the requests.

> On to cluebringer installation. As I crosswalk the configurations of
> policyd v1 to cluebringer, I believe that all files are installed
> correctly. 

Ok.

> The exception is, what is the replacement for the policyd v1 daemon that
> is used at system startup. i.e. /etc/init.d/policyd:
> 
> # Init file for Policy Daemon
> #
> # chkconfig: - 70 25
> # description: Postfix Policy Daemon
> #
> # processname: policyd
> 
> # source function library
> . /etc/rc.d/init.d/functions
> 
> RETVAL=0
> PROG="/usr/local/policyd/policyd"
> CONF="/usr/local/policyd/policyd.conf"
> 
> [ -f $PROG ] || exit 0
> [ -f $CONF ] || exit 0
> 
> start()
> {
>         echo -n $"Starting $PROG:"
>         daemon "$PROG -c $CONF"
>         RETVAL=$?
>         [ "$RETVAL" = 0 ] && touch /var/lock/subsys/policyd
>         echo
> }
> 
> In other words, what are the cluebringer substitutions, if any, for the
> policyd v1 service configuration?

Try replacing PROG with the path to cluebringer executable and CONF with
the path to the cluebringer configuration file, although the -c
parameter is not required.

-N

Attachment: signature.asc
Description: This is a digitally signed message part

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
policyd-users mailing list
policyd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/policyd-users

Reply via email to