Re: Changing default files locations / ports / mailgraph

2008-06-26 Thread Lowell Gilbert
Zbigniew Szalbot [EMAIL PROTECTED] writes:

 Hello all,

 What do I need to avoid making the same mistake of having mailgraph
 installing files at the wrong location in my system?

 The default location in Makefile is this:
 CGIDIR?=${PREFIX}/www/cgi-bin
 DATADIR?=   /var/db/mailgraph
 WWWROOT?=   ${PREFIX}/www/data

 I'd like to keep it here:
 CGIDIR?=${PREFIX}/www/apache22/cgi-bin
 DATADIR?=   /var/db/mailgraph
 WWWROOT?=   ${PREFIX}/www/apache22/data

 Other than symlinking, can I specify this location in
 /usr/local/etc/pkgtools.conf (I generally use portupgrade to upgrade
 software)? If so, how should I specify an entry for mailgraph?

I would symlink it, myself.

For portupgrade, I guess you could do a MAKE_ARGS entry something like
'mail/mailgraph' = 'CGIDIR=${PREFIX}/www/apache22/cgi-bin 
DATADIR=/var/db/mailgraph WWWROOT=${PREFIX}/www/apache22/data'

[Completely untested, of course.]
-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Changing default files locations / ports / mailgraph

2008-06-25 Thread Zbigniew Szalbot

Hello all,

What do I need to avoid making the same mistake of having mailgraph 
installing files at the wrong location in my system?


The default location in Makefile is this:
CGIDIR?=${PREFIX}/www/cgi-bin
DATADIR?=   /var/db/mailgraph
WWWROOT?=   ${PREFIX}/www/data

I'd like to keep it here:
CGIDIR?=${PREFIX}/www/apache22/cgi-bin
DATADIR?=   /var/db/mailgraph
WWWROOT?=   ${PREFIX}/www/apache22/data

Other than symlinking, can I specify this location in 
/usr/local/etc/pkgtools.conf (I generally use portupgrade to upgrade 
software)? If so, how should I specify an entry for mailgraph?


Many thanks in advance!

Warm regards,

--
Zbigniew Szalbot
SGM Lifewords
www.sgmlifewords.com


smime.p7s
Description: S/MIME Cryptographic Signature


mailgraph doesnt start

2006-09-08 Thread Miguel
Hi, i just installed mailgraph from ports, the install process finished 
without any error, i added


mailgraph_enable=YES

to rc.conf, but mailgraph doesnt start:

mailfilter# /usr/local/etc/rc.d/mailgraph start
Starting mailgraph.
mailfilter# echo $?
0
mailfilter# ps aux | grep mail
root  6570  0.0  0.2  4892  1188  p0  RV8:47AM   0:00.00 grep 
mail (csh)

mailfilter#

I dont get any error in /var/log/messages, if i run manually (from a 
root console), it starts ok,

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


Re: mailgraph doesnt start

2006-09-08 Thread Michael Landin Hostbaek
Miguel (mmiranda) writes:
 Hi, i just installed mailgraph from ports, the install process finished 
 without any error, i added
 
 mailgraph_enable=YES
 
 to rc.conf, but mailgraph doesnt start:
 
 mailfilter# /usr/local/etc/rc.d/mailgraph start
 Starting mailgraph.

Just to check that you did not mispell something in /etc/rc.conf - try
starting it, like so:

/usr/local/etc/rc.d/mailgraph forcestart

/mich

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


Mailgraph on free 6.1

2006-08-25 Thread Aguiar Magalhaes
Hi list,

My email server has postfix 2.2.10 + postgrey + amavis
+ uvscan + mailgraph 1.12

During the mailgraph instalation on debian exists the
question Count incoming mail as outgoing mail?. So,
If we have integrated a content filter like amavisd
(for spam and virus scanning) into Postfix, then we
answer No to avoid that Mailgraph counts our emails
twice (because Postfix delivers emails to amavisd
which then - after successful scanning - delivers the
mails back to Postfix). 

On free how can i do it ??

Thanks,

Aguiar






___ 
O Yahoo! está de cara nova. Venha conferir! 
http://br.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mailgraph install on Freebsd 5.4 help

2006-04-14 Thread Brent
I went and installed the mailgraph-1.12_1 from a newly cvsup'd ports
collection ..it installed fine BUT im running into to things
when i try to start mailgraph from the rc scripts this is what i get

loqtis# cd /usr/local/etc/rc.d/
loqtis# ./mailgraph.sh start
net.inet.tcp.blackhole: 2 - 2
net.inet.udp.blackhole: 1 - 1
Starting mailgraph.
/usr/local/sbin/mailgraph.pl: not found

but i do a ls -al of the mailgraph.pl and IT IS there

loqtis# ls -la /usr/local/sbin/mailgraph.pl
-r-xr-xr-x  1 root  wheel  25164 Apr 14 11:49 /usr/local/sbin/mailgraph.pl

Id really like to start this via the rc script ...but how ?


So i try to run it by hand by doing;
perl /usr/local/sbin/mailgraph.pl --logfile /var/log/maillog
--daemon-rrd=/var/db/mailgraph --daemon-pid=/var/db/mailgraph/mailgraph.pid
--daemon

it does start but how do i access the info ?  i tried accessing it at 

http://servername.com/cgi-bin/mailgraph.cgi

and apache gives me this error in my browser.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to
complete your request.

Please contact the server administrator, [EMAIL PROTECTED] and inform them of
the time the error occurred, and anything you might have done that may have
caused the error.

More information about this error may be available in the server error log.

Apache/1.3.33 Server at new.host.name Port 443

In the apache error logs i see:
[Fri Apr 14 13:19:47 2006] [error] (2)No such file or directory: exec of
/usr/local/www/cgi-bin/mailgraph.cgi failed
[Fri Apr 14 13:19:47 2006] [error] [client x.x.x.x] Premature end of script
headers: /usr/local/www/cgi-bin/mailgraph.cgi

Im sure this is an apache config related error...but im not sure what

Anyone run into this ?

any help is really appreciated

--
Brent 

--RIP Brother Dime--

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


Re: mailgraph install on Freebsd 5.4 help

2006-04-14 Thread Philip Hallstrom

I went and installed the mailgraph-1.12_1 from a newly cvsup'd ports
collection ..it installed fine BUT im running into to things
when i try to start mailgraph from the rc scripts this is what i get

loqtis# cd /usr/local/etc/rc.d/
loqtis# ./mailgraph.sh start
net.inet.tcp.blackhole: 2 - 2
net.inet.udp.blackhole: 1 - 1
Starting mailgraph.
/usr/local/sbin/mailgraph.pl: not found

but i do a ls -al of the mailgraph.pl and IT IS there

loqtis# ls -la /usr/local/sbin/mailgraph.pl
-r-xr-xr-x  1 root  wheel  25164 Apr 14 11:49 /usr/local/sbin/mailgraph.pl

Id really like to start this via the rc script ...but how ?


So i try to run it by hand by doing;
perl /usr/local/sbin/mailgraph.pl --logfile /var/log/maillog
--daemon-rrd=/var/db/mailgraph --daemon-pid=/var/db/mailgraph/mailgraph.pid
--daemon

it does start but how do i access the info ?  i tried accessing it at


Where is perl installed?  Check the first line of 
/usr/local/sbin/mailgraph.pl and see if that agrees with where you really 
have perl installed.


Same for the cgi scripts...

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


Re: Mailgraph from the ports - now what do I do?

2004-10-22 Thread Massimiliano Stucchi
On 211004, 15:03, Danny wrote:
 Greetings,
 
 After referencing the article here:
 http://www.onlamp.com/pub/a/onlamp/2004/08/12/mailgraph.html
 
 I decided to just install mailgraph from the FreeBSD ports system.
 
 So, after installing it successfully (well, there were no errors), I
 am trying to find the executable mailgraph program:

 Any suggestions?

Try /usr/local/www/cgi-bin/mailgraph.cgi and
/usr/local/sbin/mailgraph.pl


Cheers
-- 

Massimiliano Stucchi
WillyStudios.com
[EMAIL PROTECTED]
Http://www.willystudios.com/max/


pgpllnvGoyAVs.pgp
Description: PGP signature


Re: Mailgraph from the ports - now what do I do?

2004-10-22 Thread Vince Hoffman

On Sat, 23 Oct 2004, Massimiliano Stucchi wrote:
On 211004, 15:03, Danny wrote:
Greetings,
After referencing the article here:
http://www.onlamp.com/pub/a/onlamp/2004/08/12/mailgraph.html
I decided to just install mailgraph from the FreeBSD ports system.
So, after installing it successfully (well, there were no errors), I
am trying to find the executable mailgraph program:
Any suggestions?
Try /usr/local/www/cgi-bin/mailgraph.cgi and
/usr/local/sbin/mailgraph.pl
Also remember it installs a startup script to run in daemon mode 
(/usr/local/etc/rc.d/mailgraph.sh) needs mailgraph_enable=YES in 
/etc/rc.conf

Cheers
--
Massimiliano Stucchi
WillyStudios.com
[EMAIL PROTECTED]
Http://www.willystudios.com/max/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Mailgraph from the ports - now what do I do?

2004-10-21 Thread Danny
Greetings,

After referencing the article here:
http://www.onlamp.com/pub/a/onlamp/2004/08/12/mailgraph.html

I decided to just install mailgraph from the FreeBSD ports system.

So, after installing it successfully (well, there were no errors), I
am trying to find the executable mailgraph program:

mx1# find / -name mailgraph
/usr/ports/mail/mailgraph
/var/db/mailgraph

And /var/db/mailgraph is empty.

Any suggestions?

Thank you,

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


mailgraph

2004-01-16 Thread Kenzo
I was wondering if anyone in here is using mailgraph, with postfix and
Amavisd-new on Freebsd 4.9.
Mailgraph is working and generating the graphs, but it doesn't seem to pick
up the rejects from
postfix UCE. I don't know what I need to do in order for it to pick them up.

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