From owner-freebsd-isp@FreeBSD.ORG Sun Sep 14 17:53:37 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A79A716A4BF for ; Sun, 14 Sep 2003 17:53:37 -0700 (PDT) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 3FE1343F93 for ; Sun, 14 Sep 2003 17:53:36 -0700 (PDT) (envelope-from chris@Shenton.Org) Received: (qmail 10626 invoked by uid 1001); 15 Sep 2003 00:54:39 -0000 To: vchkpw@inter7.com From: Chris Shenton Date: Sun, 14 Sep 2003 20:54:39 -0400 Message-ID: <86isnuj2gg.fsf@PECTOPAH.shenton.org> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-isp@freebsd.org Subject: vpopmail POP: "ERR aac, chiled crashed" after reboot, core dumped X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 00:53:37 -0000 I support an ISP remotely, which is running FreeBSD-4.2-RELEASE with vpopmail-4.9.6. I know they're old, but it would be very difficult to upgrade now due to the site's remoteness. The machine was recently rebooted and vpopmail's POP now crashes upon successful authentication (names changed for privacy, sorry): chris@PECTOPAH<104> telnet foo.example.net pop3 Trying 217.161.116.36... Connected to foo.example.net. Escape character is '^]'. +OK <32620.1063584541@foo.example.net> user chris@email.zz +OK pass MyPass -ERR aack, child crashed Connection closed by foreign host. If you enter a bogus passwd, it gives auth fail msg, so auth is working: it only complains about child crash if I use the correct password. It's not doing anything fancy like MySQL, just authenticating from the vpasswd.cdb file. My system startup file is straight-forward: env - PATH="/var/qmail/bin:/usr/local/bin" \ tcpserver 0 pop3 /var/qmail/bin/qmail-popup foo.example.net \ /usr/local/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir & If I execute the chain of commands from the command line, it works fine: foo# /var/qmail/bin/qmail-popup foo.example.net \ /usr/local/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir +OK <32749.1063585173@foo.example.net> user chris@email.zz +OK pass MyPass +OK list +OK 1 776 2 588 3 588 4 666 . /var/log/messages shows: Sep 15 04:27:58 foo /kernel: pid 32838 (vchkpw), uid 0: exited on signal 11 (core dumped) It also shows less frequently: Sep 15 04:22:50 foo /kernel: pid 32791 (vdelivermail), uid 89: exited on signal 11 (core dumped) Sure enough, the core file exists, in /usr/local/vpopmail/domains/email.zz: -rw------- 1 root vchkpw 339968 Sep 15 03:17 vchkpw.core At this point, I'm stuck, I don't know how to track down the problem. I naively try: foo# gdb /usr/local/vpopmail/bin/vchkpw vchkpw.core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... (no debugging symbols found)... Core was generated by `vchkpw'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libcrypt.so.2...(no debugging symbols found)... done. Reading symbols from /usr/lib/libc.so.4...(no debugging symbols found)...done. Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)... done. #0 0x8049e96 in free () (gdb) where #0 0x8049e96 in free () #1 0xbfbffb40 in ?? () #2 0x804ca6e in free () #3 0x80497ff in free () #4 0x80492c5 in free () Any suggestions as to what's wrong and how to fix it? I didn't find anything relevant doing a Google which fits my situation. Thanks. From owner-freebsd-isp@FreeBSD.ORG Sun Sep 14 18:24:08 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2B7A16A4BF for ; Sun, 14 Sep 2003 18:24:08 -0700 (PDT) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 7061643F93 for ; Sun, 14 Sep 2003 18:24:07 -0700 (PDT) (envelope-from chris@Shenton.Org) Received: (qmail 10828 invoked by uid 1001); 15 Sep 2003 01:25:11 -0000 To: vchkpw@inter7.com References: <86isnuj2gg.fsf@PECTOPAH.shenton.org> From: Chris Shenton Date: Sun, 14 Sep 2003 21:25:11 -0400 In-Reply-To: <86isnuj2gg.fsf@PECTOPAH.shenton.org> (Chris Shenton's message of "Sun, 14 Sep 2003 20:54:39 -0400") Message-ID: <867k4aj11k.fsf@PECTOPAH.shenton.org> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-isp@freebsd.org Subject: Re: vpopmail POP: "ERR aac, chiled crashed" after reboot, core dumped X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 01:24:08 -0000 Self-follow-up, hopefully useful. I truss the process running the POP tcpserver, then the process it forks when I connect to the POP port. I don't know if the ERR#9 is fatal, and unfortunately can't trace the next forked process 33323 because the child crashes immediately after displaying the info. Does this help at all? Thanks. mahe# ps -axww|grep tcpser 33265 ?? S 0:00.00 tcpserver -v -u 82 -g 65533 0 smtp /var/qmail/bin/qmail-smtpd 276 p0- S 0:03.25 tcpserver -v -u 82 -g 65533 0 smtp /var/qmail/bin/qmail-smtpd 32797 p1 I 0:00.02 tcpserver 0 pop3 /var/qmail/bin/qmail-popup foo.example.net /usr/local/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir mahe# truss -p 32797 (null)() = 0 (0x0) sigprocmask(0x1,0xbfbffcc8,0x0) = 0 (0x0) fork() = 33316 (0x8224) close(0) = 0 (0x0) sigprocmask(0x2,0xbfbffcc8,0x0) = 0 (0x0) mahe# truss -p 33316 (null)() = 1 (0x1) read(0x0,0x804bfe0,0x80) = 14 (0xe) fcntl(0x1,0x3,0x0) = 2 (0x2) close(2) = 0 (0x0) fcntl(0x1,0x0,0x2) = 2 (0x2) close(3) ERR#9 'Bad file descriptor' pipe() = 3 (0x3) fork() = 33323 (0x822b) close(3) = 0 (0x0) write(4,0x804c100,62) = 62 (0x3e) close(4) = 0 (0x0) SIGNAL 20 wait4(0x822b,0xbfbffbcc,0x0,0x0) = 33323 (0x822b) select(0x2,0x0,0xbfbffa38,0x0,0xbfbffa30) = 1 (0x1) write(1,0x804c080,26) = 26 (0x1a) exit(0x1) process exit, rval = 256 From owner-freebsd-isp@FreeBSD.ORG Sun Sep 14 20:02:49 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D5CA16A4BF for ; Sun, 14 Sep 2003 20:02:49 -0700 (PDT) Received: from angryfist.fasttrackmonkey.com (angryfist.fasttrackmonkey.com [216.223.196.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D8F43F93 for ; Sun, 14 Sep 2003 20:02:48 -0700 (PDT) (envelope-from spork@fasttrackmonkey.com) Received: (qmail 53715 invoked by uid 85); 15 Sep 2003 02:59:06 -0000 Received: from spork@fasttrackmonkey.com by angryfist.fasttrackmonkey.com by uid 1001 with qmail-scanner-1.16 (sophie: 2.9/3.56. Clear:. Processed in 0.042288 secs); 15 Sep 2003 02:59:06 -0000 Received: from unknown (HELO green.nat.fasttrackmonkey.com) (66.92.108.110) by 0 with DES-CBC3-SHA encrypted SMTP; 15 Sep 2003 02:59:05 -0000 Date: Sun, 14 Sep 2003 23:02:46 -0400 (EDT) From: Charles Sprickman Sender: spork@green.nat.fasttrackmonkey.com To: Chris Shenton In-Reply-To: <86isnuj2gg.fsf@PECTOPAH.shenton.org> Message-ID: <20030914225900.S32860@green.nat.fasttrackmonkey.com> References: <86isnuj2gg.fsf@PECTOPAH.shenton.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-isp@freebsd.org cc: vchkpw@inter7.com Subject: Re: [vchkpw] vpopmail POP: "ERR aac, chiled crashed" after reboot, core dumped X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 03:02:49 -0000 On Sun, 14 Sep 2003, Chris Shenton wrote: > The machine was recently rebooted and vpopmail's POP now crashes upon > successful authentication (names changed for privacy, sorry): Two quick thoughts: -When you say it was rebooted, was that on purpose, or something went awry with the machine? If the latter, was there any filesystem damage? -What might have changed in your startup scripts from the last time the box was booted? The only difference here is you fail when going through tcpserver, but succeed on the cli. Look at what may be different in those two environments... Do other programs that use the vpopmail libs function properly? Just some random thoughts... Charles > chris@PECTOPAH<104> telnet foo.example.net pop3 > Trying 217.161.116.36... > Connected to foo.example.net. > Escape character is '^]'. > +OK <32620.1063584541@foo.example.net> > user chris@email.zz > +OK > pass MyPass > -ERR aack, child crashed > Connection closed by foreign host. > > If you enter a bogus passwd, it gives auth fail msg, so auth is > working: it only complains about child crash if I use the correct > password. It's not doing anything fancy like MySQL, just > authenticating from the vpasswd.cdb file. > > My system startup file is straight-forward: > > env - PATH="/var/qmail/bin:/usr/local/bin" \ > tcpserver 0 pop3 /var/qmail/bin/qmail-popup foo.example.net \ > /usr/local/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir & > > > If I execute the chain of commands from the command line, it works fine: > > foo# /var/qmail/bin/qmail-popup foo.example.net \ > /usr/local/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir > +OK <32749.1063585173@foo.example.net> > user chris@email.zz > +OK > pass MyPass > +OK > list > +OK > 1 776 > 2 588 > 3 588 > 4 666 > . > > > /var/log/messages shows: > > Sep 15 04:27:58 foo /kernel: pid 32838 (vchkpw), uid 0: exited on signal 11 (core dumped) > > It also shows less frequently: > > Sep 15 04:22:50 foo /kernel: pid 32791 (vdelivermail), uid 89: exited on signal 11 (core dumped) > > > Sure enough, the core file exists, in /usr/local/vpopmail/domains/email.zz: > > -rw------- 1 root vchkpw 339968 Sep 15 03:17 vchkpw.core > > At this point, I'm stuck, I don't know how to track down the problem. > I naively try: > > foo# gdb /usr/local/vpopmail/bin/vchkpw vchkpw.core > GNU gdb 4.18 > Copyright 1998 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i386-unknown-freebsd"... > (no debugging symbols found)... > Core was generated by `vchkpw'. > Program terminated with signal 11, Segmentation fault. > Reading symbols from /usr/lib/libcrypt.so.2...(no debugging symbols found)... > done. > Reading symbols from /usr/lib/libc.so.4...(no debugging symbols found)...done. > Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)... > done. > #0 0x8049e96 in free () > (gdb) where > #0 0x8049e96 in free () > #1 0xbfbffb40 in ?? () > #2 0x804ca6e in free () > #3 0x80497ff in free () > #4 0x80492c5 in free () > > > Any suggestions as to what's wrong and how to fix it? I didn't find > anything relevant doing a Google which fits my situation. > > Thanks. > > From owner-freebsd-isp@FreeBSD.ORG Sun Sep 14 20:17:48 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBF2316A4BF for ; Sun, 14 Sep 2003 20:17:48 -0700 (PDT) Received: from pop017.verizon.net (pop017pub.verizon.net [206.46.170.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6BC843FAF for ; Sun, 14 Sep 2003 20:17:47 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([68.237.14.199]) by pop017.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030915031747.BKA27671.pop017.verizon.net@mac.com> for ; Sun, 14 Sep 2003 22:17:47 -0500 Message-ID: <3F652F58.40908@mac.com> Date: Sun, 14 Sep 2003 23:17:44 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-isp@freebsd.org References: <86isnuj2gg.fsf@PECTOPAH.shenton.org> <20030914225900.S32860@green.nat.fasttrackmonkey.com> In-Reply-To: <20030914225900.S32860@green.nat.fasttrackmonkey.com> X-Enigmail-Version: 0.76.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop017.verizon.net from [68.237.14.199] at Sun, 14 Sep 2003 22:17:47 -0500 Subject: Re: [vchkpw] vpopmail POP: "ERR aac, chiled crashed" after reboot, core dumped X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 03:17:49 -0000 The original poster should try to compile this software with CFLAGS=-g, and re-run the gdb command against a core dump-- that will produce more useful information. Charles Sprickman wrote: [ ... ] > The only difference here is you fail when going through tcpserver, but > succeed on the cli. Look at what may be different in those two > environments... Do other programs that use the vpopmail libs function > properly? However, this was a good thing to note. Does the OP maybe have a dependency on LD_LIBRARY_PATH or something else in their environment which fails when run from DJB's mechanism for a daemon? -- -Chuck From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 14:01:26 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22BB016A4BF for ; Mon, 15 Sep 2003 14:01:26 -0700 (PDT) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with SMTP id B160643F93 for ; Mon, 15 Sep 2003 14:01:24 -0700 (PDT) (envelope-from chris@Shenton.Org) Received: (qmail 20146 invoked by uid 1001); 15 Sep 2003 21:02:33 -0000 To: Charles Sprickman References: <86isnuj2gg.fsf@PECTOPAH.shenton.org> <20030914225900.S32860@green.nat.fasttrackmonkey.com> From: Chris Shenton Date: Mon, 15 Sep 2003 17:02:33 -0400 In-Reply-To: <20030914225900.S32860@green.nat.fasttrackmonkey.com> (Charles Sprickman's message of "Sun, 14 Sep 2003 23:02:46 -0400 (EDT)") Message-ID: <86k789lq8m.fsf@PECTOPAH.shenton.org> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-isp@freebsd.org cc: vchkpw@inter7.com Subject: Re: [vchkpw] vpopmail POP: "ERR aac, chiled crashed" after reboot, core dumped X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 21:01:26 -0000 Charles Sprickman writes: > -When you say it was rebooted, was that on purpose, or something went awry > with the machine? If the latter, was there any filesystem damage? I'm told they had a power failure, so it's possible there was filesystem damage. > -What might have changed in your startup scripts from the last time the > box was booted? That was my suspicion too, but they still have the January 2001 timestamp from when I installed them. > The only difference here is you fail when going through tcpserver, but > succeed on the cli. Look at what may be different in those two > environments... Do other programs that use the vpopmail libs function > properly? Yeah, the web gui sqwebmail works fine. Qmail smtpd is also using tcpserver. Hmmm, I just rebuilt ucspi-tcp (from FreeBSD ports) and see the same behavior even with the new "tcpserver". I'm much more worried about rebuilding vpopmail... and have to use the ancient version to preserve the old user database formats IIRC. Thanks for the suggestions. From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 15:24:32 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9564916A4B3 for ; Mon, 15 Sep 2003 15:24:32 -0700 (PDT) Received: from webmail.akwireless.net (webmail.akwireless.net [192.189.218.15]) by mx1.FreeBSD.org (Postfix) with SMTP id A2DDD43F93 for ; Mon, 15 Sep 2003 15:24:31 -0700 (PDT) (envelope-from dee@akwireless.net) Received: (qmail 28122 invoked from network); 12 Sep 2003 19:17:50 -0000 Received: from unknown (HELO 192.168.0.3) (127.0.0.1) by 0 with SMTP; 12 Sep 2003 19:17:50 -0000 From: "W.D. McKinney" To: freebsd-isp@freebsd.org Content-Type: text/plain Organization: Message-Id: <1063394359.9504.169.camel@papa.wdm.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 12 Sep 2003 11:19:19 -0800 Content-Transfer-Encoding: 7bit Subject: Tape Backup under 4.8 ? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 22:24:32 -0000 Greetings, We are still migrating applications and data from our Linux SMP servers to our Compaq servers. Our MTA server has a tape drive and Raid5. The tape drive shows up as sa0 at sym0 bus 0 target 5 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit) I'd like to use this drive for an etra backup of data. Being happily migrating to FreeBSD, what's the software others use here in the business ? I used to use Bru but have not had useful drives in awhile and this one the FreeBSD box seems like a good candidate, hence the question at hand. Thanks, Dee -- W.D.McKinney (Dee) Alaska Wireless Systems Direct (907)349-4308 -=- Mobile (907)230-5048 http://www.akwireless.net From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 15:27:44 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC99F16A4B3 for ; Mon, 15 Sep 2003 15:27:44 -0700 (PDT) Received: from webmail.akwireless.net (webmail.akwireless.net [192.189.218.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 43FC943FDD for ; Mon, 15 Sep 2003 15:27:44 -0700 (PDT) (envelope-from dee@akwireless.net) Received: (qmail 9111 invoked from network); 15 Sep 2003 17:01:03 -0000 Received: from unknown (HELO 192.168.0.3) (127.0.0.1) by 0 with SMTP; 15 Sep 2003 17:01:03 -0000 From: "W.D. McKinney" To: FreeBSD-ISP Content-Type: text/plain Organization: Message-Id: <1063645382.9511.1115.camel@papa.wdm.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 15 Sep 2003 09:03:03 -0800 Content-Transfer-Encoding: 7bit Subject: test - point this to /dev/null X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 22:27:45 -0000 From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 15:30:20 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8082E16A4D8 for ; Mon, 15 Sep 2003 15:30:20 -0700 (PDT) Received: from webmail.akwireless.net (webmail.akwireless.net [192.189.218.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 98D6B43F3F for ; Mon, 15 Sep 2003 15:30:16 -0700 (PDT) (envelope-from dee@akwireless.net) Received: (qmail 28675 invoked from network); 12 Sep 2003 19:23:35 -0000 Received: from unknown (HELO 192.168.0.3) (127.0.0.1) by 0 with SMTP; 12 Sep 2003 19:23:35 -0000 From: "W.D. McKinney" To: freebsd-isp@freebsd.org Content-Type: text/plain Organization: Message-Id: <1063394704.9504.174.camel@papa.wdm.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 12 Sep 2003 11:25:04 -0800 Content-Transfer-Encoding: 7bit Subject: Problems posting ? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 22:30:20 -0000 This is odd. We host mail lists, domains, e-mail (SMTP & POP3), and we don't see this error except with this list. info msg 113622: bytes 1255 from qp 28122 uid 1006 starting delivery 53854: msg 113622 to remote freebsd-isp@freebsd.org status: local 0/60 remote 1/120 delivery 53854: deferral:216.136.204.125_does_not_like_recipient./Remote_host_said:_450_Client_host_rejected:_cannot_find_your_hostname,_[192.189.218.15]/Giving_up_on_216.136.204.125./ From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 15:38:45 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 725DC16A4B3 for ; Mon, 15 Sep 2003 15:38:45 -0700 (PDT) Received: from home.miha.biz (miha.netstream-gh.com [193.220.176.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id C167343FD7 for ; Mon, 15 Sep 2003 15:38:43 -0700 (PDT) (envelope-from miha@ghuug.org) Received: from [127.0.0.1] (helo=localhost) by home.miha.biz with esmtp (Exim 4.14) id 19z1zj-0006To-6y; Mon, 15 Sep 2003 22:38:55 +0000 From: "Mikhail P." Organization: Ghana Unix Users Group To: "W.D. McKinney" , freebsd-isp@freebsd.org Date: Mon, 15 Sep 2003 22:38:53 +0000 User-Agent: KMail/1.5.2 References: <1063394704.9504.174.camel@papa.wdm.com> In-Reply-To: <1063394704.9504.174.camel@papa.wdm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309152238.53927.miha@ghuug.org> Subject: Re: Problems posting ? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: miha@ghuug.org List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 22:38:45 -0000 > info msg 113622: bytes 1255 from qp 28122 uid 1006 > starting delivery 53854: msg 113622 to remote freebsd-isp@freebsd.org > status: local 0/60 remote 1/120 > delivery 53854: > deferral:216.136.204.125_does_not_like_recipient./Remote_host_said:_450_Cli >ent_host_rejected:_cannot_find_your_hostname,_[192.189.218.15]/Giving_up_on_ >216.136.204.125./ It looks like the mailing list host rejects hosts that do not have reverse PTR record, that's why you are getting rejected. regards, Mikhail. > > > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" -- Intel Inside, Idiot Outside. From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 15:45:13 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE26C16A4B3 for ; Mon, 15 Sep 2003 15:45:13 -0700 (PDT) Received: from webmail.akwireless.net (webmail.akwireless.net [192.189.218.15]) by mx1.FreeBSD.org (Postfix) with SMTP id C921E43F85 for ; Mon, 15 Sep 2003 15:45:12 -0700 (PDT) (envelope-from dee@akwireless.net) Received: (qmail 8884 invoked from network); 15 Sep 2003 22:45:12 -0000 Received: from unknown (HELO 192.168.0.3) (127.0.0.1) by 0 with SMTP; 15 Sep 2003 22:45:12 -0000 From: "W.D. McKinney" To: miha@ghuug.org In-Reply-To: <200309152238.53927.miha@ghuug.org> References: <1063394704.9504.174.camel@papa.wdm.com> <200309152238.53927.miha@ghuug.org> Content-Type: text/plain Organization: Message-Id: <1063666032.9517.1275.camel@papa.wdm.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 15 Sep 2003 14:47:13 -0800 Content-Transfer-Encoding: 7bit cc: FreeBSD-ISP Subject: Re: Problems posting ? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 22:45:13 -0000 That's the problem, changing so many issues here, colo, servers & OS's. I have asked for the PTR record to point to webmail.akwireless.net but not sure when it will get done. Dee On Mon, 2003-09-15 at 14:38, Mikhail P. wrote: > > info msg 113622: bytes 1255 from qp 28122 uid 1006 > > starting delivery 53854: msg 113622 to remote freebsd-isp@freebsd.org > > status: local 0/60 remote 1/120 > > delivery 53854: > > deferral:216.136.204.125_does_not_like_recipient./Remote_host_said:_450_Cli > >ent_host_rejected:_cannot_find_your_hostname,_[192.189.218.15]/Giving_up_on_ > >216.136.204.125./ > > It looks like the mailing list host rejects hosts that do not have reverse PTR > record, that's why you are getting rejected. > > regards, > Mikhail. From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 16:30:12 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D9CD16A4BF for ; Mon, 15 Sep 2003 16:30:12 -0700 (PDT) Received: from webmail.akwireless.net (webmail.akwireless.net [192.189.218.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 2DDB543F93 for ; Mon, 15 Sep 2003 16:30:11 -0700 (PDT) (envelope-from dee@akwireless.net) Received: (qmail 13430 invoked from network); 15 Sep 2003 04:43:29 -0000 Received: from unknown (HELO 192.168.0.3) (127.0.0.1) by 0 with SMTP; 15 Sep 2003 04:43:29 -0000 From: "W.D. McKinney" To: freebsd-isp@freebsd.org Content-Type: text/plain Organization: Message-Id: <1063601123.9505.1036.camel@papa.wdm.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 14 Sep 2003 20:45:23 -0800 Content-Transfer-Encoding: 7bit Subject: backup tape drive under 4.8 ? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 23:30:12 -0000 I have a nice tape drive now on our mail server. What is the best way to back up data as we add customers ? Seems like Bru and Amanda are getting bad raps now ? Dee From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 17:01:13 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 014B616A4B3 for ; Mon, 15 Sep 2003 17:01:13 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id CFA0743FA3 for ; Mon, 15 Sep 2003 17:01:11 -0700 (PDT) (envelope-from pilkis@gmx.net) Received: (qmail 12578 invoked by uid 65534); 16 Sep 2003 00:01:09 -0000 Received: from unknown (EHLO pilkisnotexp) (62.68.42.70) by mail.gmx.net (mp002) with SMTP; 16 Sep 2003 02:01:09 +0200 X-Authenticated: #6832473 Message-ID: <00b901c37be5$a27c53d0$0464a8c0@spotripoli.local> From: "Putinas" To: Date: Tue, 16 Sep 2003 02:01:07 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_00B7_01C37BF6.64936B60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: postfix and syslogd X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 00:01:13 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_00B7_01C37BF6.64936B60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: base64 SGkgYWxsLA0KVG9kYXkgSSB1cGdyYWRlZCB0byBwb3N0Zml4IDIuMC4xNC4gSSB3YXMgdGVzdGlu ZyBzb21ldGhpbmcgYW5kIEkgbm90aWNlIG9uZSB0aGluZyB3aGljaCBJIGRvbid0IGtub3cgd2hh dCBpcyB0aGUgY291c2UuIEhlcmUgaXMgdGhlIHBhcnQgZnJvbSBzeXNsb2dkLCBwYXJ0IDEgLSB0 aGUgYXR0YWNobWVudCBpcyByZWplY3RlZCwgcGFydCAyIHNhbWUgZW1haWwgc2FtZSB0aW1lIEkg dHJ5IHRvIHNlbmQgLCBidXQgSSByZW1vdmVkIGF0dGFjaG1lbnQgZnJvbSBtYWlsLiBNeSBxdWVz dGlvbiBpcyAtIG1heWJlIHNvbWVib2R5IGhhcyBhbiBpZGVhIHdoeSBpbiBmaXJzdCBjYXNlIGNs ZWFudXAgcHJvY2VzcyBsb2dzIGluIHN5c2xvZ2Qgd2l0aCAtMiBob3VycyBkaWZmZXJlbmNlID8g KCBteSB0aW1lem9uZSArMiApLCBhbmQgYWZ0ZXIgc2FtZSBwcm9jZXNzIGFscmVhZHkgbG9ncyB3 aXRoIGNvcnJlY3QgdGltZSA/IA0KDQpQYXJ0IDE6DQoNClNlcCAxNiAwMTo0NzozNyBmcmVlYnNk IHBvc3RmaXgvc210cGRbMTc1NzJdOiBjb25uZWN0IGZyb20gcGlsa2lzbm90ZXhwLmRvbWFpbi50 bHNbMTkyLjE2OC4xMDAuNF0NClNlcCAxNiAwMTo0NzozNyBmcmVlYnNkIHBvc3RmaXgvc210cGRb MTc1NzJdOiBUTFMgY29ubmVjdGlvbiBlc3RhYmxpc2hlZCBmcm9tIHBpbGtpc25vdGV4cC5kb21h aW4udGxzWzE5Mi4xNjguMTAwLjRdOiBUTFN2MSB3aXRoIGNpcGhlciBSQzQtTUQ1ICgxMjgvMTI4 IGJpdHMpDQpTZXAgMTYgMDE6NDc6MzcgZnJlZWJzZCBwb3N0Zml4L3NtdHBkWzE3NTcyXTogM0E4 Mjg3NDNBMjogY2xpZW50PXBpbGtpc25vdGV4cC5kb21haW4udGxzWzE5Mi4xNjguMTAwLjRdLCBz YXNsX21ldGhvZD1MT0dJTiwgc2FzbF91c2VybmFtZT1ibGFibGFAZG9tYWluLnRscw0KU2VwIDE1 IDIzOjQ3OjM3IGZyZWVic2QgcG9zdGZpeC9jbGVhbnVwWzE3NTczXTogM0E4Mjg3NDNBMjogbWVz c2FnZS1pZD08MDBhMzAxYzM3YmUzJGJkYTYyMjAwJDA0NjRhOGMwQGRvbWFpbi50bHM+DQpTZXAg MTUgMjM6NDc6MzcgZnJlZWJzZCBwb3N0Zml4L2NsZWFudXBbMTc1NzNdOiAzQTgyODc0M0EyOiBy ZWplY3Q6IGhlYWRlciBDb250ZW50LVR5cGU6IGF1ZGlvL21wZWc7Pz9uYW1lPSIxOSAtIExhIFZh bHNlIEQnYW1saWUuTVAzIiBmcm9tIHBpbGtpc25vdGV4cC5kb21haW4udGxzWzE5Mi4xNjguMTAw LjRdOyBmcm9tPW1haWxAZG9tYWluLnRscyB0bz1ibGFibGFAZG9tYWluLnRscyBwcm90bz1FU01U UCBoZWxvPTxwaWxraXNub3RleHA+OiBSZWplY3RlZC4NClNlcCAxNiAwMTo0NzozOSBmcmVlYnNk IHBvc3RmaXgvc210cGRbMTc1NzJdOiBkaXNjb25uZWN0IGZyb20gcGlsa2lzbm90ZXhwLmRvbWFp bi50bHNbMTkyLjE2OC4xMDAuNF0NCg0KUGFydCAyOg0KDQpTZXAgMTYgMDE6NDc6NTYgZnJlZWJz ZCBwb3N0Zml4L3NtdHBkWzE3NTcyXTogY29ubmVjdCBmcm9tIHBpbGtpc25vdGV4cC5kb21haW4u dGxzWzE5Mi4xNjguMTAwLjRdDQpTZXAgMTYgMDE6NDc6NTYgZnJlZWJzZCBwb3N0Zml4L3NtdHBk WzE3NTcyXTogVExTIGNvbm5lY3Rpb24gZXN0YWJsaXNoZWQgZnJvbSBwaWxraXNub3RleHAuZG9t YWluLnRsc1sxOTIuMTY4LjEwMC40XTogVExTdjEgd2l0aCBjaXBoZXIgUkM0LU1ENSAoMTI4LzEy OCBiaXRzKQ0KU2VwIDE2IDAxOjQ3OjU2IGZyZWVic2QgcG9zdGZpeC9zbXRwZFsxNzU3Ml06IDEy N0VGNzQzQTI6IGNsaWVudD1waWxraXNub3RleHAuZG9tYWluLnRsc1sxOTIuMTY4LjEwMC40XSwg c2FzbF9tZXRob2Q9TE9HSU4sIHNhc2xfdXNlcm5hbWU9YmxhYmxhQGRvbWFpbi50bHMNClNlcCAx NSAyMzo0Nzo1NiBmcmVlYnNkIHBvc3RmaXgvY2xlYW51cFsxNzU3M106IDEyN0VGNzQzQTI6IG1l c3NhZ2UtaWQ9PDAwYWYwMWMzN2JlMyRjOGRkODgyMCQwNDY0YThjMEBkb21haW4udGxzPg0KU2Vw IDE2IDAxOjQ3OjU2IGZyZWVic2QgcG9zdGZpeC9xbWdyWzE3NTQ0XTogMTI3RUY3NDNBMjogZnJv bT08YmxhYmxhQGRvbWFpbi50bHM+LCBzaXplPTUxMjIsIG5yY3B0PTIgKHF1ZXVlIGFjdGl2ZSkN ClNlcCAxNiAwMTo0Nzo1NiBmcmVlYnNkIHBvc3RmaXgvc210cGRbMTc1NzJdOiBkaXNjb25uZWN0 IGZyb20gcGlsa2lzbm90ZXhwLmRvbWFpbi50bHNbMTkyLjE2OC4xMDAuNF0NCg== ------=_NextPart_000_00B7_01C37BF6.64936B60-- From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 17:04:24 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B8F116A4B3 for ; Mon, 15 Sep 2003 17:04:24 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 28EF643FBF for ; Mon, 15 Sep 2003 17:04:23 -0700 (PDT) (envelope-from pilkis@gmx.net) Received: (qmail 20959 invoked by uid 65534); 16 Sep 2003 00:04:21 -0000 Received: from unknown (EHLO pilkisnotexp) (62.68.42.70) by mail.gmx.net (mp001) with SMTP; 16 Sep 2003 02:04:21 +0200 X-Authenticated: #6832473 Message-ID: <010801c37be6$14f71ee0$0464a8c0@spotripoli.local> From: "Putinas" To: References: <00b901c37be5$a27c53d0$0464a8c0@spotripoli.local> Date: Tue, 16 Sep 2003 02:04:20 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: base64 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0 Subject: Re: postfix and syslogd X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 00:04:24 -0000 YSBzb3JyeSwgc2Vjb25kIHRpbWUgaXMgYWxzbyB3cm9uZyB0aW1lIC4uIDov From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 17:21:47 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2321516A4B3 for ; Mon, 15 Sep 2003 17:21:47 -0700 (PDT) Received: from mg1.netcommplete.com.au (mg1.netcommplete.com.au [203.206.200.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB98343F85 for ; Mon, 15 Sep 2003 17:21:45 -0700 (PDT) (envelope-from smuller@netcommplete.com.au) Received: from localhost (localhost.netcommplete.com.au [127.0.0.1]) by localhost (Postfix) with ESMTP id 09C18675EA for ; Tue, 16 Sep 2003 10:21:44 +1000 (EST) Received: from mg1.netcommplete.com.au ([127.0.0.1]) by localhost (mg1.netcommplete.com.au [127.0.0.1:10024]) (amavisd-new) with LMTP id 65258-01-4 for ; Tue, 16 Sep 2003 10:21:43 +1000 (EST) Received: from netcommplete.com.au (mail.netcommplete.com.au [203.206.200.227]) by mg1.netcommplete.com.au (Postfix) with ESMTP id 9C88867544 for ; Tue, 16 Sep 2003 10:21:43 +1000 (EST) Received: from BashASaurus [203.206.200.252] by netcommplete.com.au with ESMTP (SMTPD32-6.06) id A7AC3320130; Tue, 16 Sep 2003 10:22:04 +1000 From: "Scott Muller" To: Date: Tue, 16 Sep 2003 10:21:42 +1000 Message-ID: <021101c37be8$81690b40$6564a8c0@netcommplete.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <00b901c37be5$a27c53d0$0464a8c0@spotripoli.local> Importance: Normal X-Virus-Scanned: by amavisd-new Subject: RE: postfix and syslogd X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 00:21:47 -0000 > Today I upgraded to postfix 2.0.14. I was testing something=20 > and I notice one thing which I don't know what is the couse.=20 > Here is the part from syslogd, part 1 - the attachment is=20 > rejected, part 2 same email same time I try to send , but I=20 > removed attachment from mail. My question is - maybe somebody=20 > has an idea why in first case cleanup process logs in syslogd=20 > with -2 hours difference ? ( my timezone +2 ), and after same=20 > process already logs with correct time ?=20 >=20 Just a guess but you are probably running postfix chroot'd. Check the chroot column in master.cf and if you are running some = processes Chroot'd then you need to make sure all the relevant files are sync'd in = the Chrrot jail. I don't run choot, but you nedd to check the sample-* files = and The readme files. I think you need to copy the localtime file from /etc = but I would check the docs. HTH Scott. From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 18:14:56 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBDFC16A4B3 for ; Mon, 15 Sep 2003 18:14:56 -0700 (PDT) Received: from webmail.akwireless.net (webmail.akwireless.net [192.189.218.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 4933943FBD for ; Mon, 15 Sep 2003 18:14:56 -0700 (PDT) (envelope-from dee@akwireless.net) Received: (qmail 8437 invoked from network); 14 Sep 2003 20:37:34 -0000 Received: from unknown (HELO 192.168.0.3) (127.0.0.1) by 0 with SMTP; 14 Sep 2003 20:37:34 -0000 From: "W.D. McKinney" To: freebsd-isp@freebsd.org Content-Type: text/plain Organization: Message-Id: <1063571965.9511.921.camel@papa.wdm.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 14 Sep 2003 12:39:25 -0800 Content-Transfer-Encoding: 7bit Subject: test X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 01:14:57 -0000 Point this to /dev/null From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 18:43:57 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C042E16A4D8 for ; Mon, 15 Sep 2003 18:43:57 -0700 (PDT) Received: from webmail.akwireless.net (webmail.akwireless.net [192.189.218.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 0220543F75 for ; Mon, 15 Sep 2003 18:42:31 -0700 (PDT) (envelope-from dee@akwireless.net) Received: (qmail 11897 invoked from network); 14 Sep 2003 00:42:29 -0000 Received: from unknown (HELO 192.168.0.3) (127.0.0.1) by 0 with SMTP; 14 Sep 2003 00:42:29 -0000 From: "W.D. McKinney" To: freebsd-isp@freebsd.org Content-Type: text/plain Organization: Message-Id: <1063500245.9516.753.camel@papa.wdm.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 13 Sep 2003 16:44:05 -0800 Content-Transfer-Encoding: 7bit Subject: test freebsd.org - head it to /dev/null X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 01:43:58 -0000 From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 18:48:22 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACE8816A4E2 for ; Mon, 15 Sep 2003 18:48:22 -0700 (PDT) Received: from webmail.akwireless.net (webmail.akwireless.net [192.189.218.15]) by mx1.FreeBSD.org (Postfix) with SMTP id D68DC43FD7 for ; Mon, 15 Sep 2003 18:48:21 -0700 (PDT) (envelope-from dee@akwireless.net) Received: (qmail 26258 invoked from network); 16 Sep 2003 01:48:21 -0000 Received: from unknown (HELO 192.168.0.3) (127.0.0.1) by 0 with SMTP; 16 Sep 2003 01:48:21 -0000 From: "W.D. McKinney" To: guru In-Reply-To: References: <1063601123.9505.1036.camel@papa.wdm.com> Content-Type: text/plain Organization: Message-Id: <1063676977.1939.19.camel@papa.wdm.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 15 Sep 2003 17:49:37 -0800 Content-Transfer-Encoding: 7bit cc: FreeBSD-ISP Subject: Re: backup tape drive under 4.8 ? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 01:48:22 -0000 Thanks, I'll look into it. On Mon, 2003-09-15 at 17:45, guru wrote: > On Sun, 14 Sep 2003, W.D. McKinney wrote: > > Hello, > > maybe flexbackup will work ? I've experimented with it a little bit, > perhaps it might be suitable and available from the ports. Best wishes! > > > I have a nice tape drive now on our mail server. What is the best way to > > back up data as we add customers ? Seems like Bru and Amanda are getting > > bad raps now ? > > kind regards > Norm From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 18:53:33 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70BF016A4B3 for ; Mon, 15 Sep 2003 18:53:33 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC27B43FBF for ; Mon, 15 Sep 2003 18:53:32 -0700 (PDT) (envelope-from DougB@freebsd.org) Received: from master.dougb.net (12-234-22-23.client.attbi.com[12.234.22.23](untrusted sender)) by comcast.net (rwcrmhc13) with SMTP id <2003091601533101500aq16je>; Tue, 16 Sep 2003 01:53:32 +0000 Date: Mon, 15 Sep 2003 18:53:31 -0700 (PDT) From: Doug Barton To: "W.D. McKinney" In-Reply-To: <1063500245.9516.753.camel@papa.wdm.com> Message-ID: <20030915185316.S13557@znfgre.qbhto.arg> References: <1063500245.9516.753.camel@papa.wdm.com> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-isp@freebsd.org Subject: Re: test freebsd.org - head it to /dev/null X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 01:53:33 -0000 Please don't do this. test@freebsd.org exists for just this reason. -- This .signature sanitized for your protection From owner-freebsd-isp@FreeBSD.ORG Mon Sep 15 18:56:35 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68B5D16A4B3 for ; Mon, 15 Sep 2003 18:56:35 -0700 (PDT) Received: from bilver.wjv.com (user38.net339.fl.sprint-hsd.net [65.40.24.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E06D43F3F for ; Mon, 15 Sep 2003 18:56:34 -0700 (PDT) (envelope-from bv@bilver.wjv.com) Received: from bilver.wjv.com (localhost.wjv.com [127.0.0.1]) by bilver.wjv.com (8.12.9/8.12.9) with ESMTP id h8G1tvkP020064; Mon, 15 Sep 2003 21:55:57 -0400 (EDT) (envelope-from bv@bilver.wjv.com) Received: (from bv@localhost) by bilver.wjv.com (8.12.9/8.12.9/Submit) id h8G1tvJp020063; Mon, 15 Sep 2003 21:55:57 -0400 (EDT) Date: Mon, 15 Sep 2003 21:55:57 -0400 From: Bill Vermillion To: "W.D. McKinney" Message-ID: <20030916015557.GG19020@wjv.com> References: <1063601123.9505.1036.camel@papa.wdm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1063601123.9505.1036.camel@papa.wdm.com> Organization: W.J.Vermillion / Orlando - Winter Park ReplyTo: bv@wjv.com User-Agent: Mutt/1.5.1i X-Spam-Status: No, hits=-4.9 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-isp@freebsd.org Subject: Re: backup tape drive under 4.8 ? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bv@wjv.com List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 01:56:35 -0000 On Sun, Sep 14, 2003 at 20:45 , while impersonating an expert on the internet, W.D. McKinney sent this to stdout: > I have a nice tape drive now on our mail server. What is the > best way to back up data as we add customers ? Seems like Bru > and Amanda are getting bad raps now ? Amanda is free but BRU costs money. If you don't mind commercial software I recommend Lone-Tar from Cactus.com. *** This is a semi-commercial announcment *** I have a few machines using that and each night I get an email saying the backup has been perfomed successfully, and later on another email indicating the tape has been rewound and it has verified at the bit-level that the tape matches the contents of the hard drive. I've been using that and another commercial piece of software on clients for years back when I used to have a lot of clients on SCO. But the Lone-Tar is available for FreeBSD, and I 'lent' one of the authors an SGI to compile a version for those a while back. They've been supporting multiple Unix products for at least 10 years. The support is great. They also have a free demo download. Now - here is a disclainer - I'm also a dealer for the SW - so go to the site and take a look. They have a fairly high list price on the SW - but even though I don't sell much I've been a dealer for years and get a decent discount. So if you think you might want this email me. Sorry if anyone finds this too commercial as I tried to keep it just pertinent to the discussion. Bill -- Bill Vermillion - bv @ wjv . com From owner-freebsd-isp@FreeBSD.ORG Tue Sep 16 09:53:29 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CA2716A4B3 for ; Tue, 16 Sep 2003 09:53:29 -0700 (PDT) Received: from gray.impulse.net (gray.impulse.net [207.154.64.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id B529043F3F for ; Tue, 16 Sep 2003 09:53:28 -0700 (PDT) (envelope-from secabeen@pobox.com) Received: by gray.impulse.net (Postfix, from userid 1000) id ECBE42CC; Tue, 16 Sep 2003 09:53:27 -0700 (PDT) To: "Scott Muller" References: <021101c37be8$81690b40$6564a8c0@netcommplete.lan> From: Ted Cabeen Date: Tue, 16 Sep 2003 09:53:27 -0700 In-Reply-To: <021101c37be8$81690b40$6564a8c0@netcommplete.lan> (Scott Muller's message of "Tue, 16 Sep 2003 10:21:42 +1000") Message-ID: <8765jsznco.fsf@gray.impulse.net> User-Agent: Gnus/5.1001 (Gnus v5.10.1) XEmacs/21.4 (Portable Code, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-isp@freebsd.org Subject: Re: postfix and syslogd X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 16:53:29 -0000 "Scott Muller" writes: >> Today I upgraded to postfix 2.0.14. I was testing something >> and I notice one thing which I don't know what is the couse. >> Here is the part from syslogd, part 1 - the attachment is >> rejected, part 2 same email same time I try to send , but I >> removed attachment from mail. My question is - maybe somebody >> has an idea why in first case cleanup process logs in syslogd >> with -2 hours difference ? ( my timezone +2 ), and after same >> process already logs with correct time ? >> > > Just a guess but you are probably running postfix chroot'd. > Check the chroot column in master.cf and if you are running some processes > Chroot'd then you need to make sure all the relevant files are sync'd in the > Chrrot jail. I don't run choot, but you nedd to check the sample-* files and > The readme files. I think you need to copy the localtime file from /etc but > I would check the docs. Yep, you need /etc/localtime in your chroot. You also will want to add a syslog log socket in your chroot as well. The logs in your original message are missing the data from the qmgr process, which provides message size and other useful data. The chroot for postfix is to the spool directory, so you'll probably want to put localtime in /var/spool/postfix/etc and add a -l /var/spool/postfix/dev/log to your syslogd_flags. -- Ted Cabeen http://www.pobox.com/~secabeen ted@impulse.net Check Website or Keyserver for PGP/GPG Key BA0349D2 secabeen@pobox.com "I have taken all knowledge to be my province." -F. Bacon secabeen@cabeen.org "Human kind cannot bear very much reality."-T.S.Eliot cabeen@netcom.com From owner-freebsd-isp@FreeBSD.ORG Tue Sep 16 14:19:06 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C37B716A4B3 for ; Tue, 16 Sep 2003 14:19:06 -0700 (PDT) Received: from mail.geek.sh (decoder.geek.sh [196.36.198.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BC5543F75 for ; Tue, 16 Sep 2003 14:19:05 -0700 (PDT) (envelope-from aragon@geek.sh) Received: by mail.geek.sh (Postfix, from userid 1000) id 99DD524D33; Tue, 16 Sep 2003 23:19:02 +0200 (SAST) Date: Tue, 16 Sep 2003 23:19:02 +0200 From: Aragon Gouveia To: Putinas Message-ID: <20030916211902.GA50656@phat.za.net> References: <00b901c37be5$a27c53d0$0464a8c0@spotripoli.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00b901c37be5$a27c53d0$0464a8c0@spotripoli.local> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.8-RELEASE-p1 i386 cc: freebsd-isp@freebsd.org Subject: Re: postfix and syslogd X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 21:19:06 -0000 Are you sending mail via an implicit SSL SMTP connection (port 465) to postfix? | By Putinas | [ 2003-09-16 02:01 +0200 ] > Hi all, > Today I upgraded to postfix 2.0.14. I was testing something and I notice one thing which I don't know what is the couse. Here is the part from syslogd, part 1 - the attachment is rejected, part 2 same email same time I try to send , but I removed attachment from mail. My question is - maybe somebody has an idea why in first case cleanup process logs in syslogd with -2 hours difference ? ( my timezone +2 ), and after same process already logs with correct time ? > > Part 1: > > Sep 16 01:47:37 freebsd postfix/smtpd[17572]: connect from pilkisnotexp.domain.tls[192.168.100.4] > Sep 16 01:47:37 freebsd postfix/smtpd[17572]: TLS connection established from pilkisnotexp.domain.tls[192.168.100.4]: TLSv1 with cipher RC4-MD5 (128/128 bits) > Sep 16 01:47:37 freebsd postfix/smtpd[17572]: 3A828743A2: client=pilkisnotexp.domain.tls[192.168.100.4], sasl_method=LOGIN, sasl_username=blabla@domain.tls > Sep 15 23:47:37 freebsd postfix/cleanup[17573]: 3A828743A2: message-id=<00a301c37be3$bda62200$0464a8c0@domain.tls> > Sep 15 23:47:37 freebsd postfix/cleanup[17573]: 3A828743A2: reject: header Content-Type: audio/mpeg;??name="19 - La Valse D'amlie.MP3" from pilkisnotexp.domain.tls[192.168.100.4]; from=mail@domain.tls to=blabla@domain.tls proto=ESMTP helo=: Rejected. > Sep 16 01:47:39 freebsd postfix/smtpd[17572]: disconnect from pilkisnotexp.domain.tls[192.168.100.4] > > Part 2: > > Sep 16 01:47:56 freebsd postfix/smtpd[17572]: connect from pilkisnotexp.domain.tls[192.168.100.4] > Sep 16 01:47:56 freebsd postfix/smtpd[17572]: TLS connection established from pilkisnotexp.domain.tls[192.168.100.4]: TLSv1 with cipher RC4-MD5 (128/128 bits) > Sep 16 01:47:56 freebsd postfix/smtpd[17572]: 127EF743A2: client=pilkisnotexp.domain.tls[192.168.100.4], sasl_method=LOGIN, sasl_username=blabla@domain.tls > Sep 15 23:47:56 freebsd postfix/cleanup[17573]: 127EF743A2: message-id=<00af01c37be3$c8dd8820$0464a8c0@domain.tls> > Sep 16 01:47:56 freebsd postfix/qmgr[17544]: 127EF743A2: from=, size=5122, nrcpt=2 (queue active) > Sep 16 01:47:56 freebsd postfix/smtpd[17572]: disconnect from pilkisnotexp.domain.tls[192.168.100.4] > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" From owner-freebsd-isp@FreeBSD.ORG Tue Sep 16 18:24:25 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABA9116AAB1 for ; Tue, 16 Sep 2003 18:24:25 -0700 (PDT) Received: from mail.yazzy.org (yazzy.org [217.8.140.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A22A43FA3 for ; Tue, 16 Sep 2003 18:24:24 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from localhost (localhost [127.0.0.1]) by mail.yazzy.org (Postfix) with ESMTP id 3367C3980F for ; Wed, 17 Sep 2003 03:24:20 +0200 (CEST) Received: from mail.yazzy.org ([127.0.0.1]) by localhost (urukhai.yazzy.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 58171-09 for ; Wed, 17 Sep 2003 03:24:19 +0200 (CEST) Received: from yazzy.solheim (yazzy [192.168.98.11]) by mail.yazzy.org (Postfix) with SMTP id 4FA8B39814 for ; Wed, 17 Sep 2003 03:24:18 +0200 (CEST) Date: Wed, 17 Sep 2003 03:03:43 +0200 From: Martin Jessa To: freebsd-isp Message-Id: <20030917030343.52426383.freebsd@yazzy.org> Organization: WRS ASA X-Mailer: Sylpheed version 0.9.0claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: FreeRadius and md5 hashed passwords X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 01:24:25 -0000 Hi guys. I have set up freeradius with authentication agains MySQL. I have poptop talking to the radius server and in that way authenticating my users. The problem is I cannot make the radius server read md5 encrypted passwords, only plain text. Any idea what to do to make it read md5 passwords? Example of the password table: table 'radcheck' : Cleartext (works): INSERT INTO radcheck VALUES (2,'test@yazzy.org','User-Password',':=','12233445'); MD5 (no love): INSERT INTO radcheck VALUES (3,'test@yazzy.org','User-Password',':=','bc8bf6f2fd343cab9d387d5dcc777be3'); Regards, Martin Jessa From owner-freebsd-isp@FreeBSD.ORG Tue Sep 16 19:24:38 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0127816A4B3 for ; Tue, 16 Sep 2003 19:24:38 -0700 (PDT) Received: from mail.lambertfam.org (www.lambertfam.org [216.223.208.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4038B43F85 for ; Tue, 16 Sep 2003 19:24:37 -0700 (PDT) (envelope-from lambert@lambertfam.org) Received: from laptop.lambertfam.org (laptop.int.lambertfam.org [10.1.0.2]) by mail.lambertfam.org (Postfix) with ESMTP id 381EA34D37 for ; Tue, 16 Sep 2003 22:24:35 -0400 (EDT) Received: by laptop.lambertfam.org (Postfix, from userid 1000) id 296BE8926; Tue, 16 Sep 2003 22:24:35 -0400 (EDT) Date: Tue, 16 Sep 2003 22:24:35 -0400 From: Scott Lambert To: freebsd-isp Message-ID: <20030917022435.GA14843@laptop.lambertfam.org> Mail-Followup-To: freebsd-isp References: <20030917030343.52426383.freebsd@yazzy.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030917030343.52426383.freebsd@yazzy.org> User-Agent: Mutt/1.4.1i Subject: Re: FreeRadius and md5 hashed passwords X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 02:24:38 -0000 On Wed, Sep 17, 2003 at 03:03:43AM +0200, Martin Jessa wrote: > Hi guys. > > I have set up freeradius with authentication agains MySQL. > I have poptop talking to the radius server and in that way authenticating my users. > The problem is I cannot make the radius server read md5 encrypted passwords, only plain text. > Any idea what to do to make it read md5 passwords? > Example of the password table: > > table 'radcheck' : > > Cleartext (works): > INSERT INTO radcheck VALUES (2,'test@yazzy.org','User-Password',':=','12233445'); > > MD5 (no love): > INSERT INTO radcheck VALUES (3,'test@yazzy.org','User-Password',':=','bc8bf6f2fd343cab9d387d5dcc777be3'); I think you are missing the salt. This is an MD5 cryptpassword of your example cleartext password: $1$HuVWpRMf$dmUeqUO15b9HGbDmmki6W. -- Scott Lambert KC5MLE Unix SysAdmin lambert@lambertfam.org From owner-freebsd-isp@FreeBSD.ORG Tue Sep 16 20:19:13 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EACE416A4B3 for ; Tue, 16 Sep 2003 20:19:13 -0700 (PDT) Received: from mail.yazzy.org (yazzy.org [217.8.140.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id A906943FB1 for ; Tue, 16 Sep 2003 20:19:12 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from localhost (localhost [127.0.0.1]) by mail.yazzy.org (Postfix) with ESMTP id 911DE3986E; Wed, 17 Sep 2003 05:19:07 +0200 (CEST) Received: from mail.yazzy.org ([127.0.0.1]) by localhost (urukhai.yazzy.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 60380-06; Wed, 17 Sep 2003 05:19:06 +0200 (CEST) Received: from yazzy.solheim (yazzy [192.168.98.11]) by mail.yazzy.org (Postfix) with SMTP id 23B423986D; Wed, 17 Sep 2003 05:19:03 +0200 (CEST) Date: Wed, 17 Sep 2003 04:58:28 +0200 From: Martin Jessa To: lambert@lambertfam.org Message-Id: <20030917045828.4c7f7ec9.freebsd@yazzy.org> In-Reply-To: <20030917022435.GA14843@laptop.lambertfam.org> References: <20030917030343.52426383.freebsd@yazzy.org> <20030917022435.GA14843@laptop.lambertfam.org> Organization: WRS ASA X-Mailer: Sylpheed version 0.9.0claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-isp@freebsd.org Subject: Re: FreeRadius and md5 hashed passwords X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 03:19:14 -0000 Hi Scott, guys. I am stucked. I made some changes in the config file and added Auth-Type to the radgroupcheck table (which was previously empty) and now I cannot authenticate at all. Seems like the problem is somewhere else. My radiusd.conf: modules { mschap { authtype = MD5 use_mppe = yes require_encryption = yes require_strong = yes encryption_scheme = md5 } authorize { preprocess suffix sql } authenticate { authtype MD5 { mschap } } mysql> select * from radgroupreply; +----+-----------+-------------------+----+-----------------+------+ | id | GroupName | Attribute | op | Value | prio | +----+-----------+-------------------+----+-----------------+------+ | 1 | user | Framed-IP-Netmask | := | 255.255.255.0 | 0 | | 2 | user | Framed-IP-Address | := | 255.255.255.254 | 0 | | 3 | user | Service-Type | := | Framed-User | 0 | | 4 | user | Auth-Type | := | Local | 0 | +----+-----------+-------------------+----+-----------------+------+ mysql> select * from usergroup; +----+-----------------+-----------+ | id | UserName | GroupName | +----+-----------------+-----------+ | 1 | yazzy@yazzy.org | user | +----+-----------------+-----------+ mysql> select * from radgroupcheck; +----+-----------+-----------+----+-------+ | id | GroupName | Attribute | op | Value | +----+-----------+-----------+----+-------+ | 1 | user | Auth-Type | := | MD5 | +----+-----------+-----------+----+-------+ mysql> select * from radcheck; +----+-----------------+---------------+----+----------------+ | id | UserName | Attribute | op | Value | +----+-----------------+---------------+----+----------------+ | 1 | yazzy@yazzy.org | User-Password | := | $1$bc8bf6f2fd343cab9d387d5dcc777be3 | +----+-----------------+---------------+----+----------------+ Then running: radtest yazzy@yazzy.org my_pass 127.0.0.1 1812 radius_pass 127.0.0.1 i get following error: rad_recv: Access-Request packet from host 127.0.0.1:57048, id=44, length=73 User-Name = "yazzy@yazzy.org" User-Password = "my_pass" NAS-IP-Address = 255.255.255.255 NAS-Port = 1812 Framed-Protocol = PPP modcall: entering group authorize modcall[authorize]: module "preprocess" returns ok modcall[authorize]: module "mschap" returns notfound rlm_realm: Looking up realm yazzy.org for User-Name = "yazzy@yazzy.org" rlm_realm: Found realm DEFAULT rlm_realm: Adding Stripped-User-Name = "yazzy" rlm_realm: Proxying request from user yazzy to realm DEFAULT rlm_realm: Adding Realm = "DEFAULT" rlm_realm: Authentication realm is LOCAL. ***SNIP*** rlm_sql (sql): Released sql socket id: 1 modcall[authorize]: module "sql" returns ok modcall: group authorize returns ok rad_check_password: Found Auth-Type MD5 auth: type "MD5" modcall: entering group authtype rlm_mschap: No LM/NT password configured. Check authorization. modcall[authenticate]: module "mschap" returns invalid modcall: group authtype returns invalid auth: Failed to validate the user. Delaying request 4 for 1 seconds Finished request 4 Any idea how to fix that and what can be wrong? On Tue, 16 Sep 2003 22:24:35 -0400 Scott Lambert wrote: > On Wed, Sep 17, 2003 at 03:03:43AM +0200, Martin Jessa wrote: > > Hi guys. > > > > I have set up freeradius with authentication agains MySQL. > > I have poptop talking to the radius server and in that way authenticating my users. > > The problem is I cannot make the radius server read md5 encrypted passwords, only plain text. > > Any idea what to do to make it read md5 passwords? > > Example of the password table: > > > > table 'radcheck' : > > > > Cleartext (works): > > INSERT INTO radcheck VALUES (2,'test@yazzy.org','User-Password',':=','12233445'); > > > > MD5 (no love): > > INSERT INTO radcheck VALUES (3,'test@yazzy.org','User-Password',':=','bc8bf6f2fd343cab9d387d5dcc777be3'); > > I think you are missing the salt. > > This is an MD5 cryptpassword of your example cleartext password: > > $1$HuVWpRMf$dmUeqUO15b9HGbDmmki6W. > > > -- > Scott Lambert KC5MLE Unix SysAdmin > lambert@lambertfam.org > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" From owner-freebsd-isp@FreeBSD.ORG Tue Sep 16 20:28:24 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19BFE16A4B3 for ; Tue, 16 Sep 2003 20:28:24 -0700 (PDT) Received: from fire.org.nz (firewall.fire.org.nz [203.97.144.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DD5C43FCB for ; Tue, 16 Sep 2003 20:28:22 -0700 (PDT) (envelope-from andy@fud.org.nz) Received: by homer.fire.org.nz id <336011>; Wed, 17 Sep 2003 03:26:12 +1200 Message-Id: <03Sep17.032612nzst.336011@homer.fire.org.nz> Date: Wed, 17 Sep 2003 15:28:18 +1200 From: Andrew Thompson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20030905 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin Jessa References: <20030917030343.52426383.freebsd@yazzy.org> <20030917022435.GA14843@laptop.lambertfam.org> <20030917045828.4c7f7ec9.freebsd@yazzy.org> In-Reply-To: <20030917045828.4c7f7ec9.freebsd@yazzy.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-isp@freebsd.org Subject: Re: FreeRadius and md5 hashed passwords X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 03:28:24 -0000 Martin Jessa wrote: > Hi Scott, guys. > > I am stucked. I made some changes in the config file and added Auth-Type to the radgroupcheck table (which was previously empty) and now I cannot authenticate at all. > Seems like the problem is somewhere else. > > My radiusd.conf: > > modules { > mschap { > authtype = MD5 > use_mppe = yes > require_encryption = yes > require_strong = yes > encryption_scheme = md5 > } > > My understanding was that chap required the password on the sever to be in plain text, so MD5 could not be used. The response from the client is encrypted with the password, so if its also encrypted locally, it cant be checked. You may need to use pap. Andy From owner-freebsd-isp@FreeBSD.ORG Tue Sep 16 20:49:29 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F8416A4B3 for ; Tue, 16 Sep 2003 20:49:29 -0700 (PDT) Received: from mail.yazzy.org (yazzy.org [217.8.140.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6356D43F3F for ; Tue, 16 Sep 2003 20:49:28 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from localhost (localhost [127.0.0.1]) by mail.yazzy.org (Postfix) with ESMTP id A074439871; Wed, 17 Sep 2003 05:49:24 +0200 (CEST) Received: from mail.yazzy.org ([127.0.0.1]) by localhost (urukhai.yazzy.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 61440-06; Wed, 17 Sep 2003 05:49:24 +0200 (CEST) Received: from yazzy.solheim (yazzy [192.168.98.11]) by mail.yazzy.org (Postfix) with SMTP id 916E13986F; Wed, 17 Sep 2003 05:49:21 +0200 (CEST) Date: Wed, 17 Sep 2003 05:28:46 +0200 From: Martin Jessa To: freebsd-isp@freebsd.org Message-Id: <20030917052846.74b40df5.freebsd@yazzy.org> In-Reply-To: <03Sep17.032612nzst.336011@homer.fire.org.nz> References: <20030917030343.52426383.freebsd@yazzy.org> <20030917022435.GA14843@laptop.lambertfam.org> <20030917045828.4c7f7ec9.freebsd@yazzy.org> <03Sep17.032612nzst.336011@homer.fire.org.nz> Organization: WRS ASA X-Mailer: Sylpheed version 0.9.0claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: andy@fud.org.nz Subject: Re: FreeRadius and md5 hashed passwords X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 03:49:29 -0000 Great! It worked. Thanks a bunch Andy :) rlm_pap: Using MD5 encryption. rlm_pap: User authenticated succesfully modcall[authenticate]: module "pap" returns ok modcall: group authtype returns ok Sending Access-Accept of id 216 to 127.0.0.1:58965 On Wed, 17 Sep 2003 15:28:18 +1200 Andrew Thompson wrote: > Martin Jessa wrote: > > Hi Scott, guys. > > > > I am stucked. I made some changes in the config file and added Auth-Type to the radgroupcheck table (which was previously empty) and now I cannot authenticate at all. > > Seems like the problem is somewhere else. > > > > My radiusd.conf: > > > > modules { > > mschap { > > authtype = MD5 > > use_mppe = yes > > require_encryption = yes > > require_strong = yes > > encryption_scheme = md5 > > } > > > > > > My understanding was that chap required the password on the sever to be > in plain text, so MD5 could not be used. The response from the client > is encrypted with the password, so if its also encrypted locally, it > cant be checked. > > You may need to use pap. > > > Andy > > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" From owner-freebsd-isp@FreeBSD.ORG Wed Sep 17 01:18:29 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 860CF16A4B3 for ; Wed, 17 Sep 2003 01:18:29 -0700 (PDT) Received: from h2.liquidneon.com (h2.liquidneon.com [38.116.133.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id F330B43FAF for ; Wed, 17 Sep 2003 01:18:28 -0700 (PDT) (envelope-from bdavis@house.so14k.com) Received: (qmail 66971 invoked from network); 17 Sep 2003 08:18:28 -0000 Received: from 12-235-234-120.client.attbi.com (HELO mccaffrey.house.so14k.com) (@12.235.234.120) by h2.liquidneon.com with SMTP; 17 Sep 2003 08:18:28 -0000 Received: by mccaffrey.house.so14k.com (Postfix, from userid 1001) id 3865D143; Wed, 17 Sep 2003 02:18:28 -0600 (MDT) Date: Wed, 17 Sep 2003 02:18:28 -0600 From: Brad Davis To: freebsd-isp@freebsd.org Message-ID: <20030917081828.GC43577@mccaffrey.house.so14k.com> Mail-Followup-To: freebsd-isp@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Verisign fun. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 08:18:29 -0000 I don't know about you guys but the verisign redirecting all unregistered .com/.net domains is annoying. Someone pointed this out to me. http://achurch.org/bind-verisign-patch.html Brad From owner-freebsd-isp@FreeBSD.ORG Wed Sep 17 03:06:30 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 917C416A4B3 for ; Wed, 17 Sep 2003 03:06:30 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-13-171.w80-11.abo.wanadoo.fr [80.11.65.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9AFA43FB1 for ; Wed, 17 Sep 2003 03:06:28 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from lphp.org (ATuileries-108-2-1-148.w217-128.abo.wanadoo.fr [217.128.152.148]) by mx1.lphp.org (8.12.8p1/8.12.8) with ESMTP id h8HA6QAD031591 for ; Wed, 17 Sep 2003 12:06:26 +0200 (CEST) (envelope-from ajacoutot@lphp.org) Message-ID: <3F68314F.10409@lphp.org> Date: Wed, 17 Sep 2003 12:02:55 +0200 From: Antoine Jacoutot User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-isp@FreeBSD.ORG Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 2 internet connections X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 10:06:30 -0000 Hi ! I wanted to know if the following setup could work under FreeBSD, and if so, where should I start to look for information. Basically, I would like my FreeBSD box to be a router for 2 networks and 2 internet connections... nothing fancy yet (no failover nor load balancing) something like that: net 1 --> internet = NAT with internet connection 1 net 2 --> internet = NAT with internet connection 2 net 1 <--> net 2 = simple routing Is it doable ? I'm also concerned about the default gateway here... what should it be ? Someone told me to try a setup like this: ipfw add divert 8668 ip from to any not via tun0 out ipfw add divert 8669 ip from to any net via tun1 out ipfw add divert 8668 ip from any not to any me tun0 in ipfw add divert 8669 ip from any not to any me tun0 in natd -p 8868 -n tun0 natd -p 8869 -n tun1 Thanks a lot for any info you can provide regarding this question. Regards, Antoine From owner-freebsd-isp@FreeBSD.ORG Wed Sep 17 05:01:56 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2208816A4B3 for ; Wed, 17 Sep 2003 05:01:56 -0700 (PDT) Received: from yazzy.wrs.no (mail.wrs.no [213.236.173.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DA8243FBF for ; Wed, 17 Sep 2003 05:01:55 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from h311r4iz3r.wrs (localhost [127.0.0.1]) by yazzy.wrs.no (Postfix) with SMTP id 110BA4619 for ; Wed, 17 Sep 2003 14:01:46 +0200 (CEST) Date: Wed, 17 Sep 2003 14:01:46 +0200 From: Martin Jessa To: freebsd-isp Message-Id: <20030917140146.79e62dab.freebsd@yazzy.org> Organization: WRS ASA X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Freeradius and Mikrotik as NAS X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 12:01:56 -0000 Hi guys. I've installed mikrotik's router on my box, set up my radius server to work nicely with mysql and md5 hashed passwords. Now I need to chose whether to use ppp or pppoe for users to authenticate and connect to the outside world. I want my radius server to talk to the NAS (the mikrotik box) and give my users different bandwith based on their usernames. Is there any software I can use for that ? How can freeradius send that kind of info to the mikrotik router? And what would be the best to use, ppp or pppoe for my Wlan users with LAN-range IP numbers? Thanks again. YazzY From owner-freebsd-isp@FreeBSD.ORG Wed Sep 17 05:08:39 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0DBC16A4B3 for ; Wed, 17 Sep 2003 05:08:39 -0700 (PDT) Received: from daneel.nbux.com (daneel.nbux.com [62.4.21.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1900843FCB for ; Wed, 17 Sep 2003 05:08:38 -0700 (PDT) (envelope-from freebsd@nbux.com) Received: from webmail.nbux.com (daneel.nbux.com [62.4.21.96]) by daneel.nbux.com (Postfix) with SMTP id 3F01C95858 for ; Wed, 17 Sep 2003 14:08:35 +0200 (CEST) Message-ID: <50991.192.168.1.3.1063800515.squirrel@webmail.nbux.com> Date: Wed, 17 Sep 2003 14:08:35 +0200 (CEST) From: "Christophe Yayon" To: freebsd-isp@freebsd.org User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: ? Subject: samba strange troubles on freebsd 5.1 X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 12:08:39 -0000 Hi all, I am using freebsd 5.1 and Samba 2.2.8a, i have some troubles with samba shares when i try to write something from windows to samba (share are msdosfs) hang, and lost connection to the samba server. Then, i need to down/up my NIC or reboot my server... Sometimes, it crash with a kernel panic... I tried the same transfert with FTP and it's ok, no problem... I also tried with another NIC (Realtek and 3COM). Someone could help me please ? Thanks in advance. From owner-freebsd-isp@FreeBSD.ORG Wed Sep 17 08:05:47 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F62416A4B3 for ; Wed, 17 Sep 2003 08:05:47 -0700 (PDT) Received: from gray.impulse.net (gray.impulse.net [207.154.64.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC21B43FBF for ; Wed, 17 Sep 2003 08:05:46 -0700 (PDT) (envelope-from secabeen@pobox.com) Received: by gray.impulse.net (Postfix, from userid 1000) id E2A5323F; Wed, 17 Sep 2003 08:05:45 -0700 (PDT) To: freebsd-isp@freebsd.org References: <20030917081828.GC43577@mccaffrey.house.so14k.com> From: Ted Cabeen Date: Wed, 17 Sep 2003 08:05:45 -0700 In-Reply-To: <20030917081828.GC43577@mccaffrey.house.so14k.com> (Brad Davis's message of "Wed, 17 Sep 2003 02:18:28 -0600") Message-ID: <87znh3o3p2.fsf@gray.impulse.net> User-Agent: Gnus/5.1001 (Gnus v5.10.1) XEmacs/21.4 (Portable Code, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Verisign fun. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 15:05:47 -0000 Brad Davis writes: > I don't know about you guys but the verisign redirecting all > unregistered .com/.net domains is annoying. Someone pointed this out to > me. > > http://achurch.org/bind-verisign-patch.html If you want to do something like this, here's the official ISC patch: http://www.isc.org/products/BIND/delegation-only.html -- Ted Cabeen http://www.pobox.com/~secabeen ted@impulse.net Check Website or Keyserver for PGP/GPG Key BA0349D2 secabeen@pobox.com "I have taken all knowledge to be my province." -F. Bacon secabeen@cabeen.org "Human kind cannot bear very much reality."-T.S.Eliot cabeen@netcom.com From owner-freebsd-isp@FreeBSD.ORG Wed Sep 17 08:44:42 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97A8616A4B3 for ; Wed, 17 Sep 2003 08:44:42 -0700 (PDT) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 09EB443FE1 for ; Wed, 17 Sep 2003 08:44:41 -0700 (PDT) (envelope-from chris@Shenton.Org) Received: (qmail 36304 invoked by uid 1001); 17 Sep 2003 15:46:05 -0000 To: vchkpw@inter7.com References: <86isnuj2gg.fsf@PECTOPAH.shenton.org> From: Chris Shenton Date: Wed, 17 Sep 2003 11:46:05 -0400 In-Reply-To: <86isnuj2gg.fsf@PECTOPAH.shenton.org> (Chris Shenton's message of "Sun, 14 Sep 2003 20:54:39 -0400") Message-ID: <86brtjo1tu.fsf@PECTOPAH.shenton.org> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-isp@freebsd.org Subject: Re: [SOLVED] vpopmail POP: "ERR aac, chiled crashed" after reboot, core dumped X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 15:44:42 -0000 Chris Shenton writes: > The machine was recently rebooted and vpopmail's POP now crashes upon > successful authentication (names changed for privacy, sorry): > > chris@PECTOPAH<104> telnet foo.example.net pop3 > +OK <32620.1063584541@foo.example.net> > user chris@email.zz > +OK > pass MyPass > -ERR aack, child crashed I rebuilt the OS, rebuilt the kernel, rebuilt vpopmail (same version) -- to no affect. I was able to get it working again with a relatively minor fix. I'm documenting it here in case it helps anyone else. In /usr/local/vpopmail/etc/ there are files: open-smtp, open-smtp.lock, and tcp.smtp. I removed the lock file and renamed the other two to get them out of the way: -rw-r--r-- 1 root vchkpw 1874 Sep 17 08:11 open-smtp -rw-r--r-- 1 root vchkpw 302746 Sep 13 10:00 open-smtp.HIDE -rw-r--r-- 1 root vchkpw 0 Sep 17 07:55 open-smtp.lock -rw-r--r-- 1 vpopmail vchkpw 4015 Sep 17 08:11 tcp.smtp.cdb -rw-r--r-- 1 vpopmail vchkpw 2112 Sep 17 07:59 tcp.smtp.cdb.HIDE I was then able to POP in sucessfully. Is there some way I should have been able to detect this problem? Perhaps cranking up a debug flag and examining logs? I don't know the code enough to know which binaries use these, but it looks like they all use open-smtp. Any clues for future similar problems would be appreciated. If crash-related damage caused this, is it something that's worked-around in modern versions of vpopmail? Thanks. From owner-freebsd-isp@FreeBSD.ORG Wed Sep 17 09:48:33 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A34D16A527 for ; Wed, 17 Sep 2003 09:48:33 -0700 (PDT) Received: from admin.wolfpaw.net (admin.wolfpaw.net [204.209.44.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 34B0C43FB1 for ; Wed, 17 Sep 2003 09:48:32 -0700 (PDT) (envelope-from admin-lists@wolfpaw.net) Received: (qmail 49745 invoked by uid 0); 17 Sep 2003 16:46:16 -0000 Received: from unknown (HELO wolf) (216.123.201.128) by 0 with SMTP; 17 Sep 2003 16:46:16 -0000 From: "Wolfpaw - Dale Corse" To: Date: Wed, 17 Sep 2003 10:54:07 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <87znh3o3p2.fsf@gray.impulse.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: Verisign fun. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 16:48:33 -0000 Can't they get sued for something stupid like this? Isn't it unfair competition or something? Not that it would be the first time Verisign had done something underhanded. Bleh. D. -------------------------------- Dale Corse System Administrator Wolfpaw Services Inc. http://www.wolfpaw.net (780) 474-4095 > -----Original Message----- > From: owner-freebsd-isp@freebsd.org > [mailto:owner-freebsd-isp@freebsd.org]On Behalf Of Ted Cabeen > Sent: Wednesday, September 17, 2003 9:06 AM > To: freebsd-isp@freebsd.org > Subject: Re: Verisign fun. > > > Brad Davis writes: > > > I don't know about you guys but the verisign redirecting all > > unregistered .com/.net domains is annoying. Someone > pointed this out to > > me. > > > > http://achurch.org/bind-verisign-patch.html > > If you want to do something like this, here's the official > ISC patch: > > http://www.isc.org/products/BIND/delegation-only.html > > -- > Ted Cabeen http://www.pobox.com/~secabeen > ted@impulse.net > Check Website or Keyserver for PGP/GPG Key BA0349D2 > secabeen@pobox.com > "I have taken all knowledge to be my province." -F. Bacon > secabeen@cabeen.org > "Human kind cannot bear very much reality."-T.S.Eliot > cabeen@netcom.com > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to > "freebsd-isp-unsubscribe@freebsd.org" > > From owner-freebsd-isp@FreeBSD.ORG Wed Sep 17 14:39:42 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2296416A4B3 for ; Wed, 17 Sep 2003 14:39:42 -0700 (PDT) Received: from relay.transip.nl (relay.transip.nl [80.69.66.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBFB543FDF for ; Wed, 17 Sep 2003 14:39:40 -0700 (PDT) (envelope-from freebsd@walter.transip.nl) Received: from blue.calx.nl (blue.calx.nl [213.84.201.224]) by relay.transip.nl (Postfix) with ESMTP id 7F748270 for ; Wed, 17 Sep 2003 23:39:38 +0200 (CEST) Received: from kai.calx.nl (kai.calx.nl [172.23.7.10]) by blue.calx.nl (Postfix) with ESMTP id 21161A931 for ; Wed, 17 Sep 2003 23:39:39 +0200 (CEST) Date: Wed, 17 Sep 2003 23:39:59 +0200 From: Walter Hop X-Mailer: The Bat! (v1.62r) Educational X-Priority: 3 (Normal) Message-ID: <48322287.20030917233959@blue.calx.nl> To: freebsd-isp@freebsd.org In-Reply-To: <87znh3o3p2.fsf@gray.impulse.net> References: <20030917081828.GC43577@mccaffrey.house.so14k.com> <87znh3o3p2.fsf@gray.impulse.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re[2]: Verisign fun. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 21:39:42 -0000 [in reply to secabeen@pobox.com, 17-9-2003] >> I don't know about you guys but the verisign redirecting all >> unregistered .com/.net domains is annoying. Someone pointed this out to >> me. >> >> http://achurch.org/bind-verisign-patch.html > > If you want to do something like this, here's the official ISC patch: > > http://www.isc.org/products/BIND/delegation-only.html If you do this patch, test it carefully. I have had serious resolution problems with the patch on FreeBSD 4.8, and somebody else on bind9-users with Solaris had the same. Unless you host applications or networks that break, I would suggest waiting a few days to see if an updated version becomes available. I am nullrouting the IP addresses of Verisign's spam webservers for now. cheers, walter -- We have met the enemy, and he is us. From owner-freebsd-isp@FreeBSD.ORG Wed Sep 17 14:46:05 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DFF916A4B3 for ; Wed, 17 Sep 2003 14:46:05 -0700 (PDT) Received: from webmail.akwireless.net (webmail.akwireless.net [192.189.218.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 5B9B943FAF for ; Wed, 17 Sep 2003 14:46:04 -0700 (PDT) (envelope-from dee@akwireless.net) Received: (qmail 4844 invoked from network); 17 Sep 2003 21:46:03 -0000 Received: from unknown (HELO 192.168.0.3) (127.0.0.1) by 0 with SMTP; 17 Sep 2003 21:46:03 -0000 From: "W.D. McKinney" To: freebsd-isp@freebsd.org In-Reply-To: <48322287.20030917233959@blue.calx.nl> References: <20030917081828.GC43577@mccaffrey.house.so14k.com> <48322287.20030917233959@blue.calx.nl> Content-Type: text/plain Organization: Message-Id: <1063835258.6538.245.camel@papa.wdm.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 17 Sep 2003 13:47:38 -0800 Content-Transfer-Encoding: 7bit Subject: Re: Re[2]: Verisign fun. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 21:46:05 -0000 I saw that on the ISC bind9-users list also. We have moved off our bind9 servers to djbdns a couple days agao and there are patches for that version also, but we have decided to let the dust settle as impact is minimal right now. I always say, "Only the experienced walk with a limp." Dee On Wed, 2003-09-17 at 13:39, Walter Hop wrote: > [in reply to secabeen@pobox.com, 17-9-2003] > > >> I don't know about you guys but the verisign redirecting all > >> unregistered .com/.net domains is annoying. Someone pointed this out to > >> me. > >> > >> http://achurch.org/bind-verisign-patch.html > > > > If you want to do something like this, here's the official ISC patch: > > > > http://www.isc.org/products/BIND/delegation-only.html > > If you do this patch, test it carefully. I have had serious resolution > problems with the patch on FreeBSD 4.8, and somebody else on bind9-users > with Solaris had the same. > > Unless you host applications or networks that break, I would suggest > waiting a few days to see if an updated version becomes available. > > I am nullrouting the IP addresses of Verisign's spam webservers for now. > > cheers, > walter From owner-freebsd-isp@FreeBSD.ORG Thu Sep 18 06:04:08 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6CB816A4B3 for ; Thu, 18 Sep 2003 06:04:08 -0700 (PDT) Received: from h2.liquidneon.com (h2.liquidneon.com [38.116.133.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2742B43F75 for ; Thu, 18 Sep 2003 06:04:08 -0700 (PDT) (envelope-from bdavis@house.so14k.com) Received: (qmail 88577 invoked from network); 18 Sep 2003 13:04:07 -0000 Received: from 12-235-234-120.client.attbi.com (HELO mccaffrey.house.so14k.com) (@12.235.234.120) by h2.liquidneon.com with SMTP; 18 Sep 2003 13:04:07 -0000 Received: by mccaffrey.house.so14k.com (Postfix, from userid 1001) id C55A011D; Thu, 18 Sep 2003 07:04:06 -0600 (MDT) Date: Thu, 18 Sep 2003 07:04:06 -0600 From: Brad Davis To: freebsd-isp@freebsd.org Message-ID: <20030918130406.GA68759@mccaffrey.house.so14k.com> Mail-Followup-To: freebsd-isp@freebsd.org References: <20030917081828.GC43577@mccaffrey.house.so14k.com> <48322287.20030917233959@blue.calx.nl> <1063835258.6538.245.camel@papa.wdm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1063835258.6538.245.camel@papa.wdm.com> User-Agent: Mutt/1.4.1i Subject: Re: Re[2]: Verisign fun. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 13:04:09 -0000 I just did the same, and I am pretty happy with djbdns. Patches also exist for djbdns to do something similar. Brad On Wed, Sep 17, 2003 at 01:47:38PM -0800, W.D. McKinney wrote: > I saw that on the ISC bind9-users list also. We have moved off our bind9 > servers to djbdns a couple days agao and there are patches for that > version also, but we have decided to let the dust settle as impact is > minimal right now. > > I always say, "Only the experienced walk with a limp." > > Dee > > > On Wed, 2003-09-17 at 13:39, Walter Hop wrote: > > [in reply to secabeen@pobox.com, 17-9-2003] > > > > >> I don't know about you guys but the verisign redirecting all > > >> unregistered .com/.net domains is annoying. Someone pointed this out to > > >> me. > > >> > > >> http://achurch.org/bind-verisign-patch.html > > > > > > If you want to do something like this, here's the official ISC patch: > > > > > > http://www.isc.org/products/BIND/delegation-only.html > > > > If you do this patch, test it carefully. I have had serious resolution > > problems with the patch on FreeBSD 4.8, and somebody else on bind9-users > > with Solaris had the same. > > > > Unless you host applications or networks that break, I would suggest > > waiting a few days to see if an updated version becomes available. > > > > I am nullrouting the IP addresses of Verisign's spam webservers for now. > > > > cheers, > > walter > > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" From owner-freebsd-isp@FreeBSD.ORG Thu Sep 18 07:10:53 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E202916A4B3 for ; Thu, 18 Sep 2003 07:10:53 -0700 (PDT) Received: from opium.co.za (opium.co.za [196.34.165.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7EAA43F85 for ; Thu, 18 Sep 2003 07:10:52 -0700 (PDT) (envelope-from mark@opium.co.za) Received: from mark (helo=localhost) by opium.co.za with local-esmtp (Exim 4.20) id 19zzUX-0001wM-2G for freebsd-isp@freebsd.org; Thu, 18 Sep 2003 16:10:41 +0200 Date: Thu, 18 Sep 2003 16:10:40 +0200 (SAST) From: Mark Bojara X-X-Sender: mark@opium.co.za To: freebsd-isp@freebsd.org Message-ID: <20030918160749.C353-100000@opium.co.za> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: mark Subject: write behind caching X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 14:10:54 -0000 Hello All, One of our clients is running a FreeBSD 4.8 server with Samba for his Windows based financial system. He is having problems that the index files get corrupt. He phoned support for the financial system they told him he must disable "Write behind caching" on the server, However this is for a M$ server. Is there something equivilent for FreeBSD? Thank you in advance. Regards Mark Bojara ---------------------------------------------------------------- Take my advice, I don't use it anyway. ---------------------------------------------------------------- From owner-freebsd-isp@FreeBSD.ORG Thu Sep 18 07:49:12 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FA8416A4B3 for ; Thu, 18 Sep 2003 07:49:12 -0700 (PDT) Received: from flash.mipk-kspu.kharkov.ua (flash.mipk-kspu.kharkov.ua [194.44.157.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A89C43F75 for ; Thu, 18 Sep 2003 07:49:07 -0700 (PDT) (envelope-from artem@mipk.kharkiv.edu) Received: from mipk.kharkiv.edu (rainbow.mipk-kspu.kharkov.ua [192.168.9.241]) h8IEm6ta006957; Thu, 18 Sep 2003 17:48:06 +0300 (EEST) (envelope-from artem@mipk.kharkiv.edu) Message-ID: <3F69C599.9040501@mipk.kharkiv.edu> Date: Thu, 18 Sep 2003 17:47:53 +0300 From: "Artyom V. Viklenko" Organization: IIAT NTU "KhPI" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: ru, uk, en MIME-Version: 1.0 To: Mark Bojara References: <20030918160749.C353-100000@opium.co.za> In-Reply-To: <20030918160749.C353-100000@opium.co.za> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-isp@freebsd.org Subject: Re: write behind caching X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 14:49:12 -0000 Mark Bojara wrote: > Hello All, > > One of our clients is running a FreeBSD 4.8 server with Samba for his > Windows based financial system. He is having problems that the index files > get corrupt. He phoned support for the financial system they told him he > must disable "Write behind caching" on the server, However this is for a > M$ server. Is there something equivilent for FreeBSD? You can try to change this parameters for directory share on which those files are stored. strict sync = yes sync always = yes It usually slows write operations but forces data writes to disk befor returning from write operations on client side. -- Sincerely yours, Artyom V. Viklenko. ====================================================== System Administrator artem@mipk.kharkiv.edu ------------------------------------------------------ IIAT NTU "KhPI" 21, Frunze Str., Kharkov Ukraine 61002 Phone: +380 (572) 400026 Fax: +380 (572) 474062 ====================================================== From owner-freebsd-isp@FreeBSD.ORG Thu Sep 18 09:48:56 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D525116A4BF for ; Thu, 18 Sep 2003 09:48:56 -0700 (PDT) Received: from pd5mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2879443FAF for ; Thu, 18 Sep 2003 09:48:55 -0700 (PDT) (envelope-from swheeler@mcmurraycomputer.com) Received: from pd2mr4so.prod.shaw.ca (pd2mr4so-ser.prod.shaw.ca [10.0.141.107])2003)) with ESMTP id <0HLF00J1Z5DI7N@l-daemon> for freebsd-isp@freebsd.org; Thu, 18 Sep 2003 10:48:54 -0600 (MDT) Received: from pn2ml6so.prod.shaw.ca (pn2ml6so-qfe0.prod.shaw.ca [10.0.121.150]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HLF00LR65DI09@l-daemon> for freebsd-isp@freebsd.org; Thu, 18 Sep 2003 10:48:54 -0600 (MDT) Received: from biggboss (h24-66-214-227.fm.shawcable.net [24.66.214.227]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with SMTP id <0HLF00K3N5DGMN@l-daemon> for freebsd-isp@freebsd.org; Thu, 18 Sep 2003 10:48:54 -0600 (MDT) Date: Thu, 18 Sep 2003 10:48:54 -0600 From: Shannon Wheeler To: freebsd-isp@freebsd.org Message-id: <043d01c37e04$bf1d8e20$0a02a8c0@biggboss> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailer: Microsoft Outlook Express 6.00.2800.1158 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <20030918160749.C353-100000@opium.co.za> <3F69C599.9040501@mipk.kharkiv.edu> Subject: Re: write behind caching X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 16:48:57 -0000 This is freebsd-isp. ----- Original Message ----- Subject: Re: write behind caching From owner-freebsd-isp@FreeBSD.ORG Thu Sep 18 11:23:52 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F01B16A4B3 for ; Thu, 18 Sep 2003 11:23:52 -0700 (PDT) Received: from tomts16-srv.bellnexxia.net (tomts16.bellnexxia.net [209.226.175.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B1B43F85 for ; Thu, 18 Sep 2003 11:23:48 -0700 (PDT) (envelope-from george@durham.net) Received: from ddd ([65.95.181.135]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.06.04 201-253-122-130-104-20030726) with SMTP id <20030918182348.PVSO3710.tomts16-srv.bellnexxia.net@ddd> for ; Thu, 18 Sep 2003 14:23:48 -0400 From: "George Ramos" To: Date: Thu, 18 Sep 2003 14:20:53 -0400 Message-ID: <000301c37e11$995a94a0$23fea8c0@ddd> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: Looking to purchase a CISCO 7206 or 7206 VXR- Any sellers? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: george@durham.net List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 18:23:52 -0000 George Ramos Durham Net and Motor City Computers Please note that if you haven't E-mailed me in the past (and you think that there is a good reason for me to want to receive your E-mails, you must first send me an E-mail with the word wordone on the subject line, otherwise your E-mails will be rejected. I apologize for any inconvenience but given the amount of unsolicited E-mail that I used to receive I have had no choice but to take this measure. Best regards. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.518 / Virus Database: 316 - Release Date: 9/11/03 From owner-freebsd-isp@FreeBSD.ORG Thu Sep 18 11:39:45 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03FDD16A4BF for ; Thu, 18 Sep 2003 11:39:45 -0700 (PDT) Received: from perrin.nxad.com (internal.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A7043FB1 for ; Thu, 18 Sep 2003 11:39:42 -0700 (PDT) (envelope-from sean@nxad.com) Received: by perrin.nxad.com (Postfix, from userid 1001) id DB33D2105E; Thu, 18 Sep 2003 11:39:41 -0700 (PDT) Date: Thu, 18 Sep 2003 11:39:41 -0700 From: Sean Chittenden To: freebsd-isp@freebsd.org Message-ID: <20030918183941.GB79031@perrin.nxad.com> References: <20030917081828.GC43577@mccaffrey.house.so14k.com> <48322287.20030917233959@blue.calx.nl> <1063835258.6538.245.camel@papa.wdm.com> <20030918130406.GA68759@mccaffrey.house.so14k.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030918130406.GA68759@mccaffrey.house.so14k.com> X-PGP-Key: finger seanc@FreeBSD.org X-PGP-Fingerprint: 3849 3760 1AFE 7B17 11A0 83A6 DD99 E31F BC84 B341 X-Web-Homepage: http://sean.chittenden.org/ User-Agent: Mutt/1.5.4i Subject: Re: Re[2]: Verisign fun. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 18:39:45 -0000 > I just did the same, and I am pretty happy with djbdns. Patches also > exist for djbdns to do something similar. If your query volume gets high enough, djbdns starts dropping random requests on the floor. Just a heads up from someone who moved from djbdns back to bind9 because this bit me hard. -sc -- Sean Chittenden From owner-freebsd-isp@FreeBSD.ORG Thu Sep 18 11:45:09 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CF1C16A4B3 for ; Thu, 18 Sep 2003 11:45:09 -0700 (PDT) Received: from perrin.nxad.com (internal.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0138D43FCB for ; Thu, 18 Sep 2003 11:45:09 -0700 (PDT) (envelope-from sean@nxad.com) Received: by perrin.nxad.com (Postfix, from userid 1001) id 6F53F21065; Thu, 18 Sep 2003 11:45:08 -0700 (PDT) Date: Thu, 18 Sep 2003 11:45:08 -0700 From: Sean Chittenden To: Ted Cabeen Message-ID: <20030918184508.GC79031@perrin.nxad.com> References: <20030917081828.GC43577@mccaffrey.house.so14k.com> <87znh3o3p2.fsf@gray.impulse.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87znh3o3p2.fsf@gray.impulse.net> X-PGP-Key: finger seanc@FreeBSD.org X-PGP-Fingerprint: 3849 3760 1AFE 7B17 11A0 83A6 DD99 E31F BC84 B341 X-Web-Homepage: http://sean.chittenden.org/ User-Agent: Mutt/1.5.4i cc: freebsd-isp@freebsd.org Subject: Re: Verisign fun. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 18:45:09 -0000 > If you want to do something like this, here's the official ISC patch: > > http://www.isc.org/products/BIND/delegation-only.html And for those that don't know how to use the patch, add the following to your config once you recompile: zone "com" in { type delegation-only; }; zone "net" in { type delegation-only; }; zone "cc" in { type delegation-only; }; zone "cx" in { type delegation-only; }; zone "io" in { type delegation-only; }; zone "mp" in { type delegation-only; }; zone "nu" in { type delegation-only; }; zone "ph" in { type delegation-only; }; zone "td" in { type delegation-only; }; zone "tk" in { type delegation-only; }; zone "tv" in { type delegation-only; }; zone "ws" in { type delegation-only; }; And actually, if you're using the bind9 port, here's the patch suitable for inclusion in the dns/bind9 port: cd /usr/ports/dns/bind9 mkdir files fetch -o files/patch-delegation http://people.freebsd.org/~seanc/patches/patch-HEAD-ports::dns::bind9::patch-delegation And you can rebuild/upgrade from there. -sc -- Sean Chittenden From owner-freebsd-isp@FreeBSD.ORG Thu Sep 18 11:47:08 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 913E816A4BF for ; Thu, 18 Sep 2003 11:47:08 -0700 (PDT) Received: from webmail.akwireless.net (webmail.akwireless.net [192.189.218.15]) by mx1.FreeBSD.org (Postfix) with SMTP id E36C143FCB for ; Thu, 18 Sep 2003 11:47:06 -0700 (PDT) (envelope-from dee@akwireless.net) Received: (qmail 20460 invoked from network); 18 Sep 2003 18:47:06 -0000 Received: from unknown (HELO 192.168.0.3) (127.0.0.1) by 0 with SMTP; 18 Sep 2003 18:47:06 -0000 From: "W.D. McKinney" To: freebsd-isp@freebsd.org In-Reply-To: <20030918183941.GB79031@perrin.nxad.com> References: <20030917081828.GC43577@mccaffrey.house.so14k.com> <48322287.20030917233959@blue.calx.nl> <1063835258.6538.245.camel@papa.wdm.com> <20030918130406.GA68759@mccaffrey.house.so14k.com> <20030918183941.GB79031@perrin.nxad.com> Content-Type: text/plain Organization: Message-Id: <1063910930.12694.113.camel@papa.wdm.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 18 Sep 2003 10:48:50 -0800 Content-Transfer-Encoding: 7bit Subject: Re: Re[2]: Verisign fun. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 18:47:08 -0000 On Thu, 2003-09-18 at 10:39, Sean Chittenden wrote: > > I just did the same, and I am pretty happy with djbdns. Patches also > > exist for djbdns to do something similar. > > If your query volume gets high enough, djbdns starts dropping random > requests on the floor. Just a heads up from someone who moved from > djbdns back to bind9 because this bit me hard. -sc We just moved from bind9 to djbdns, and we we were running djbdns previously so we had about 4 months under bind9. I prefer djbdns but as we also moved to FreeBSD I trust it performs even better :-) What is the query volume you mentioned anyway ? Dee -- W.D.McKinney (Dee) | Affordable E-Mail and Internet Solutions Alaska Wireless Systems | for Schools, Libraries, Clinics & Business' http://www.akwireless.net | Call 1-907-349-4308 From owner-freebsd-isp@FreeBSD.ORG Thu Sep 18 11:58:32 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0692C16A4B3 for ; Thu, 18 Sep 2003 11:58:32 -0700 (PDT) Received: from perrin.nxad.com (internal.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8D8943FB1 for ; Thu, 18 Sep 2003 11:58:30 -0700 (PDT) (envelope-from sean@nxad.com) Received: by perrin.nxad.com (Postfix, from userid 1001) id 485D22105E; Thu, 18 Sep 2003 11:58:30 -0700 (PDT) Date: Thu, 18 Sep 2003 11:58:30 -0700 From: Sean Chittenden To: "W.D. McKinney" Message-ID: <20030918185830.GD79031@perrin.nxad.com> References: <20030917081828.GC43577@mccaffrey.house.so14k.com> <48322287.20030917233959@blue.calx.nl> <1063835258.6538.245.camel@papa.wdm.com> <20030918130406.GA68759@mccaffrey.house.so14k.com> <20030918183941.GB79031@perrin.nxad.com> <1063910930.12694.113.camel@papa.wdm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1063910930.12694.113.camel@papa.wdm.com> X-PGP-Key: finger seanc@FreeBSD.org X-PGP-Fingerprint: 3849 3760 1AFE 7B17 11A0 83A6 DD99 E31F BC84 B341 X-Web-Homepage: http://sean.chittenden.org/ User-Agent: Mutt/1.5.4i cc: freebsd-isp@freebsd.org Subject: Re: Re[2]: Verisign fun. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 18:58:32 -0000 > We just moved from bind9 to djbdns, and we we were running djbdns > previously so we had about 4 months under bind9. I prefer djbdns > but as we also moved to FreeBSD I trust it performs even better :-) Don't get me wrong, I love djbdns's security record and its low maintenance. After having used it for 3 years without real incident other than random ISPs being periodically unable to lookup DNS info from my name servers and said performance problem, I'm not knocking djbdns... but under higher load, it falls apart (big issue for me). I love that BIND has an actual config file though and lets you do nifty, tricky things if need be. With bind9-dlz, other than security concerns, I don't miss djbdns at all (though it is more complex than djbdns). > What is the query volume you mentioned anyway ? More than 500 requests per second for authoritative DNS info. I never had a problem with dnscache, but never pushed it that hard either. -sc -- Sean Chittenden From owner-freebsd-isp@FreeBSD.ORG Thu Sep 18 17:38:05 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7518C16A4BF for ; Thu, 18 Sep 2003 17:38:05 -0700 (PDT) Received: from marklar.blazingdot.com (marklar.blazingdot.com [207.154.84.83]) by mx1.FreeBSD.org (Postfix) with SMTP id C982743FDF for ; Thu, 18 Sep 2003 17:38:04 -0700 (PDT) (envelope-from marcus@blazingdot.com) Received: (qmail 9208 invoked by uid 503); 19 Sep 2003 00:38:04 -0000 Date: Thu, 18 Sep 2003 17:38:04 -0700 From: Marcus Reid To: freebsd-isp@freebsd.org Message-ID: <20030919003804.GA9135@blazingdot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Coffee-Level: nearly-fatal User-Agent: Mutt/1.5.4i Subject: New MS email trojan going around - update your scanners X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 00:38:05 -0000 Hi, New MS email trojan: W32/Swen.A@mm I've started seeing a higher and higher volume of infected emails. Virus scanner vendors have updated signatures today. Marcus From owner-freebsd-isp@FreeBSD.ORG Sat Sep 20 22:20:55 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26D4816A4B3 for ; Sat, 20 Sep 2003 22:20:55 -0700 (PDT) Received: from ns1.unixmexico.net (ns1.unixmexico.net [69.10.138.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB5D243FBF for ; Sat, 20 Sep 2003 22:20:51 -0700 (PDT) (envelope-from nbari@unixmexico.com) Received: (qmail 12015 invoked by uid 85); 21 Sep 2003 05:20:51 -0000 Received: from nbari@unixmexico.com by ns1.unixmexico.net by uid 82 with qmail-scanner-1.16 (hbedv: 6.20.0.1/6.20.0.36. Clear:. Processed in 0.30441 secs); 21 Sep 2003 05:20:51 -0000 Received: from ns1.unixmexico.net (HELO mail.unixmexico.com) ([69.10.138.161]) (envelope-sender ) by ns1.unixmexico.net (qmail-ldap-1.03) with SMTP for ; 21 Sep 2003 05:20:51 -0000 Received: from 148.243.211.1 (SquirrelMail authenticated user nbari@unixmexico.com) by mail.unixmexico.com with HTTP; Sun, 21 Sep 2003 00:20:51 -0500 (CDT) Message-ID: <45984.148.243.211.1.1064121651.squirrel@mail.unixmexico.com> Date: Sun, 21 Sep 2003 00:20:51 -0500 (CDT) From: nbari@unixmexico.com To: freebsd-isp@freebsd.org User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: server rebooted X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2003 05:20:55 -0000 Hello. I have a dedicated server the one was up for more than 84 days but this Friday 19, suddenly the server was rebooted. this is the output of the "last" command # last | grep reboot reboot ~ vie 19 sep 13:55 I already have check the logs but i can't found any hint that could help me to know why the server as was rebooted. Any idea on what to check or how to know what makes the server to reboot? thanks. From owner-freebsd-isp@FreeBSD.ORG Sat Sep 20 22:30:07 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66C6516A4B3 for ; Sat, 20 Sep 2003 22:30:07 -0700 (PDT) Received: from mail.speakeasy.net (mail9.speakeasy.net [216.254.0.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADCCC44003 for ; Sat, 20 Sep 2003 22:29:57 -0700 (PDT) (envelope-from mario@schmut.com) Received: (qmail 10567 invoked from network); 21 Sep 2003 05:29:57 -0000 Received: from unknown (HELO schmut.com) ([66.92.49.2]) (envelope-sender ) by mail9.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Sep 2003 05:29:57 -0000 Received: from 192.168.23.2 (SquirrelMail authenticated user mario@schmut.com) by webmail.schmut.com with HTTP; Sat, 20 Sep 2003 22:30:15 -0700 (PDT) Message-ID: <1384.192.168.23.2.1064122215.squirrel@webmail.schmut.com> Date: Sat, 20 Sep 2003 22:30:15 -0700 (PDT) From: "mario" To: In-Reply-To: <45984.148.243.211.1.1064121651.squirrel@mail.unixmexico.com> References: <45984.148.243.211.1.1064121651.squirrel@mail.unixmexico.com> X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.9) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: freebsd-isp@freebsd.org Subject: Re: server rebooted X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mario@schmut.com List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2003 05:30:07 -0000 have you called the colo and asked them if they had a power outage? mario;> - - - - - - - - House Of Sites - - - - - - - - Web Design :: Programming :: Hosting :: Maintenance Web site: http://www.HouseOfSites.net Email: mario@HouseOfSites.net Tel: 415-242-3376 ---------------------------------------------------- Do you schmut!? http://www.schmut.com > Hello. > > I have a dedicated server the one was up for more than 84 days but this > Friday 19, suddenly the server was rebooted. > > this is the output of the "last" command > > # last | grep reboot > reboot ~ vie 19 sep 13:55 > > > I already have check the logs but i can't found any hint that could help > me to know why the server as was rebooted. > > > Any idea on what to check or how to know what makes the server to > reboot? > > thanks. > > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"