From: UnixOS2 Archive To: "UnixOS2 Archive" Date: Mon, 16 Dec 2002 04:43:53 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 400 ************************************************** Sunday 15 December 2002 Number 400 ************************************************** Subjects for today 1 Re: /usr/include/curses.h : Thomas E. Dickey" 2 Re: rsyncd.conf : Thomas E. Dickey" 3 Re: ANN: Pine 4.51 : Nicholas Sheppard 4 Re: /usr/include/curses.h : Thomas E. Dickey" 5 Re: symlinks (was libunixos2 (was: sysexits.h)) : Dave Saville" 6 /usr/include/curses.h : John Poltorak 7 Re: /usr/include/curses.h : Thomas E. Dickey" 8 Re: rsyncd.conf : Dave Saville" 9 Zope Update! : Ted Sikora 10 Re: /usr/include/curses.h : John Poltorak 11 Re: Sendmail : Ted Sikora 12 Re: Sendmail : Ted Sikora 13 Man : John Poltorak 14 Re: rsyncd.conf : Lyn St George" 15 Re: Sendmail : Ted Sikora 16 Re: /usr/include/curses.h : John Poltorak 17 Re: Sendmail : Ted Sikora 18 Re: Sendmail : Ted Sikora 19 Re: Ncurses build problem : Thomas Dickey 20 termcap.lib : John Poltorak 21 RE: Squirm : Dave Webster 22 POP3D works : Ted Sikora 23 Re: Sendmail : John Poltorak 24 Ncurses build problem : John Poltorak 25 Re: Sendmail : John Poltorak 26 mail loop : Ted Sikora 27 Squirm : John Poltorak 28 Re: mail loop : Jeff Robinson **= Email 1 ==========================** Date: Mon, 16 Dec 2002 06:43:57 -0500 (EST) From: "Thomas E. Dickey" Subject: Re: /usr/include/curses.h On Mon, 16 Dec 2002, John Poltorak wrote: > > When building Ncurses, is there any way to get it to create a > /usr/include/curses.h which contains:- ? > > #include configure --disable-overwrite -- T.E.Dickey http://invisible-island.net ftp://invisible-island.net **= Email 2 ==========================** Date: Mon, 16 Dec 2002 07:53:14 -0500 (EST) From: "Thomas E. Dickey" Subject: Re: rsyncd.conf On Mon, 16 Dec 2002, Dave Saville wrote: > No - never use E for anything to do with *nixy conf files. It ads an > EOF byte which throws lots of parse code. Use EPM or VI. I seem to recall that epm removes the trailing newline from the file. That can confuse programs also. -- T.E.Dickey http://invisible-island.net ftp://invisible-island.net **= Email 3 ==========================** Date: Mon, 16 Dec 2002 08:17:39 +1100 (EST) From: Nicholas Sheppard Subject: Re: ANN: Pine 4.51 I've never heard of anyone using POP2 so yes ipop3d is the recommended one. On Sun, 15 Dec 2002, John Poltorak wrote: > BTW what is tmail? I didn't seen any mention of it in the docs. Should I > look on the official Pine web site for further info? It's a local mail delivery agent similar in function to `mail' on Unix. I haven't given it much of a test and I don't know how well it works (I don't have sendmail installed on my system at the moment). Nicholas S. |\ Location: Wollongong, Australia | Begin each day by telling yourself: |\ E-mail: nps at zeta.org.au | today I shall be meeting with | WWW: http://www.zeta.org.au/~nps | interference, ingratitude, insolence, | ---> Cynicism & Negativity | disloyalty, ill-will and selfishness... - Marcus Aurelius Antoninus **= Email 4 ==========================** Date: Mon, 16 Dec 2002 09:14:48 -0500 (EST) From: "Thomas E. Dickey" Subject: Re: /usr/include/curses.h On Mon, 16 Dec 2002, John Poltorak wrote: > On Mon, Dec 16, 2002 at 06:43:57AM -0500, Thomas E. Dickey wrote: > > On Mon, 16 Dec 2002, John Poltorak wrote: > > > > > > > > When building Ncurses, is there any way to get it to create a > > > /usr/include/curses.h which contains:- ? > > > > > > #include > > > > configure --disable-overwrite > > Hmmm.... > > Doesn't seem to work here. I didn't read your comment carefully enough. The --disable-overwrite installs curses.h (if --prefix is /usr) in /usr/include/ncurses/curses.h,, and the other header-files include it as . The packages which install a link for /usr/include/curses.h are doing that themselves. There's no really good reason to do this. Programs that include curses.h will only need to find it in one location. -- T.E.Dickey http://invisible-island.net ftp://invisible-island.net **= Email 5 ==========================** Date: Mon, 16 Dec 2002 10:03:50 +0000 (GMT) From: "Dave Saville" Subject: Re: symlinks (was libunixos2 (was: sysexits.h)) On Sun, 15 Dec 2002 20:12:53 +0100, Andreas Buening wrote: >Andrew MacIntyre wrote: >> >> On Sat, 14 Dec 2002, Andreas Buening wrote: >> >> > For the next release I plan to add two static dummy libs. Both contain >> > functions that are not supported by emx and can't be implemented like >> > symlink() or chown(). The functions contained in the first library >> > (os2dummy.a) will ever return an error ENOTSUP (function not supported) >> > while the second library (os2links.a? - name suggestions are still >> > accepted :-) ) will try to emulate this behaviour, e.g. chown() returns >> > success, symlink() copies the file. >> >> Having been through the link(2)/symlink(2) issues in helping Ted try and >> get Mailman working, I have to say I question the utility of a simple file This symlink thing has been bugging me for years and has been discussed before, usually with some sort of IFS to support it. I have been using Xworkplace a lot and that does some real magic as you all know. I also use ULR objects a lot. Now I don't really know what I am talking about (Nothing new there :-) ) but I was thinking that may be one could have a similar object to an URL one that was a symlink. The difference with a URL object compared to say a shadow is that the thing exists from the command line. Then *maybe* if the class knew it was being opened it could open the real object instead. Would it work? -- Regards Dave Saville **= Email 6 ==========================** Date: Mon, 16 Dec 2002 11:18:05 +0000 From: John Poltorak Subject: /usr/include/curses.h When building Ncurses, is there any way to get it to create a /usr/include/curses.h which contains:- ? #include Same goes for termcap.h... -- John **= Email 7 ==========================** Date: Mon, 16 Dec 2002 12:07:11 -0500 (EST) From: "Thomas E. Dickey" Subject: Re: /usr/include/curses.h On Mon, 16 Dec 2002, John Poltorak wrote: > On Mon, Dec 16, 2002 at 09:14:48AM -0500, Thomas E. Dickey wrote: > > I didn't read your comment carefully enough. The --disable-overwrite > > installs curses.h (if --prefix is /usr) in /usr/include/ncurses/curses.h,, > > and the other header-files include it as . The > > packages which install a link for /usr/include/curses.h are doing that > > themselves. > > Which packages do this? I don't have a list, but have noticed that some of the Linux distributions install it that way. (I've several versions of Linux installed on my home machines, and have gotten in the habit of leaving most of them with the distribution ncurses installed as-is, putting my working copy under /usr/local/ncurses). > > There's no really good reason to do this. Programs that include curses.h > > will only need to find it in one location. > > > I'm not really clear how programs find the ncurses headers... > > Assuming the include variable points to:- > > /usr/include > > and all the ncurses headers are installed in:- > > /usr/include/ncurses That would assume the compiler flags have something like -I/usr/include/ncurses or that the source does #include > I thought a header - /usr/include/curses.h with the line above was a way > of directing a program to the location of the ncurses headers. Without > such a file how would it know where to look? That (a symbolic link) lets the program use #include to find the header in /usr/include/ncurses, but it doesn't really fix a problem. The reason for installing in /usr/include/ncurses on some systems is precisely because those systems already have a different version of curses.h -- T.E.Dickey http://invisible-island.net ftp://invisible-island.net **= Email 8 ==========================** Date: Mon, 16 Dec 2002 12:27:13 +0000 (GMT) From: "Dave Saville" Subject: Re: rsyncd.conf On Fri, 13 Dec 2002 13:41:14, Voytek Eymont wrote: >** Reply to note from jimburke200 at earthlink.net (James E. Burke Jr.) Thu, 12 Dec 2002 17:00:44 -0800 > > >> What program am I supposed to use to read/edit rsyncd.conf file? >> >> >> >> ..TH "rsyncd\&.conf" "5" "12 Feb 1999" "" "" >> ..SH "NAME" >> rsyncd\&.conf \- configuration file for rsync server >> ..SH "SYNOPSIS" >> ..PP >> rsyncd\&.conf >> ..PP >> ..SH "DESCRIPTION" >> ..PP > >E ? EPM ? tedit ? > >I'd say any of these .... > No - never use E for anything to do with *nixy conf files. It ads an EOF byte which throws lots of parse code. Use EPM or VI. -- Regards Dave Saville **= Email 9 ==========================** Date: Mon, 16 Dec 2002 12:37:21 -0500 From: Ted Sikora Subject: Zope Update! A new Zope bin has been released. It includes the Python emx_link.py module for Mailman support and a few other code cleanups. The Desktop objects are finished too. I should have a wpi package ready in a few days. This weekend look for Zope 2.6.1b1 snapshot too. The bin include a create_groups.cmd so the install is easier. Jeff and me are working on a install.cmd that will automate everything in the zip package like wpi. Right now the install consists of: 1. Unzip in root 2. edit config.sys for Python changes 3. run create_groups.cmd 4. run zopefold.cmd 5. reboot 6. create inital user and start zope I'm looking to combine 2-4 with a install.cmd It should make installing it painless. http://os2ports.com/content/sections/zopeos2 or http://powerusersbbs.net/browse/sections/zopeos2 -- Ted Sikora tsikora at ntplx.net **= Email 10 ==========================** Date: Mon, 16 Dec 2002 13:08:08 +0000 From: John Poltorak Subject: Re: /usr/include/curses.h On Mon, Dec 16, 2002 at 06:43:57AM -0500, Thomas E. Dickey wrote: > On Mon, 16 Dec 2002, John Poltorak wrote: > > > > > When building Ncurses, is there any way to get it to create a > > /usr/include/curses.h which contains:- ? > > > > #include > > configure --disable-overwrite Hmmm.... Doesn't seem to work here. Is there anything I should look for in the Makefile to enable this feature? > -- > T.E.Dickey > http://invisible-island.net > ftp://invisible-island.net > -- John **= Email 11 ==========================** Date: Mon, 16 Dec 2002 13:11:23 -0500 From: Ted Sikora Subject: Re: Sendmail John Poltorak wrote: > > With good progess being made on Mailman, it may be time to start thinking > about getting Sendmail sorted out... > I changed my MX records I can send an email but I do not know about recieve. I sent one to ted at powerusersbbs.net it did not bounce back but did not arrive yet... 15 minutes or so. What did I forget. I'm using the default settings. How can I speed it up? How can I set up POP3 and use it normally through ex: Mozilla? -- Ted Sikora tsikora at ntplx.net **= Email 12 ==========================** Date: Mon, 16 Dec 2002 13:26:47 -0500 From: Ted Sikora Subject: Re: Sendmail Ted Sikora wrote: > > John Poltorak wrote: > > > > With good progess being made on Mailman, it may be time to start thinking > > about getting Sendmail sorted out... > > > > I changed my MX records I can send an email but I do not know about > recieve. I sent one to ted at powerusersbbs.net it did not bounce back but > did not arrive yet... 15 minutes or so. What did I forget. I'm using > the default settings. How can I speed it up? How can I set up POP3 and > use it normally through ex: Mozilla? > I grabbed a pop3 daemon from: http://www.tavi.co.uk/os2pages/mail.html#POP3D User names are limited by UPM Does e-business have UPM? Isn't that peer-peer in Warp 4.0? If I set: SET TZ=GMT0BST,3,-1,0,7200,10,-1,0,7200,3600 SET POP3=D:\MTPN\ETC\MAIL *sendmail directory Will I be able to access the users mail boxes there with mailpowerusersbbs.net for user ted? -- Ted Sikora tsikora at ntplx.net **= Email 13 ==========================** Date: Mon, 16 Dec 2002 13:47:48 +0000 From: John Poltorak Subject: Man Has anyone ported MAN v1.5k? It's available from:- ftp://ftp.win.tue.nl/pub/linux-local/utils/man/man-1.5k.tar.gz It does not include a configure.in so I won't be able to rebuild the configure script. Guess I'll just try running it and see what happens... Is there any chance of it working without any OS/2 patches? -- John **= Email 14 ==========================** Date: Mon, 16 Dec 2002 13:48:54 +0000 From: "Lyn St George" Subject: Re: rsyncd.conf On Mon, 16 Dec 2002 07:53:14 -0500 (EST), Thomas E. Dickey wrote: >On Mon, 16 Dec 2002, Dave Saville wrote: > >> No - never use E for anything to do with *nixy conf files. It ads an >> EOF byte which throws lots of parse code. Use EPM or VI. > >I seem to recall that epm removes the trailing newline from the file. >That can confuse programs also. One of the best is Med, from utopia-planitia.de. It gives you the option of saving in: DOS, Unix, Mac, Default ('as opened') >T.E.Dickey >http://invisible-island.net >ftp://invisible-island.net > > > - Cheers Lyn St George +--------------------------------------------------------------------------------- + http://www.zolotek.net .. eCommerce hosting, consulting + http://www.os2docs.org .. some 'How To' stuff ... +---------------------------------------------------------------------------------- **= Email 15 ==========================** Date: Mon, 16 Dec 2002 14:19:12 -0500 From: Ted Sikora Subject: Re: Sendmail John Poltorak wrote: > > On Mon, Dec 16, 2002 at 01:11:23PM -0500, Ted Sikora wrote: > > John Poltorak wrote: > > > > > > With good progess being made on Mailman, it may be time to start thinking > > > about getting Sendmail sorted out... > > > > > > > I changed my MX records I can send an email but I do not know about > > recieve. > > Have you started the sendmail daemon? > > I'd suggest running:- > > c:\usr\sbin\sendmail -bd -d1.1 -odq > > check %ETC%\sendmail.log for any activity. > > > I sent one to ted at powerusersbbs.net it did not bounce back but > > did not arrive yet... 15 minutes or so. What did I forget. I'm using > > the default settings. How can I speed it up? How can I set up POP3 and > > use it normally through ex: Mozilla? > > We'll get to that later... > > I have -bd -q30m -CD:\MPTN\ETC\sendmail.uml I'll try yours. I installed pop3d It's running fine logs in but user authentication fails in Netscape. Can I install Peer-Peer with UPM from Warp 4.0 in Warp Server 4.5? -- Ted Sikora tsikora at ntplx.net **= Email 16 ==========================** Date: Mon, 16 Dec 2002 14:40:04 +0000 From: John Poltorak Subject: Re: /usr/include/curses.h On Mon, Dec 16, 2002 at 09:14:48AM -0500, Thomas E. Dickey wrote: > On Mon, 16 Dec 2002, John Poltorak wrote: > > > On Mon, Dec 16, 2002 at 06:43:57AM -0500, Thomas E. Dickey wrote: > > > On Mon, 16 Dec 2002, John Poltorak wrote: > > > > > > > > > > > When building Ncurses, is there any way to get it to create a > > > > /usr/include/curses.h which contains:- ? > > > > > > > > #include > > > > > > configure --disable-overwrite > > > > Hmmm.... > > > > Doesn't seem to work here. > > I didn't read your comment carefully enough. The --disable-overwrite > installs curses.h (if --prefix is /usr) in /usr/include/ncurses/curses.h,, > and the other header-files include it as . The > packages which install a link for /usr/include/curses.h are doing that > themselves. Which packages do this? > There's no really good reason to do this. Programs that include curses.h > will only need to find it in one location. I'm not really clear how programs find the ncurses headers... Assuming the include variable points to:- /usr/include and all the ncurses headers are installed in:- /usr/include/ncurses I thought a header - /usr/include/curses.h with the line above was a way of directing a program to the location of the ncurses headers. Without such a file how would it know where to look? > -- > T.E.Dickey > http://invisible-island.net > ftp://invisible-island.net -- John **= Email 17 ==========================** Date: Mon, 16 Dec 2002 15:01:39 -0500 From: Ted Sikora Subject: Re: Sendmail Ted Sikora wrote: > > John Poltorak wrote: > > > > On Mon, Dec 16, 2002 at 01:11:23PM -0500, Ted Sikora wrote: > > > John Poltorak wrote: > > > > > > > > With good progess being made on Mailman, it may be time to start thinking > > > > about getting Sendmail sorted out... > > > > > > > > > > I changed my MX records I can send an email but I do not know about > > > recieve. > > > > Have you started the sendmail daemon? > > > > I'd suggest running:- > > > > c:\usr\sbin\sendmail -bd -d1.1 -odq > > > > check %ETC%\sendmail.log for any activity. > > > > > I sent one to ted at powerusersbbs.net it did not bounce back but > > > did not arrive yet... 15 minutes or so. What did I forget. I'm using > > > the default settings. How can I speed it up? How can I set up POP3 and > > > use it normally through ex: Mozilla? > > > > We'll get to that later... > > > > > I have -bd -q30m -CD:\MPTN\ETC\sendmail.uml > > I'll try yours. I installed pop3d It's running fine > logs in but user authentication fails in Netscape. > Can I install Peer-Peer with UPM from Warp 4.0 > in Warp Server 4.5? > Put your line in (autostart > parameters) It works... almost I got the messages their in MQUEUE but not in the users box 'ted' in \MAIL?? Why? 220 ESMTP spoken here 107 S< 107 S> 421 dhcp-209-54-72-109.ct.dsl.ntplx.com Lost input channel from [207.190.231.35] 109 S> 220-dhcp-209-54-72-109.ct.dsl.ntplx.com Sendmail IBM OS/2 SENDMAIL VERSION 2.03/2.0 ready at Mon, 16 Dec 2002 15:26:51 -0500 220 ESMTP spoken here 109 S< EHLO mail.ntplx.net 109 S> 250-dhcp-209-54-72-109.ct.dsl.ntplx.com Hello mail.ntplx.net, pleased to meet you 109 S> 250-EXPN 109 S> 250-SIZE 109 S> 250 HELP 109 S< MAIL From: SIZE=56 109 S> 250 ... Sender ok 109 S< RCPT To: 109 S> 250 ... Recipient ok 109 S< DATA 109 S> 354 Enter mail, end with "." on a line by itself 109 S> 250 PAA001.09 Message accepted for delivery 109 S< QUIT 109 S> 221 dhcp-209-54-72-109.ct.dsl.ntplx.com closing connection -- Ted Sikora tsikora at ntplx.net **= Email 18 ==========================** Date: Mon, 16 Dec 2002 15:04:46 -0500 From: Ted Sikora Subject: Re: Sendmail Ted Sikora wrote: > > John Poltorak wrote: > > > > On Mon, Dec 16, 2002 at 01:11:23PM -0500, Ted Sikora wrote: > > > John Poltorak wrote: > > > > > > > > With good progess being made on Mailman, it may be time to start thinking > > > > about getting Sendmail sorted out... > > > > > > > > > > I changed my MX records I can send an email but I do not know about > > > recieve. > > > > Have you started the sendmail daemon? > > > > I'd suggest running:- > > > > c:\usr\sbin\sendmail -bd -d1.1 -odq > > > > check %ETC%\sendmail.log for any activity. > > > > > I sent one to ted at powerusersbbs.net it did not bounce back but > > > did not arrive yet... 15 minutes or so. What did I forget. I'm using > > > the default settings. How can I speed it up? How can I set up POP3 and > > > use it normally through ex: Mozilla? > > > > We'll get to that later... > > > > > I have -bd -q30m -CD:\MPTN\ETC\sendmail.uml > > I'll try yours. I installed pop3d It's running fine > logs in but user authentication fails in Netscape. > Can I install Peer-Peer with UPM from Warp 4.0 > in Warp Server 4.5? > Here's the error from pop3d.log: 16/12/02 14:48:16> connection from dhcp-209-54-72-109.ct.dsl.ntplx.com 16/12/02 14:48:19> network read error 16/12/02 14:50:01> connection from dhcp-209-54-72-109.ct.dsl.ntplx.com 16/12/02 14:50:05> network read error 16/12/02 15:24:14> connection from [207.190.231.35] 16/12/02 15:24:14> network read error 16/12/02 15:25:41> connection from [207.190.231.35] 16/12/02 15:25:41> network read error I guess I need UPM. -- Ted Sikora tsikora at ntplx.net **= Email 19 ==========================** Date: Mon, 16 Dec 2002 15:48:14 -0500 From: Thomas Dickey Subject: Re: Ncurses build problem On Mon, Dec 16, 2002 at 07:03:42PM +0000, John Poltorak wrote: > > It looks as though the terminfo database does not get built if I build > Ncurses using prefix with a drive letter included... > > Does that sound possible? Or should I be looking for another cause? It doesn't sound quite right. For OS/2, the path separator should be a semicolon (;) rather than colon (:). It looks like it should work. (my older machine with os/2 on it is off for a few days until some electrical work is completed) -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net **= Email 20 ==========================** Date: Mon, 16 Dec 2002 16:23:15 +0000 From: John Poltorak Subject: termcap.lib EMX comes with a termcap.lib which has a hardcoded path for termcap.dat in /emx/etc I would like to rebuild this library, but whilst I'm doing so is there anything else which should be changed? I assume it's OK to use the EMX's Makefile in emx\bsd\libterm along with the termcap.h from NCURSES. Or should I download the source to termcap from somewhere else? Is termcap included in Posix/2 ? -- John **= Email 21 ==========================** Date: Mon, 16 Dec 2002 16:40:47 -0600 From: Dave Webster Subject: RE: Squirm No, but I have caught a squirming squid in my fishing net before..... -----Original Message----- From: John Poltorak [mailto:jp at eyup.org] Sent: Monday, December 16, 2002 4:13 PM To: os2-unix at eyup.org Subject: Squirm Has anyone used Squirm - a redirector for SQUID? I could do with a hand trying to get it configured. -- John **= Email 22 ==========================** Date: Mon, 16 Dec 2002 17:59:44 -0500 From: Ted Sikora Subject: POP3D works **= Email 23 ==========================** Date: Mon, 16 Dec 2002 18:10:53 +0000 From: John Poltorak Subject: Re: Sendmail On Mon, Dec 16, 2002 at 01:11:23PM -0500, Ted Sikora wrote: > John Poltorak wrote: > > > > With good progess being made on Mailman, it may be time to start thinking > > about getting Sendmail sorted out... > > > > I changed my MX records I can send an email but I do not know about > recieve. Have you started the sendmail daemon? I'd suggest running:- c:\usr\sbin\sendmail -bd -d1.1 -odq check %ETC%\sendmail.log for any activity. > I sent one to ted at powerusersbbs.net it did not bounce back but > did not arrive yet... 15 minutes or so. What did I forget. I'm using > the default settings. How can I speed it up? How can I set up POP3 and > use it normally through ex: Mozilla? We'll get to that later... > -- > Ted Sikora > tsikora at ntplx.net -- John **= Email 24 ==========================** Date: Mon, 16 Dec 2002 19:03:42 +0000 From: John Poltorak Subject: Ncurses build problem It looks as though the terminfo database does not get built if I build Ncurses using prefix with a drive letter included... Does that sound possible? Or should I be looking for another cause? -- John **= Email 25 ==========================** Date: Mon, 16 Dec 2002 19:10:53 +0000 From: John Poltorak Subject: Re: Sendmail On Mon, Dec 16, 2002 at 02:19:12PM -0500, Ted Sikora wrote: > John Poltorak wrote: > > > > On Mon, Dec 16, 2002 at 01:11:23PM -0500, Ted Sikora wrote: > > > John Poltorak wrote: > > > > > > > > With good progess being made on Mailman, it may be time to start thinking > > > > about getting Sendmail sorted out... > > > > > > > > > > I changed my MX records I can send an email but I do not know about > > > recieve. > > > > Have you started the sendmail daemon? > > > > I'd suggest running:- > > > > c:\usr\sbin\sendmail -bd -d1.1 -odq > > > > check %ETC%\sendmail.log for any activity. > > > > > I sent one to ted at powerusersbbs.net it did not bounce back but > > > did not arrive yet... 15 minutes or so. What did I forget. I'm using > > > the default settings. How can I speed it up? How can I set up POP3 and > > > use it normally through ex: Mozilla? > > > > We'll get to that later... > > > > > I have -bd -q30m -CD:\MPTN\ETC\sendmail.uml Where exactly are you running this? ie which host? > I'll try yours. I installed pop3d It's running fine > logs in but user authentication fails in Netscape. > Can I install Peer-Peer with UPM from Warp 4.0 > in Warp Server 4.5? I've never tried mixing up UPM with pop authentication. BTW if you want to be on the bleeding edge why not set up IMAPD from the new Pine port? BTW2 maybe use the os2-sendmail list, since most people here won't be at all interested in Sendmail. > -- > Ted Sikora > tsikora at ntplx.net -- John **= Email 26 ==========================** Date: Mon, 16 Dec 2002 21:05:02 -0500 From: Ted Sikora Subject: mail loop Sent this via Netscape and pop3d/sendmail. Sending msgs work fine. Recieving creates a loop. sendmail log below: [D:\]sendmail -q IBM OS/2 SENDMAIL VERSION 2.03 Using Sendmail Configuration File D:\MPTN\ETC\sendmail.cf dhcp-209-54-72-109.ct.dsl.ntplx.com config error: mail loops back to myself ... Local configuration error It can't find or send the email to it's box defined in qypmail.cfg locally. -- Ted **= Email 27 ==========================** Date: Mon, 16 Dec 2002 22:13:00 +0000 From: John Poltorak Subject: Squirm Has anyone used Squirm - a redirector for SQUID? I could do with a hand trying to get it configured. -- John **= Email 28 ==========================** Date: Mon, 16 Dec 2002 23:05:45 -0600 From: Jeff Robinson Subject: Re: mail loop Ted Sikora wrote: > Sent this via Netscape and pop3d/sendmail. Sending msgs work fine. > Recieving creates a loop. > > sendmail log below: > > [D:\]sendmail -q > IBM OS/2 SENDMAIL VERSION 2.03 > Using Sendmail Configuration File D:\MPTN\ETC\sendmail.cf > dhcp-209-54-72-109.ct.dsl.ntplx.com config error: mail loops back to > myself > ... Local configuration error > > It can't find or send the email to it's box defined in qypmail.cfg > locally. > > -- > Ted > I think this one is a configuration issue? I recall having to add any domains I wanted to receive e-mail on to my local-host-names file (/etc/mail/local-host-names on Slackware) to get around this problem. Jeff -- ---------------- Whatza JamochaMUD? http://jamochamud.anecho.mb.ca Or other stuff: http://www.anecho.mb.ca/~jeffnik -----------------------------------------------------------