Re: New lpd server

2018-05-12 Thread Eric Faurot
On Thu, May 10, 2018 at 10:35:01AM -0400, Predrag Punosevac wrote: > Where can I learn more about the work on the new lpd server aside of > reading the code? I learnt about it from the OpenBSD Journal > > https://undeadly.org/cgi?action=article;sid=20180509184829 > > > Thank you! > Predrag >

Re: libasr/libevent question

2018-02-16 Thread Eric Faurot
On Thu, Feb 15, 2018 at 07:41:55PM -0600, Edgar Pettijohn wrote: > I have this trivial program that I keep getting a segfault trying to use > event_asr_run(). I have #if 0'd working code to show my progression from > getaddrinfo() to event_asr_run(). It is hopefully something trivial that I'm >

Re: multiple relays in smtpd.conf

2017-08-02 Thread Eric Faurot
On Wed, Aug 02, 2017 at 11:44:47AM +0200, Christian Gut wrote: > Hi List, > > is it possible to have multiple relays (you might want to say smart hosts) in > smtpd? > > I currently use the following line: > > accept from local for any relay via smarthost.example.org >

Re: sshd segfaults with incomplete /etc/hosts

2014-05-13 Thread Eric Faurot
On Mon, May 12, 2014 at 09:47:19PM +, Florian Obser wrote: Eric? I think the bug is in hostent_file_match. The following diff has the advantage that this works in /etc/hosts: 192.0.2.1 192.0.2.1 foo $ getent hosts 192.0.2.1 192.0.2.1 foo hm, maybe this is

Re: OpenSMTPD exits with value 1 when clients attempd to authenticate

2014-04-11 Thread Eric Faurot
On Fri, Apr 11, 2014 at 12:44:47PM +0200, Gregor Best wrote: Hi people, Hi, I'm running OpenSMTPD 5.4.3 from -current on my private mail server. After a recent update, using authentication for sending mail cause smtpd to exit with exit value 1. A (stripped down) configuration that exhibits

Re: libbind - server list

2014-01-14 Thread Eric Faurot
On Mon, Jan 13, 2014 at 09:36:03AM +, Stuart Henderson wrote: On 2014-01-12, Riccardo Mottola riccardo.mott...@libero.it wrote: You must use libbind's headers, too: -I/usr/local/include/libbind It would probably make sense to apply the diff suggested in that thread though, as it fixes

Announce: OpenSMTPD 5.4.1 released

2013-12-06 Thread Eric Faurot
directly to secur...@opensmtpd.org Other bugs may be reported to b...@opensmtpd.org OpenSMTPD is brought to you by Gilles Chehade, Eric Faurot and Charles Longeau. Subject: Announce: OpenSMTPD 5.4.1 released OpenSMTPD 5.4.1 has just been released. OpenSMTPD is a FREE implementation of the SMTP

Re: Announce: OpenSMTPD 5.4.1 released

2013-12-06 Thread Eric Faurot
With built-in redundancy! :) Too much excitement! Sorry about that. Eric.

Re: Unable to configure smtpd as backup server

2013-06-24 Thread Eric Faurot
On Mon, Jun 24, 2013 at 09:54:55AM -0700, Scott Vanderbilt wrote: I'm having difficulties configuring smtpd as a backup mail server. smtpd is running on my main mail server and works a treat. (Good riddance, sendmail.) I've read the man pages and understood them the best I can, and tried

Announce: OpenSMTPD 5.3.3 released

2013-06-04 Thread Eric Faurot
...@opensmtpd.org Other bugs may be reported to b...@opensmtpd.org OpenSMTPD is brought to you by Gilles Chehade, Eric Faurot and Charles Longeau.

Re: smtpd setup

2013-05-17 Thread Eric Faurot
On Fri, May 17, 2013 at 07:31:42PM -0700, Scott wrote: The initial debug advice I got was helpful, so I thought I'd take the next step and add relaying to gmail (back to that in a minute), but apparently I just don't get it still. Rolling back to my previously working setup failed also, this

Re: smtpd setup

2013-05-08 Thread Eric Faurot
On Tue, May 07, 2013 at 05:23:35PM -0700, Scott wrote: Greetings all, I was excited to try out smtpd because of future plans to go away from webmail. Right after installing 5.3 I followed the directions in man smtpd to make the switch. smtpd.conf is untouched, but here are the values anyway:

Announce: OpenSMTPD 5.3.1 released

2013-04-05 Thread Eric Faurot
, Eric Faurot and Charles Longeau.

smtpd alias expansion updated, please test

2012-09-27 Thread Eric Faurot
Hi, I have just commited a rather deep change to the alias expansion logic in smtpd. It fixes a bug reported by halex@ in virtual maps, where an alias expanding to two different virtual users would end up being sent only to the first one. Alias expansion is tricky. We want to make sure that the

Re: smtpd - strange names in maillog

2012-06-14 Thread Eric Faurot
Can you try this diff instead? Eric. Index: sockaddr.c === RCS file: /cvs/src/usr.sbin/smtpd/sockaddr.c,v retrieving revision 1.4 diff -u -p -u -r1.4 sockaddr.c --- sockaddr.c 16 May 2011 10:57:41 - 1.4 +++ sockaddr.c 14

Re: smtpd - strange names in maillog

2012-06-13 Thread Eric Faurot
On Wed, Jun 13, 2012 at 07:39:46PM +0200, Jan Stary wrote: Through my smtpd, I am sending an email to an address in the fjfi.cvut.cz domain. The email get delivered alright, but the maillog message is strange: Jun 13 19:32:08 mini smtpd[7138]: 93fe4a4f: from=r...@mini.stare.cz, size=427,

Re: OpenSMTPD memory leak...

2012-01-11 Thread Eric Faurot
On Wed, Jan 11, 2012 at 05:39:43PM +0100, Ivan Nudzik wrote: Hi, I'm running OpenBSD5 (all from binaries) as a spam filter installed in SPARC LDOM (T1000). I've changed sendmail for OpenSMTPD and after few weeks a see that OpenSMTPD ate almost all memory: [snip] Are

Re: If I install OpenBSD 4.9, when will I have to upgrade to 5.0?

2011-07-11 Thread Eric Faurot
On Mon, Jul 11, 2011 at 04:25:53AM -0700, lancebaynes87 wrote: This is starting to get funny. The worlds most secure os, and it doesn't have any docs regarding the different versions security support time. No kidding? http://www.openbsd.org/faq/faq5.html#Flavors You are linked directly

Re: Installer bug? - Upgrade 4.6 to 4.7 failed to upgrade base47, on i386 and amd64

2010-06-04 Thread Eric Faurot
On Fri, Jun 04, 2010 at 03:55:53PM +0800, Uwe Dippel wrote: On Fri, Jun 4, 2010 at 2:41 PM, patrick keshishian pkesh...@gmail.com wrote: you mean applying the errata47.html patches? If so, are you certain your source tree is tagged OPENBSD_4_7 and not anything else? Do I understand you

Re: pf.conf reassemble and antispoof questions

2009-11-06 Thread Eric Faurot
On Fri, Nov 06, 2009 at 10:07:51AM +0100, Henning Brauer wrote: * Robert Waite winstonwa...@gmail.com [2009-11-05 20:08]: I have been on OBSD 4.4 for a bit and had not really messed with pf.conf for a while. When I updated to 4.6 there were a couple of settings that seemed ambiguous to

Re: Slow CD/DVD read time (AMD64 current 4.5 02/19/2009 12:11:00 PM on Intel Q9550, 8GB RAM, 1TB WD)

2009-02-23 Thread Eric Faurot
On Sat, 21 Feb 2009 16:20:07 -0500 David Heinrich dh0...@gmail.com wrote: I'm installing OpenBSD AMD64 current (4.5) as of 12/19/2009 12:11:00 PM. I am at the step where it says Getting base45.tgz..it started out saying it would require 40 or more minutes and seems to be transferring data

Re: OpenBSD WiFi tutorial

2008-09-06 Thread Eric Faurot
On Sat, 6 Sep 2008 17:59:00 +0530 Siju George [EMAIL PROTECTED] wrote: Hi, Is there a simple tutorial or howto on setting up wireless for OpenBSD? Especially setting up OpenBSD as a WiFi hub? There is even better: manpages. man ifconfig man insert your device name here: ral, iwi... Eric.

Re: web development on OpenBSD

2008-04-29 Thread Eric Faurot
On Tue, 29 Apr 2008 20:08:37 +1200 Richard Toohey [EMAIL PROTECTED] wrote: Hello, I plan to develop a money management app for personal use on OpenBSD. Since I am not big on any backend /prog.language I have decided to ask the experts, what should i choose. Based on the consensus and depth

Re: poll(2) vs kqueue(2) performance

2008-04-19 Thread Eric Faurot
On Sat, 19 Apr 2008 13:27:34 +0800 Edwin Eyan Moragas [EMAIL PROTECTED] wrote: Hi all, been reading the select(2) man pages and it mentions poll(2) being more efficient in most cases. this makes it obvious to discard the use of select(2) in writing new servers. i've come across some

Re: Real men don't attack straw men

2007-12-14 Thread Eric Faurot
RMS wrote: I've been trying for a couple of years to get going a modified version of Firefox that won't offer to install any non-free plug-ins, but we don't have enough people to make this work very well. If you would like to help, please let me know. It is an important project. Hahaha!!!

Re: OpenBSD kernel janitors

2007-11-03 Thread Eric Faurot
On Sat, 3 Nov 2007 12:01:46 +0100 Karel Kulhavy [EMAIL PROTECTED] wrote: We've got a PR database with bugs in it, and we NEVER get fixes from outsiders. That's not news to anyone, if they actually wanted to do Maybe the outsiders just cannot find the PR database. I put openbsd pr

Re: Speeding up OBSD bootup

2007-10-06 Thread Eric Faurot
On Sat, 6 Oct 2007 16:08:41 +0200 Karel Kulhavy [EMAIL PROTECTED] wrote: Is it possible to specify the kernel that the hardware for which there are drivers probing for but I don't have in my PC is absent? Since OBSD has no suspend to disk/RAM, the bootup speed is critical when working with a

Re: Voice-Chat Software (maybe even a Client wich works on openBSD? ;) ) ?

2006-07-13 Thread Eric Faurot
On 7/13/06, Sebastian Rother [EMAIL PROTECTED] wrote: Hello everybody, I`m looking for a Voice-Chat/VoIP Solution. You could take a look at shtoom. http://divmod.org/trac/wiki/ShtoomProject I think it has already been mentioned on this list (or ports?). Eric.

Re: cruxports for OpenBSD

2006-06-17 Thread Eric Faurot
On 6/17/06, Siju George [EMAIL PROTECTED] wrote: there is a software called foo suppose 3.9 installs foo.1.1.1 if you use ports. now a few security holes are found in foo.1.1.1 So the foo developers release foo.1.1.2 And the foo developers *strongly encourage* everybody running foo.1.1.1 to

Re: openbsd's future plans?

2006-02-08 Thread Eric Faurot
On 2/8/06, Diana Eichert [EMAIL PROTECTED] wrote: I cast a vote for re-writing the kernel in Ruby because of it's robust threads implementation. No no no, OpenBSD should be rewritten with the new GPL v3 as soon as it stabilizes. It seems much more robust than the previous releases, and it is

problem with dynamic linking on amd64 or expected behaviour?

2005-11-16 Thread Eric Faurot
Hi, I am stuck on the following dynamic linking problem: python-expat has a pyexpat.so module that contains a complete expat implementation (1.95.8). Now there is the _cairo.so python that depends on libcairo.so and libfreetype.so (found in /usr/X11R6/lib) which in turn is linked to

Re: problem with dynamic linking on amd64 or expected behaviour?

2005-11-16 Thread Eric Faurot
oops, I might have spoken a bit too quick: I didn't see the recent ld.so changes and I didn't realize my amd64 snapshot was so old. I'll try with a more recent one. Sorry for the noise. Eric.

Re: making packages out of the portstree

2005-10-12 Thread Eric Faurot
On 10/12/05, Marc Peters [EMAIL PROTECTED] wrote: hi all, i wanted to install a package on an box, which i built out of the portstree via make package. everything goes fine and the package is available in /usr/ports/packages/i386/cdrom/ and ../ftp/. i copied the .tgz to the machine, where i