Dovecot LDA help

2007-09-19 Thread Peter Pluta
I'm redoing my mail setup and am having some issues. I'm having dspam send mail directly to dovecot for delivery. I've read the dovecot wiki extrensivly and manged to get a config file from a friend that has it setup this way, but I am still unable to get it working. Here is my config for

Re: Nginx + FastCGI + PHP5 on FreeBSD 6.2

2007-09-06 Thread Peter Pluta
Volodymyr Kostyrko-2 wrote: Peter Pluta wrote: nginx.conf snippet: server { listen *:80; server_name ...; root ...; access_log /var/log/nginx/access.log; index index.php; location ~ .*\.php$ { include /usr/local/etc/nginx/fastcgi_params

Nginx + FastCGI + PHP5 on FreeBSD 6.2

2007-09-05 Thread Peter Pluta
Has anyone sucessfully got this running? I haven't been able to get this to work. I've looked at the numerous guides i've found on Google both in Russian and in English. I'm trying to use php's default fastcgi spawner and it's just not working. I've tried editing the bash script, but it won't

Re: FreeBSD Hostname Question - Whats The Proper Way

2007-08-30 Thread Peter Pluta
Jonathan Horne wrote: On Wednesday 29 August 2007 19:19:58 Peter Pluta wrote: How does one pick a domain? Just any old domain? thats often how it goes! mine was originally dfwlanparty... but dfwlp just became the shortend version of what the community referred to it as. i bought

FreeBSD Hostname Question - Whats The Proper Way

2007-08-29 Thread Peter Pluta
I have a box with 5 ip's pointing to it. Most of the things I run (http, smtp) are virtual or allow me to specify the hostname (postfix) - so I'm wondering what the machines hostname should be? By default it's localhost.localdomain. This has always confused me from the begining when I first

Re: FreeBSD Hostname Question - Whats The Proper Way

2007-08-29 Thread Peter Pluta
Jonathan Horne wrote: On Wednesday 29 August 2007 19:05:06 Peter Pluta wrote: I have a box with 5 ip's pointing to it. Most of the things I run (http, smtp) are virtual or allow me to specify the hostname (postfix) - so I'm wondering what the machines hostname should be? By default it's

Re: Memcached Daemon Startup Issues

2007-08-24 Thread Peter Pluta
Peter Pluta wrote: I installed memcached and since it doesn't have a config file I entered the flags into rc.conf, but when I start it with the rc.d scripts, it always runs as nobody, instead of the user I specified with -u user. The man page says only when run as root. This confuses me

Memcached Daemon Startup Issues

2007-08-23 Thread Peter Pluta
I installed memcached and since it doesn't have a config file I entered the flags into rc.conf, but when I start it with the rc.d scripts, it always runs as nobody, instead of the user I specified with -u user. The man page says only when run as root. This confuses me somewhat because i'm

Spamassassin RBL's

2007-06-10 Thread Peter Pluta
How can I enable spamassasssin RBL's. I'm running FreeBSD 6.1, postfix, amavisd-new, and spamassassin with razor. I'm getting many spams that shouldn't be getting thru with RBL's. I havent been able to find anything useful on Google that can explain how to get RBL working with spamassassin. Any

Re: Spamassassin RBL's

2007-06-10 Thread Peter Pluta
Mikhail Goriachev-2 wrote: Peter Pluta wrote: How can I enable spamassasssin RBL's. I'm running FreeBSD 6.1, postfix, amavisd-new, and spamassassin with razor. I'm getting many spams that shouldn't be getting thru with RBL's. I havent been able to find anything useful on Google that can

Re: Spamassassin RBL's

2007-06-10 Thread Peter Pluta
Christopher Hilton wrote: Peter Pluta wrote: Mikhail Goriachev-2 wrote: Peter Pluta wrote: How can I enable spamassasssin RBL's. I'm running FreeBSD 6.1, postfix, amavisd-new, and spamassassin with razor. I'm getting many spams that shouldn't be getting thru with RBL's. I havent been

Spamassassin Bayes/mySQL + Amavisd-new

2007-06-09 Thread Peter Pluta
I've been getting some nasty spam and need to setup bayes. I'm running amavisd-new with spamassassin. I haven't been able to find any guides... so it's kind of hard. The only one I have been able to find is this one. http://www.maiamailguard.com/maia/wiki/SpamAssassin3SQLBayes but it pertains to

Re: Security Run Output Setuid Differences

2007-06-05 Thread Peter Pluta
Roland Smith wrote: On Mon, May 21, 2007 at 11:59:33AM -0700, PeterPluta wrote: snip Looks like you were portupgrading around with postfix, screen and xterm. The output is diff(1). See the man page for details, but it's basically showing you the difference between last night's

Re: [freebsd-questions] Can't build php5? - Builds now, but doesn't work due to gd.so

2007-05-23 Thread Peter Pluta
I had somethign wierd with php recently too. I uninstalled it, and re-compiled php itself and all of it's extensions. Make sure the module isn't listed twice in httpd.conf (it does that). All seems good now. Patrick Baldwin wrote: Beech Rintoul wrote: On Monday 21 May 2007, Patrick

Ports Confusion - some errors

2007-05-23 Thread Peter Pluta
I recently got an email from portsnap that I have 30 or so ports to update. I did my usual logged in, looked at the ports that needed updating, and went ahead and updated them with portsupgrade -arR. This caused many problems because I had the xorg-libraries installed that needed updating. I

Re: Security Run Output Questions

2007-05-23 Thread Peter Pluta
Dan Nelson wrote: In the last episode (May 23), PeterPluta said: I see this quite regularly. What exactly is the http process doing? I'm guessing this is the master process stopping and restarting when I rotate logs or something. Can anyone confirm? There is usally more processes, 10-15

Dependencys and confusion

2007-03-07 Thread Peter Pluta
I'm a bit confused with dependency's. When you have a stale dependency's what does this usually mean? Does that mean that the dependency was already updated and not noted in the pkgdb? Or does it mean the version in the pkgdb is wrong and that I have a newer or older version installed? Also,

Dependency Confusion

2007-03-07 Thread Peter Pluta
I'm a bit confused with dependency's. When you have a stale dependency's what does this usually mean? Does that mean that the dependency was already updated and not noted in the pkgdb? Or does it mean the version in the pkgdb is wrong and that I have a newer or older version installed? Also,

Re: Apache Rotate Logs and Log Rotate.

2007-03-05 Thread Peter Pluta
to be sure. If I had 30 vhosts on my server and each had logs in their home directory, I would still use newsyslog to rotate and delete them, correct? I assume one needs tons of disk space to do that if the sites are rather large. David Robillard wrote: On 3/3/07, Peter Pluta [EMAIL PROTECTED

Re: Apache Rotate Logs and Log Rotate.

2007-03-05 Thread Peter Pluta
Gotcha, do you use a script to compress the logs after the SIGUSR1 and after waiting for a bit for apache to clear it's logging buffer (to not have missing logs)? David Robillard wrote: On 3/5/07, Peter Pluta [EMAIL PROTECTED] wrote: Thanks, David. I had already configured it like

Re: Apache Rotate Logs and Log Rotate.

2007-03-05 Thread Peter Pluta
: On 3/5/07, Peter Pluta [EMAIL PROTECTED] wrote: Gotcha, do you use a script to compress the logs after the SIGUSR1 and after waiting for a bit for apache to clear it's logging buffer (to not have missing logs)? No I don't. I don't even see why one would want to do this? Newsyslog deletes extra

Very Annoying PHP Errors

2007-02-14 Thread Peter Pluta
I recently upgraded to 5.2.1_1. After upgrading (or before not exactly sure) I began getting errors ALERT - canary mismatch on efree() - heap overflow detected in my Apache logs. Also, certain parts of one of my database (mysql) driven sites stopped working. Certain pages just stopped working,

RE: Very Annoying PHP Errors

2007-02-14 Thread Peter Pluta
will stick to 5.2.0 for now and upgrade when they fix the darn bugs. I'm using FreeBSD 6.1 with Apache 2.2.4 and PHP 5.2.0 with Sushion, ipv6 support, and Apache support. Kevin Kinsey wrote: Peter Pluta wrote: I recently upgraded to 5.2.1_1. After upgrading (or before not exactly sure) I

Apache Rotate Logs and Log Rotate

2007-02-14 Thread Peter Pluta
I have Apache making separate log files for each of my virtual hosts and putting them in /home/vhostname/log. Rotate logs makes a new log every 24 hours, but the logs quickly add up and since the sites are fairly busy the logs are at times over 5gigs. Is there any way to make rotate logs

Re: rsync issues

2007-01-23 Thread Peter Pluta
I've gotten a few replies and i've tried almost all of the suggestions but the problem still resides. I re-installed rsync on both box's and it still does this. Peter Pluta wrote: Anyone? Peter Pluta wrote: I have a win2k3 server running as my rsync server. I also have a freebsd web server

Re: rsync issues

2007-01-22 Thread Peter Pluta
Anyone? Peter Pluta wrote: I have a win2k3 server running as my rsync server. I also have a freebsd web server being the rsync client. A shell script runs every night at 5am (it's below). Shell script: #!/bin/sh . `dirname $0`/settings.inc destination=**.***.***.***::backup if [ $TERM

rsync issues

2007-01-21 Thread Peter Pluta
I have a win2k3 server running as my rsync server. I also have a freebsd web server being the rsync client. A shell script runs every night at 5am (it's below). Shell script: #!/bin/sh . `dirname $0`/settings.inc destination=**.***.***.***::backup if [ $TERM ]; then verbose=-v; fi rsync