Simple SMTP forwarder

2007-07-27 Thread Ernst de Haan
Hi, I need a daemon that will accept SMTP connections and will call the 'sendmail' command to have them transported. I should be able to configure it so it will only accept connections from certain IP addresses. Is there a small, simple and elegant daemon available for this, or will I

Re: Problem with amd (automount daemon)

2004-01-12 Thread Ernst de Haan
Still haven't completely figured out what the solution is, but I think I know what's happening: - kscd is hanging to the drive, even though there is no audio CD in there - amd fails at the first attempt to read /dev/cd0c and fails on succeeding calls However, even if I reload amd with

Re: Mounting as non-root?

2004-01-12 Thread Ernst de Haan
Eric, Use amd, the auto-mounting daemon. See: http://www.daemonnews.org/200202/automounting.html Let me know how this works for you. I've got some problems with it, probably mainly due to an Audio CD program getting in the way. Ernst On Monday 12 January 2004 20:59, Eric F Crist wrote: On

Re: gphoto2 problems

2004-01-09 Thread Ernst de Haan
Try the gphoto-devel mailing list: [EMAIL PROTECTED] See: http://sf.net/projects/gphoto/ Ernst On Thursday 08 January 2004 21:35, Vulpes Velox wrote: I am having problems getting gphoto2 to work with freebsd 4.9 stable The camera in question is a Kodak CX6200 and is listed as working with

Re: Custom kernel config for Dell PowerEdge 1750 w/RAID

2004-01-09 Thread Ernst de Haan
It all depends on what you need. You should really do the kernel config file yourself, but perhaps I can give you a hand. Attached is my kernel configuration file for a Dell PowerEdge 4500, also with PERC RAID controller. It's an SMP box, but I've commented out SMP in the config file. Note

Re: removing the first 10 lines of a file

2004-01-09 Thread Ernst de Haan
You could do something like this: tail -n `echo \`wc -l in\` | awk '{print $1 - 10 }' | bc` in out where 'in' is the name of the input file and 'out' the name of the generated file... but I'm sure there's probably a nicer and shorter way :-) Ernst On Friday 09 January 2004 16:07, Dru wrote:

Re: switching from sendmail to postfix

2004-01-07 Thread Ernst de Haan
On woensdag 7 januari 2004 13:07, Bernard El-Hagin wrote: [EMAIL PROTECTED] wrote: Nice mail client you have :-) Ernst ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Where is my KDE?

2004-01-07 Thread Ernst de Haan
I installed kdebase along with other packages using pkg_add but I cannot run start-kde. Why? Where is my KDE files that I installed are located? Did you try 'startkde' (without the hyphen) instead of 'start-kde' ? Ernst ___ [EMAIL PROTECTED] mailing

Problem with amd (automount daemon)

2004-01-06 Thread Ernst de Haan
I've got a problem with amd. This is the error I get when I access my CD-ROM drive at /mnt/cdrom/: /host/localhost/cdrom: mount (amfs_auto_cont): Operation not permitted I've followed the instructions for configuring automounting on FreeBSD, as I found it on the Daemonnews site. Any hints as

kbdmap for iMac keyboard?

2003-11-26 Thread Ernst de Haan
Tried to connect an iMac keyboard (USB) to my FreeBSD 4.9-STABLE workstation. Works okay, recognized and automatically activated during the FreeBSD startup sequence. Is there a keyboard map for the iMac keyboard? Can I map the Apple key to a mouse button or to the Delete action? How do I see

Programming wireless devices with FreeBSD / Java

2003-09-16 Thread Ernst de Haan
Does anyone have any experience with programming mobile devices with Java on the FreeBSD platform? I'd like to start with J2ME programming, but I'm looking for a phone with a set of development tools for FreeBSD, so that I don't have to switch to Windows in order to upload programs, for

Re: Any working combination of jdk and tomcat with stable

2003-01-23 Thread Ernst de Haan
On Thursday 23 January 2003 15:38, Fritz Heinrichmeyer wrote: Tomcat4.0.6 and tomcat4.1.18 do not work here with 4.7-STABLE, 4.1.12 did some month ago (stand alone server). I am interested to hear of working combination. I use native jdk-1.3.1 (appletviewer works ...) What doesn't work? Both