Re: OpenSMTPD filters and "Masquerading"

2019-10-04 Thread Eric Elena
Hi Jon, I already described the solution I use for masquerading here https://marc.info/?l=openbsd-misc&m=154811965001823&w=2 Users don't need to be authenticated when your smtp server receives the initial email. The authenticated user is local to the smtp server, it's just a trick to rewrite th

Re: Auto-install over network using UEFI

2023-11-23 Thread Eric Elena
On Thu, 23 Nov 2023 00:37:37 -0800 Nick Owens wrote: > On Tue, Nov 21, 2023 at 7:03 PM Chris Narkiewicz wrote: > > > > I'm experimentin with auto-install over network using linux libvirt > > (qemu). > > > > I managed to load pxeboot in BIOS mode and I'm wondering if UEFI > > is supported. > > > >

Re: (video) obsd install initial boot process slowed down

2023-01-06 Thread Eric Elena
On Fri, 6 Jan 2023 11:04:46 - (UTC) Stuart Henderson wrote: > >> On 1/4/23 01:13, Sylvain Saboua wrote: > >>> Hi, my openbsed (encrypted) install is functionning really > >>> well, apart from one thing, that would signal a bug or smth: > .. > > On 2023-01-05, Sylvain Saboua wrote: > > https:/

Re: smtpd - help needed tranlsating to new virtual map syntax [FIXED]

2019-01-21 Thread Eric Elena
On Mon, 21 Jan 2019 11:08:02 +0100 Gilles Chehade wrote: > I may sound a bit harsh, but starting a thread with "this is my last try > or I'll switch" (as if it actually matters) right before telling someone > who wants to help you that you actually tried _nothing_ then blaming the > code improvemen

Re: Lenovo 8744-J2U - several questions

2007-08-07 Thread Eric Elena
Le lundi 06 aoC;t 2007 C 21:21 -0400, Stephan Andre' a C)crit : > On Monday 06 August 2007 18:29:12 Matthieu Herrb wrote: > > On 8/6/07, Frank Bax <[EMAIL PROTECTED]> wrote: > > > Just got a new Lenovo 8744-J2U laptop and installed the Aug.1 snapshot: > > > > > > vga1 at pci1 dev 0 function 0 vend

Re: Lenovo 8744-J2U - several questions

2007-08-09 Thread Eric Elena
Le mercredi 08 aoC;t 2007 C 10:55 -0400, Frank Bax a C)crit : > At 04:49 AM 8/7/07, Eric Elena wrote: > > >Le lundi 06 aoC;t 2007 C 21:21 -0400, Stephan Andre' a C)crit : > > > On Monday 06 August 2007 18:29:12 Matthieu Herrb wrote: > > > > On 8/6/0

Re: Lenovo 8744-J2U - several questions

2007-08-12 Thread Eric Elena
Le jeudi 09 aoC;t 2007 C 20:59 -0400, Frank Bax a C)crit : > I'm trying to get 1680x1050; but so far only 1280x1024 works at the moment. > dmesg and xorg.conf were in original post, found here: > http://permalink.gmane.org/gmane.os.openbsd.misc/127104 > Xorg.0.log is available here: > htt

Re: Radeon X1300 mobile + WXGA - out of luck?

2007-08-26 Thread Eric Elena
Le samedi 25 aoC;t 2007 C 22:41 +0200, Joachim Schipper a C)crit : > Hello, > > I just got a laptop (Acer Aspire 5100 `series') with a Radeon video card > (X1300) and a WXGA screen - 1200x800. It was a good deal, but the ATI > video card had me worried. > > Am I correct in thinking that there is

Re: Radeon X1300 mobile + WXGA - out of luck?

2007-08-27 Thread Eric Elena
Le dimanche 26 aoC;t 2007 C 22:10 +0200, Joachim Schipper a C)crit : > On Sun, Aug 26, 2007 at 06:39:13PM +0200, Joachim Schipper wrote: > > On Sun, Aug 26, 2007 at 03:38:47PM +0200, Eric Elena wrote: > > > Le samedi 25 aoC;t 2007 C 22:41 +0200, Joachim Schipper a C)crit : &g

Re: Radeon X1300 mobile + WXGA - out of luck?

2007-08-30 Thread Eric Elena
Le mardi 28 aoC;t 2007 C 18:20 +0200, Joachim Schipper a C)crit : > The following configuration works, albeit at the wrong resolution: > http://jschipper.dynalias.net/~joachim/posts/20070828/Xorg.conf > > It also contains some failed attempts that might be interesting > (ModeLine ...; Virtual 120

Re: filesystems?

2007-09-03 Thread Eric Elena
Le lundi 03 septembre 2007 C 16:10 +0200, Jona Joachim a C)crit : > On Mon, 3 Sep 2007 16:10:52 +0300 > "Ihar Hrachyshka" <[EMAIL PROTECTED]> wrote: > > > 2007/9/3, Tonnerre LOMBARD <[EMAIL PROTECTED]>: > > > Salut, > > > > > > On Mon, Sep 03, 2007 at 08:46:37AM +0300, Ihar Hrachyshka wrote: > >

Re: filesystems?

2007-09-04 Thread Eric Elena
Le mardi 04 septembre 2007 C 00:23 +0200, Tonnerre LOMBARD a C)crit : > Salut, > > On Mon, Sep 03, 2007 at 05:10:57PM +0200, Eric Elena wrote: > > I think fat32 is a good choice: you have nothing to install. > > Did you ever have to debug a deep directory structure where s

Re: Source for LENOVO parts?

2009-10-31 Thread Eric Elena
The same thing happened to me 2 months ago. Maybe this fan is not very reliable. Anyway, I bought mine online on the IBM France website. For Canada, it seems you have to contact the "Toronto Parts Order Centre" https://www-304.ibm.com/shop/americas/content/home/store_IBMPublicCanada/en_CA/parts.ht

Re: Make smtpd use only ipv6

2025-02-19 Thread Eric Elena
I have the following in my smtpd.conf: table sources { "x.x.x.x", "y:y:y:y::1" } action act30 relay src helo domain.tld match auth from any for any action act30 As my interface has multiple IPv6 addresses, it allows me to select the IPv6 (and the IPv4) address to use and the domain to advertise