Re: Need help with backup shell script

2008-01-16 Thread Andreas Widerøe Andersen
On Nov 21, 2007 2:55 PM, Valerio Daelli [EMAIL PROTECTED] wrote: On Nov 21, 2007 2:39 PM, Andreas Widerøe Andersen [EMAIL PROTECTED] wrote: Hi, I'm working on a shell script that will let me attach (mount) an external USB 2.0 harddrive and to my FreeBSD 6.2 server and perform a full

Need help with backup shell script

2007-11-21 Thread Andreas Widerøe Andersen
Hi, I'm working on a shell script that will let me attach (mount) an external USB 2.0 harddrive and to my FreeBSD 6.2 server and perform a full backup of /backup on my server (all files and subfolders) once or twice a week (whenever I run the cronjob). The script must be able to run through a

Re: Live video streaming on FreeBSD?

2007-10-25 Thread Andreas Widerøe Andersen
Does any of these streaming solutions (encoders or servers) require me to run a GUI on my FreeBSD boxes or can I simply run them like I always do: command line only? Cheers, Andreas ___ freebsd-questions@freebsd.org mailing list

Live video streaming on FreeBSD?

2007-10-23 Thread Andreas Widerøe Andersen
Hi all, I'm looking for a way to stream live video on FreeBSD (streamingserver and encoder or either). I have previously used Windows Media Server and Encoder quite a lot, but I try to run as much as possible on FreeBSD. My question would be, is there a streaming server and possibly an encoder

Best way to upgrade mysql-server?

2007-07-30 Thread Andreas Widerøe Andersen
Hi, I recently upgraded from 3.23 to 4.027. My steps were: 1. Stopped the mysql server 2. make deinstall in mysql-server 3.23 3. make deinstall in mysql-client 3.23 4. make install clean in mysql-server 4.0.27 5. Ran the mysql_fix_privilege_tables 6. Started the mysql server again (and ofcourse

php4 compile errors - need some help

2007-07-27 Thread Andreas Widerøe Andersen
I need some help identifying what causes this error and how to fix it: #portupgrade php4 [snip] mv -f ext/standard/base64.o ext/standard/base64.lo /bin/sh /usr/ports/lang/php4/work/php-4.4.7/libtool --preserve-dup-deps --mode=compile cc -Iext/standard/

Video fileserver - Need some input

2007-05-09 Thread Andreas Widerøe Andersen
I'm planning a new fileserver for my post-production facility and need some input regarding filesystems and network setup. I've been a FreeBSD fan for almost 10 years now and will try to build this server based on the latest stable FreeBSD version, allthough most machines here run WinXP. We have

Re: Video fileserver - Need some input

2007-05-09 Thread Andreas Widerøe Andersen
On 5/9/07, Chris Slothouber [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2007-05-09 08:21, Andreas Widerøe Andersen wrote: I'm planning a new fileserver for my post-production facility and need some input regarding filesystems and network setup. I've been

How do I prevent unauthorized ssh login attempts?

2007-04-26 Thread Andreas Widerøe Andersen
I'm getting a lot of unauthorized ssh login attempts. I have a pretty basic FreeBSD 6.2 setup. I have compiled my own kernel. Here's what I get from my daily security run output: myserver.domain.com login failures: Apr 25 20:00:19 myserver sshd[57810]: Invalid user staff from 65.171.74.26 Apr 25

Re: How do I prevent unauthorized ssh login attempts?

2007-04-26 Thread Andreas Widerøe Andersen
On 4/26/07, Arek Czereszewski [EMAIL PROTECTED] wrote: Andreas Widerøe Andersen wrote: I'm getting a lot of unauthorized ssh login attempts. I have a pretty basic FreeBSD 6.2 setup. I have compiled my own kernel. Here's what I get from my daily security run output: [...] Run sshd on other

Re: How do I prevent unauthorized ssh login attempts?

2007-04-26 Thread Andreas Widerøe Andersen
On 4/26/07, Duane Hill [EMAIL PROTECTED] wrote: On Thu, 26 Apr 2007, Pietro Cerutti wrote: On 4/26/07, Andreas Widerøe Andersen [EMAIL PROTECTED] wrote: On 4/26/07, Arek Czereszewski [EMAIL PROTECTED] wrote: Andreas Widerøe Andersen wrote: I'm getting a lot of unauthorized ssh login

How do I forward old root emails from the root mailbox to my address?

2007-04-25 Thread Andreas Widerøe Andersen
Hi, On one of my FreeBSD servers all system emails to root is stored in the root mailbox under /var/mail/root. I have updated my alias file so new mail is forwarded to one of my email adresses, but is there a simple way for me to send all these old mails in root's mailbox to my email address

Re: How do I forward old root emails from the root mailbox to my address?

2007-04-25 Thread Andreas Widerøe Andersen
On 4/25/07, Oliver Peter [EMAIL PROTECTED] wrote: On Wed, Apr 25, 2007 at 11:11:07AM +0200, Andreas Widere Andersen wrote: Hi, On one of my FreeBSD servers all system emails to root is stored in the root mailbox under /var/mail/root. I have updated my alias file so new mail is forwarded to

Re: How do I forward old root emails from the root mailbox to my address?

2007-04-25 Thread Andreas Widerøe Andersen
On 4/25/07, Steve Bertrand [EMAIL PROTECTED] wrote: Oliver Peter wrote: On Wed, Apr 25, 2007 at 11:11:07AM +0200, Andreas Widere Andersen wrote: Hi, On one of my FreeBSD servers all system emails to root is stored in the root mailbox under /var/mail/root. I have updated my alias file so new

Need help: Zend Optimizer breaks Apache

2007-01-29 Thread Andreas Widerøe Andersen
Hi, I'm having big problems getting the Zend Optimizer to work. I'm on FreeBSD 6.2 with PHP 5.2 installed and Apache 1.3.37. I install the Zend Optimizer from ports and the current version is 3.22 (allthough my problems have been around since I first tried this port at version 3.01). Here's my

6.2 STABLE?

2007-01-26 Thread Andreas Widerøe Andersen
I just finished making and installing world and a new kernel yesterday. I had cvsup'ed the latest src/ports with releng 6_2. I thought 6.2 STABLE was out, but a uname-a shows 6.2 RELEASE on my system. Am I missing something? :-) Best regards, Andreas

Re: PHP compile arguements

2006-10-27 Thread Andreas Widerøe Andersen
:04, Andreas Widerøe Andersen wrote: Hi, I need to recompile PHP on my FreeBSD 6.1 STABLE system with two compile arguements and I don't know how to do this. What would the correct compile arguements be when using PORTINSTALL for: WITH apache and WITHOUT versioning? Thanks! Andreas If you

Re: PHP compile arguements

2006-10-27 Thread Andreas Widerøe Andersen
: On Thursday 26 October 2006 15:04, Andreas Widerøe Andersen wrote: Hi, I need to recompile PHP on my FreeBSD 6.1 STABLE system with two compile arguements and I don't know how to do this. What would the correct compile arguements be when using PORTINSTALL for: WITH apache and WITHOUT

PHP compile arguements

2006-10-26 Thread Andreas Widerøe Andersen
Hi, I need to recompile PHP on my FreeBSD 6.1 STABLE system with two compile arguements and I don't know how to do this. What would the correct compile arguements be when using PORTINSTALL for: WITH apache and WITHOUT versioning? Thanks! Andreas ___

webbased email administration

2006-10-12 Thread Andreas Widerøe Andersen
Hi, We're considering setting up an email service here and we need to give IT admins in various companies the ability to administer their own email addresses (under their domain). I'm looking for software that will do this. We currently run Sendmail and WU-POP3, but can easily change to Postfix

ZendOptimizer on FreeBSD 6.1 - Apache core dumps

2006-10-07 Thread Andreas Widerøe Andersen
Hi, We're about to purchase a software system that is encoded using Zend Guard and therefore we need to install the ZendOptimizer on our FreeBSD 6.1 STABLE server. The ZendOptimizer package has been installed from ports (allthough manually downloaded) and the needed text lines have been added to

Trouble installing 6.1 on an old machine

2006-09-04 Thread Andreas Widerøe Andersen
I have an OLD machine (from 1996) that's been running FreeBSD for about 8 years now steady and reliable. It has gone through several versions and was running 4.11 untill today when I decided to make a fresh 6.1 install. When booting from the installation CD the only way I can make it skip a lot

Re: Trouble installing 6.1 on an old machine

2006-09-04 Thread Andreas Widerøe Andersen
what I can do to get 6.1 up and running on this ancient machine? Cheers, Andreas --- On 9/4/06, Andreas Widerøe Andersen [EMAIL PROTECTED] wrote: I have an OLD machine (from 1996) that's been running FreeBSD for about 8 years now steady and reliable. It has gone through several versions

Re: Trouble installing 6.1 on an old machine

2006-09-04 Thread Andreas Widerøe Andersen
] Behalf Of Andreas Widerøe Andersen Sent: Monday, September 04, 2006 6:47 AM To: freebsd-questions@freebsd.org Subject: Re: Trouble installing 6.1 on an old machine I just downloaded version 4.11 from the FreeBSD ftp archives, burnt a boot CD and tried to reinstall the system via FTP from

How to get the install config options back?

2006-09-04 Thread Andreas Widerøe Andersen
Hi, When I install a new port (Ie. php5) I early get a config options box where I can choose various add-ons. However, if the installation fails or I abort it somehow I can't seem to get the option box back the next time I want to install the port again. How can I get this box back so I can

Re: Reinstalling Sendmail?

2006-08-13 Thread Andreas Widerøe Andersen
On 8/10/06, Frank Staals [EMAIL PROTECTED] wrote: You can recompile sendmail, you'll have to have the kernel sources installed though: # cd /usr/src/lib/libsm; make clean; make obj; make depend; make # cd /usr/src/lib/libsmutil; make clean; make obj; make depend; make # cd

Re: Reinstalling Sendmail?

2006-08-13 Thread Andreas Widerøe Andersen
On 8/10/06, Frank Staals [EMAIL PROTECTED] wrote: Andreas Widerøe Andersen wrote: I have some problems with Sendmail (ref an older thread I posted): pid 72284 (sendmail), uid 0: exited on signal 11 pid 72505 (sendmail), uid 0: exited on signal 11 pid 72672 (sendmail), uid 0: exited

Re: Reinstalling Sendmail?

2006-08-13 Thread Andreas Widerøe Andersen
] wrote: You should check your log file and see why sendmail is exiting. -Derek At 06:33 AM 8/10/2006, Andreas Widerøe Andersen wrote: I have some problems with Sendmail (ref an older thread I posted): pid 72284 (sendmail), uid 0: exited on signal 11 pid 72505 (sendmail), uid 0: exited

Reinstalling Sendmail?

2006-08-10 Thread Andreas Widerøe Andersen
I have some problems with Sendmail (ref an older thread I posted): pid 72284 (sendmail), uid 0: exited on signal 11 pid 72505 (sendmail), uid 0: exited on signal 11 pid 72672 (sendmail), uid 0: exited on signal 11 This happens every 30 minutes. It started after I upgraded from 4.7 to 4.11p19.

Re: Finding IP Addresses (OT)

2006-08-10 Thread Andreas Widerøe Andersen
On 8/10/06, beno [EMAIL PROTECTED] wrote: Hi; I'm configuring my IP filter and I need to figure out what IP addresses I use (via SSH2) to contact my server. However, my ISP is DirecWay bouncing off a satellite. I've got a sample IP address from /var/log/messages and I'm sure over time I could

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
On 8/8/06, Girish Venkatachalam [EMAIL PROTECTED] wrote: --- Andreas Wider�e Andersen [EMAIL PROTECTED] wrote: Hi, I recently upgraded one of my production servers to FreeBSD 4.11 p19 and then upgraded all ports. I'm now running Apache 1.3.36 mod_ssl and Php 4.4.2 . I had

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
[snip] Then that is working properly. I think you can try this then. Which might also work and I am out of ideas. :-( $ openssl genrsa 1024 # openssl genrsa 1024 Generating RSA private key, 1024 bit long modulus ...++

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
On 8/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quoting Girish Venkatachalam [EMAIL PROTECTED]: Hope to get some input. Looks like ur random seeding is not happening properly. check whether /dev/random and /dev/urandom work properly. You can verify it with the command

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
On 8/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quoting Andreas Widerøe Andersen [EMAIL PROTECTED]: On 8/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quoting Girish Venkatachalam [EMAIL PROTECTED]: Hope to get some input. Looks like ur random seeding is not happening

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
On 8/8/06, Andreas Widerøe Andersen [EMAIL PROTECTED] wrote: On 8/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quoting Andreas Widerøe Andersen [EMAIL PROTECTED] : (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Program received

Re: Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
On 8/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quoting Andreas Widerøe Andersen [EMAIL PROTECTED]: On 8/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quoting Andreas Widerøe Andersen [EMAIL PROTECTED]: (no debugging symbols found)...(no debugging symbols found

Re: [SOLVED] Need help! Apache core dumps when running startssl

2006-08-08 Thread Andreas Widerøe Andersen
On 8/8/06, Andreas Widerøe Andersen [EMAIL PROTECTED] wrote: On 8/8/06, Girish Venkatachalam [EMAIL PROTECTED] wrote: --- Andreas Wider�e Andersen [EMAIL PROTECTED] wrote: On 8/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Quoting Andreas Wider�e Andersen [EMAIL

Need help! Apache core dumps when running startssl

2006-08-07 Thread Andreas Widerøe Andersen
Hi, I recently upgraded one of my production servers to FreeBSD 4.11 p19 and then upgraded all ports. I'm now running Apache 1.3.36 mod_ssl and Php 4.4.2 . I had Squirrelmail running on https and now I can't start Apache with ssl. Every time it coredumps. I've tried snakeoil and my own cert.

Re: Help fixing sendmail crassh

2006-08-07 Thread Andreas Widerøe Andersen
Hi, On 7/2/06, Giorgos Keramidas [EMAIL PROTECTED] wrote: On 2006-07-02 11:32, Andreas Wider?e Andersen [EMAIL PROTECTED] wrote: Hi, Sendmail exits about every 30 minutes. I suspect it has to do with some mailqueues running, but I don't know how to stop or fix it. Running FreeBSD 4.11 p19

Help fixing sendmail crassh

2006-07-02 Thread Andreas Widerøe Andersen
Hi, Sendmail exits about every 30 minutes. I suspect it has to do with some mailqueues running, but I don't know how to stop or fix it. Running FreeBSD 4.11 p19 Sendmail 8.13.1 from /var/log/messages Jul 1 20:41:02 malibu /kernel: pid 50923 (sendmail), uid 0: exited on signal 11 Jul 1

How do I add more aliases to my .forward vacation file?

2006-06-29 Thread Andreas Widerøe Andersen
Hi, How can I add more than one alias to my .forward vacation file? I have an email address that has two aliases in addition to the username. I receive mail to all and would like to know how (if) I can add another alias. My .foward file is like this today: \myusername, |/usr/bin/vacation -a

Re: How do I add more aliases to my .forward vacation file?

2006-06-29 Thread Andreas Widerøe Andersen
On 6/29/06, Alex Zbyslaw [EMAIL PROTECTED] wrote: Andreas Widerøe Andersen wrote: Hi, How can I add more than one alias to my .forward vacation file? I have an email address that has two aliases in addition to the username. I receive mail to all and would like to know how (if) I can add

Need urgent help to get Sendmail running again

2006-06-26 Thread Andreas Widerøe Andersen
Hi, I had a recent downtime on the mailserver I'm running due to remote location and trouble with upgrading FreeBSD. I upgraded from 4.7 STABLE to the latest 4.11 with complete make world and new kernel, at first the machine didn't come back up again due to a disk error, but now it's online

Re: Need urgent help to get Sendmail running again

2006-06-26 Thread Andreas Widerøe Andersen
Why is the server trying to connect to localhost, anyway? Did you do special configuration in order to have Sendmail deliver mail to 127.0.0.1 as part of your (former) configuration with Spamassassin? If so, did you undo these statements so that Sendmail would now deliver normally? Not

ipopd3 core dumps - can't log into pop3 server

2006-06-26 Thread Andreas Widerøe Andersen
Many mails from me here today. Sorry about that. Having more problems than skills I guess... I have upgraded to imap-uw-2004g_1,1 and now my users can't log into the server using pop3. Every time I try to log in from Ie. Eudora on my Windows box the ipop3 core dumps on the server. telnet

Help with installing php4 and upgrading mysql323 for Apache 1.36

2006-06-24 Thread Andreas Widerøe Andersen
Hi, I'm having trouble figuring out what and how to install and upgrade some programs/modules. This was very simple when I last did it, but I haven't been around doing this since version 4.7 was new and now some things have changed. Server is now 4.11 STABLE (or will be on monday). I have the

Re: Help with installing php4 and upgrading mysql323 for Apache 1.36

2006-06-24 Thread Andreas Widerøe Andersen
On 6/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: As 6.x is out, 4.11 etc will soon be no longer supported. You should consider updating to 5.x at least if possible. I'm running 6.1 with no problems. mod_php has been deprecated as you found out. Use the php4 port instead which has the

Re: Trouble mounting Zip drive (solved!)

2005-07-06 Thread Andreas Widerøe Andersen
[snip] Hi and thanks for all help! Seems like I have found a sollution (thanks to this excellent tutorial http://freebsd.peon.net/tutorials/10/ and the help from the mailinglist members): One thing: I still don't understand how I should know that the device is rda0 or rda0c or even da0

Trouble mounting Zip drive

2005-07-05 Thread Andreas Widerøe Andersen
Hi, I'm having problems mounting a SCSI Iomega 100 Zip drive on my 4.11 RELEASE system: - From boot, this is what I see: da0 at ncr0 bus 0 target 5 lun 0 da0: IOMEGA ZIP 100 E.08 Removable Direct Access SCSI-2 device da0: 3.300MB/s transfers da0: 96MB (196608 512 byte sectors: 64H 32S/T 96C)

Re: Trouble mounting Zip drive

2005-07-05 Thread Andreas Widerøe Andersen
At 17:19 05.07.2005, [EMAIL PROTECTED] wrote: On Tue, 05 Jul 2005 17:14:50 +0200 Andreas Widerøe Andersen [EMAIL PROTECTED] wrote: Hi, I'm having problems mounting a SCSI Iomega 100 Zip drive on my 4.11 RELEASE system: - From boot, this is what I see: da0 at ncr0 bus 0 target 5 lun 0

Trouble upgrading PHP

2004-12-27 Thread Andreas Widerøe Andersen
screen gone or how can I make it appear? Are there instead other ways of adding what I need from a ports-install? Thanks, Andreas --- Norsk Smalfilm Andreas Widerøe Andersen [EMAIL PROTECTED] http://www.smalfilm.no Tel:(+47) 38 17 99 16 Fax:(+47) 38 02 33 84 Mob:(+47) 90 92 61 21

Re: urgent help

2004-12-27 Thread Andreas Widerøe Andersen
. /Andreas --- Norsk Smalfilm Andreas Widerøe Andersen [EMAIL PROTECTED] http://www.smalfilm.no Tel:(+47) 38 17 99 16 Fax:(+47) 38 02 33 84 Mob:(+47) 90 92 61 21 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Recover lost ttyps

2004-10-18 Thread Andreas Widerøe Andersen
Hi, Is there a simple way (as root) to recover lost ttyps? Example: I'm rebuilding some ports and while this is done the ADSL line is disconnected. A few seconds later I'm back online, but the ttyp0 is lost and I'm now logged in as root on ttyp1. --- Andreas Wideroe Andersen [EMAIL PROTECTED]

Re: Recover lost ttyps

2004-10-18 Thread Andreas Widerøe Andersen
At 11:49 18.10.2004, Karel J. Bosschaart wrote: On Mon, Oct 18, 2004 at 11:30:02AM +0200, Andreas Widerøe Andersen wrote: Hi, Is there a simple way (as root) to recover lost ttyps? Not that I know, but I would be interested to know if it is possible. Does the process (port build for example

Trouble rebuilding sendmail

2004-10-11 Thread Andreas Widerøe Andersen
I just upgrade src with cvsup and want to rebuild sendmail. For some reason it stops and I would very much like some help from you about what I can do now. System: FreeBSD server 4.8-RC FreeBSD 4.8-RC #0: Sat Mar 15 17:08:42 CET 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/OCTOPUS i386 Old

Re: Trouble rebuilding sendmail

2004-10-11 Thread Andreas Widerøe Andersen
At 15:11 11.10.2004, Christer Solskogen wrote: Andreas Widerøe Andersen wrote: I just upgrade src with cvsup and want to rebuild sendmail. For some reason it stops and I would very much like some help from you about what I can do now. System: FreeBSD server 4.8-RC FreeBSD 4.8-RC #0: Sat Mar 15

Need help with Saslauthd and Sendmail

2004-10-08 Thread Andreas Widerøe Andersen
I'm using this guide http://www.puresimplicity.net/~hemi/freebsd/sendmail.html to install a secure mail server. The imap-uw part is working fine, but the sendmail part isn't. == My system: FreeBSD 4.7 STABLE Sendmail

Re: Need help with Saslauthd and Sendmail

2004-10-08 Thread Andreas Widerøe Andersen
At 13:01 08.10.2004, Matthew Seaman wrote: On Fri, Oct 08, 2004 at 12:30:51PM +0200, Andreas Widerøe Andersen wrote: Wow. Excellent problem report. I try to start saslauthd manually by doing a /usr/local/etc/rc.d/saslauthd.sh start, but nothing happens. Have you put: saslauthd_enable=YES

Re: Need help with Saslauthd and Sendmail

2004-10-08 Thread Andreas Widerøe Andersen
At 14:43 08.10.2004, Matthew Seaman wrote: On Fri, Oct 08, 2004 at 01:14:10PM +0200, Andreas Widerøe Andersen wrote: At 13:01 08.10.2004, Matthew Seaman wrote: On Fri, Oct 08, 2004 at 12:30:51PM +0200, Andreas Widerøe Andersen wrote: Wow. Excellent problem report. I try to start

Re: Mail auth and FreeBSD/Sendmail

2004-10-06 Thread Andreas Widerøe Andersen
At 14:22 05.10.2004, Ed Budd wrote: Andreas Widerøe Andersen wrote: Hi all, I'm running FreeBSD 4.7 Stable on one of my servers and Sendmail 8.12.10. I'm trying to get mail auth to work so that my users can send mail (smtp port 25) through this server no matter which net they are connected to. I

Re: Mail auth and FreeBSD/Sendmail

2004-10-06 Thread Andreas Widerøe Andersen
At 16:23 06.10.2004, Remko Lodder wrote: When I issue an ehlo localhost on port 25 of the smtp server I get this: 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 250-DSN 250-ETRN 250-AUTH PLAIN LOGIN 250-STARTTLS 250-DELIVERBY 250 HELP Now I'm really lost... Hi Andreas, Not sure

Mail auth and FreeBSD/Sendmail

2004-10-05 Thread Andreas Widerøe Andersen
Hi all, I'm running FreeBSD 4.7 Stable on one of my servers and Sendmail 8.12.10. I'm trying to get mail auth to work so that my users can send mail (smtp port 25) through this server no matter which net they are connected to. I have installed cyrus-sasl-1.5.28_3 and followed the description

Re: Mail auth and FreeBSD/Sendmail

2004-10-05 Thread Andreas Widerøe Andersen
help! Andreas --- At 14:22 05.10.2004, you wrote: Andreas Widerøe Andersen wrote: Hi all, I'm running FreeBSD 4.7 Stable on one of my servers and Sendmail 8.12.10. I'm trying to get mail auth to work so that my users can send mail (smtp port 25) through this server no matter which net

mbuf clusters exhausted

2003-08-20 Thread Andreas Widerøe Andersen
not yet. What can I do to get rid of these problems? Thanks for any help! Andreas --- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Online Content Management Tool - question

2003-06-25 Thread Andreas Widerøe Andersen
needs, and I don't really want a blog site. I'm experimenting with Typo3: http://www.typo3.org. /Andreas --- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

spamass-milter questions

2003-06-25 Thread Andreas Widerøe Andersen
the X-Spam: Yes flag set? I want to do this for messages I forward to other server etc. Ie. virtusertable: [EMAIL PROTECTED] [EMAIL PROTECTED] Thanks! --- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no ___ [EMAIL

Do I have an open relay?

2003-06-19 Thread Andreas Widerøe Andersen
Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

IMAP stealing mails from POP3 server (Squirrelmail)

2003-06-12 Thread Andreas Widerøe Andersen
this be fixed with my configuration? Thanks! Andreas --- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

IPFIREWALL_FORWARD help

2003-03-31 Thread Andreas Widerøe Andersen
Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Sendmail questions

2003-03-25 Thread Andreas Widerøe Andersen
, recompile the cf file and restart my Sendmail. Now it works fine again. I will let things calm down before I start adding those dnsbls again. I wasn't the only one getting this problem, and all of us got it fixed by removing dnsbl features. /Andreas --- Andreas Widerøe Andersen [EMAIL

Re: Open Source

2003-03-25 Thread Andreas Widerøe Andersen
FreeBSD with full source. You can see all source under /usr/src. /Andreas --- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Sendmail questions

2003-03-24 Thread Andreas Widerøe Andersen
sent from localhost end up in here: /var/spool/clientmqueue. How can I manually send these mails off later? Thanks! Andreas --- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body

Re: Help! sshd failing after upgrade

2003-03-21 Thread Andreas Widerøe Andersen
At 09:16 21.03.2003 -0500, Adam wrote: On Fri, 2003-03-21 at 04:22, Andreas Widerøe Andersen wrote: Dear list readers, Two days ago I cvsup'ed the latest src, compiled a new kernel and issued a build/installworld. My system was running 4.7 STABLE and is now 4.8 RC. I have one problem that I

Apache mod_ssl how to?

2003-03-20 Thread Andreas Widerøe Andersen
a website or info about how to create one and do this with a full description of the process. Can someone in here please direct my to a place where I can find this info? Thanks! /Andreas --- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail

Re: A couple of questions related to the sendmail patch, etc.

2003-03-05 Thread Andreas Widerøe Andersen
to take a long time (minutes) without any output on the screen? /Andreas --- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Q: Upgrading Sendmail

2003-03-04 Thread Andreas Widerøe Andersen
--- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

proto.m4 file (Sendmail on FreeBSD)

2003-02-26 Thread Andreas Widerøe Andersen
freebsd.mc.orig [edit freebsd.mc] make freebsd.cf make freebsd.cf install cd /usr/obj/usr/src/etc/sendmail/ cp freebsd.cf /etc/mail/sendmail.cf killall -1 sendmail Thanks! /Andreas --- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail to [EMAIL

Testtool for Sendmail

2003-02-25 Thread Andreas Widerøe Andersen
Hi all, I'm looking for a FreeBSD tool that will automatically test my smtp server for relaying. I'm looking for something like the webpage described here: http://www.freebsddiary.org/sendmail.php (Testing the relay). Any tools or website-tools appreciated. Thanks! /Andreas To Unsubscribe:

Re: Where can i find a startup log

2003-02-19 Thread Andreas Widerøe Andersen
and such. Type: dmesg or do a # more /var/log/messages /Andreas --- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

AMD Duron/ Socket A - FreeBSD 4.7

2003-02-17 Thread Andreas Widerøe Andersen
200W ATX 1xPCI Riser Card Black, UNC-110S-B 1 Thanks! Andreas --- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

X server for Windows

2003-01-31 Thread Andreas Widerøe Andersen
Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Analog build fails

2003-01-30 Thread Andreas Widerøe Andersen
. /Andreas --- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Analog build fails

2003-01-29 Thread Andreas Widerøe Andersen
Stop in /usr/ports/graphics/gd. *** Error code 1 Stop in /usr/ports/www/analog. I got gd-2.0.1_3 installed. Any help is appreciated. Thanks! /Andreas --- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail to [EMAIL PROTECTED

Daily output to root

2003-01-21 Thread Andreas Widerøe Andersen
the daily mails from my man Charlie Root? Thanks, Andreas -- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Daily output to root

2003-01-21 Thread Andreas Widerøe Andersen
Andreas Widerøe Andersen wrote: Hi, On one of my FreeBSD boxes the daily (nightly) output (security, check Etc.) stopped after a system upgrade a while back. I'd like to get the output mails back. Today I receive one mail from this server with the following content: No output from the 24

Help! Errors in /var/log/messages after upgrade

2003-01-21 Thread Andreas Widerøe Andersen
of this and make web forms work again? Thanks a million!! Andreas -- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Help! Errors in /var/log/messages after upgrade

2003-01-21 Thread Andreas Widerøe Andersen
Mark wrote: - Original Message - From: Andreas Widerøe Andersen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 1:44 PM Subject: Help! Errors in /var/log/messages after upgrade After I upgraded to FreeBSD 4.7 STABLE yesterday I receive some errors in the /var

Re: Help! Errors in /var/log/messages after upgrade

2003-01-21 Thread Andreas Widerøe Andersen
Andreas Widerøe Andersen wrote: After I upgraded to FreeBSD 4.7 STABLE yesterday I receive some errors in the /var/log/messages file. These errors occour only when people try to send mail via webforms on websites hosted on the server. Here is an example: Jan 21 13:40:12 server sendmail[44046

Re: Help! Errors in /var/log/messages after upgrade

2003-01-21 Thread Andreas Widerøe Andersen
Kevin D. Kinsey, DaleCo, S.P. wrote: - Original Message - From: Andreas Widerøe Andersen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 7:37 AM Subject: Re: Help! Errors in /var/log/messages after upgrade Mark wrote: - Original Message - From

PHP 4.3 port?

2003-01-07 Thread Andreas Widerøe Andersen
Anyone know when the mod_php4 (4.3.0) port will be out for FreeBSD? PHP.net released PHP 4.3.0 on Dec. 27th. Cheers! /Andreas --- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions

Re: Apache Wildcard Aliasing

2003-01-07 Thread Andreas Widerøe Andersen
AllowOverride All Options Indexes Includes /Directory ServerName www.domain.com ServerAlias *.domain.com /VirtualHost /Andreas -- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Installing ImageMagick -DWITHOUT...

2003-01-06 Thread Andreas Widerøe Andersen
, -DWHITOUT and so on. Thanks for any info! /Andreas -- Andreas Widerøe Andersen [EMAIL PROTECTED] Pragma AS http://www.pragma.no To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message