Re: postgres

2006-04-26 Thread Nathanael Hoyle
eoghan wrote:
 Hi
 I am installing postgres81-server from ports, but it gives me an error.
 It requires postgres81-client but I have postgres74-client installed.
 I have not installed this port, so is there something that uses this?
 I cannot find any pgsql script. Would it be safe to remove 74-client and
 install the latest version?
 Thanks
 Eoghan
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

Do a pkg_info on the installed postgres74-client.  This should list what
package is was pulled in as a dependency for.  If that program is
actually USING the postgres support (rather than having been built with
support for it that you weren't using), you would have to carefully
migrate your data.  Otherwise, you will probably want to rebuild said
package without the postgres support, then remove the
postgresql74-client and install the postgres81 client and server.


-- 
Nathanael Hoyle
Systems and Networking
Speed Express Networks, LLC
[EMAIL PROTECTED]
432.837.2811

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: postfix - filtering question

2006-04-28 Thread Nathanael Hoyle
Rodrigo Mufalani wrote:
 Hi,
 
   How filter mails with another word, without intercept message?
 
   I use body_checks, but REDIRECT, intercept the message!
 
 Thanxs,
 
 Rodrigo Mufalani
 DBA - MXM Sistemas
 tel.: 32332300
 www.mxm.com.br
 [EMAIL PROTECTED]
 

Can you clarify what you mean?  Please note that the order of
restrictions is very important in Postfix.  Please also note that using
body_checks for content filtering is highly discouraged.  External
content inspection using a content filter like amavisd-new and
spamassassin is the recommended approach.  Also, this is really a
Postfix question, not a FreeBSD one, and the Postfix mailing list may be
a more applicable venue for this sort of question.


-- 
Nathanael Hoyle
Systems and Networking
Speed Express Networks, LLC
[EMAIL PROTECTED]
432.837.2811

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]