From pbleser@prov-liege.be Wed May 13 08:46:03 1998 From: pbleser@prov-liege.be To: users@lists.opensuse.org Subject: [S.u.S.E. Linux] CGI to read mails via browser - found one !! Date: Wed, 13 May 1998 10:46:03 +0200 Message-ID: <01bd7e4b$8f7c0ac0$36320a0a@rubis.inpres.epl.prov-liege.be> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8322058024210234996==" --===============8322058024210234996== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://www.econ.cbs.dk/vejrum/www-mail.= html> or ftp://ftp.student.prov-liege.be:/pub/linux/www/mail/www-mail.tar.gz<= /A> from my FTP server... (just 14kb !) Works great !! I've just installed it on my webserver... took me 5 min to install... 1) mkdir /usr/local/httpd/cgi-bin/mail 2) extract the archive in there... 3) edit WWW-MAIL.pl to change some options (in the top of the script) 4) done!!! (thanks to Andrew Davis) I love this game ! Pascal /nick SuSE52 on #linux (IRCnet) root on www.student.prov-liege.be -----Original Message----- From: Leon McClatchey To: suse-linux-e@suse.com Date: mercredi 13 mai 1998 01:30 Subject: Re: [S.u.S.E. Linux] CGI to read mails via browser > >Pascal Bleser wrote: > >> Has anyone found a CGI to enable users who have a mailbox on the server to >> read their mails through a web browser ? (some kind of hotmail) >> (yeah, I know POP3 - it's a firewall problem; the problem being that I can't >> control it) >> > > Not sure if this will work, and nope, no cgi (haven't explored that yet), but >in my little network, I've got it worked out where I user fetchmail to get all >the mail from my IP, then it uses sendmail to distribute the mail locally. >Then everyone that has a mail account (I'm using a multidrop box on my IP) can >pick up, read & respond to the mail on the other machine. (I've got that set >up to look to my Linux Box as the mail server). Works great!:-) Now I've just >got to get Diald figured out so that I can > 1: Pick up the mail as an schedule event via Cron. > 2: So that when someone on the Win95 machine wants to access the internet, >they can do so without someone having to log in first on the Linux Box. (I've >got my Linux box set up as a proxy server for the Win95 box to the Internet:-) > >-- >cya l8r >Leon McClatchey >mailto:leonmcclatchey@homemai= l.com >Party on Linux:-) > > > > > >-- >To get out of this list, please send email to majordomo@suse.com with >this text in its body: unsubscribe suse-linux-e -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e --===============8322058024210234996==-- From adavis@hayson.vmarketing.com Wed May 13 17:13:14 1998 From: adavis@hayson.vmarketing.com To: users@lists.opensuse.org Subject: Re: [S.u.S.E. Linux] CGI to read mails via browser - found one !! Date: Wed, 13 May 1998 13:13:14 -0400 Message-ID: <19980513131314.B1173@Hayson.vmarketing.com> In-Reply-To: <01bd7e4b$8f7c0ac0$36320a0a@rubis.inpres.epl.prov-liege.be> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4962286191061362451==" --===============4962286191061362451== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Wed, May 13, 1998 at 10:46:03AM +0200, Pascal Bleser wrote: >=20 > http://www.econ.cbs.dk/vejrum/www-mai= l.html> > or > ftp://ftp.student.prov-liege.be:/pub/linux/www/mail/www-mail.tar.g= z> > from my FTP server... (just 14kb !) >=20 > Works great !! > I've just installed it on my webserver... > took me 5 min to install... > 1) mkdir /usr/local/httpd/cgi-bin/mail > 2) extract the archive in there... > 3) edit WWW-MAIL.pl to change some options (in the top of the script) > 4) done!!! >=20 > (thanks to Andrew Davis) Thanks for the praise but be careful using this CGI because it passes your=20 user name and password in plain text. The only way it would be completely=20 safe is if you ran a SSL server on the mail server. I wonder if exchange is safe to use; they have there own e-mail web interface, but I don't trust it. =20 --=20 Andrew L. Davis Network Operations adavis@vprlnk.net ViperLink International -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e --===============4962286191061362451==-- From srr03@tid.es Wed May 13 18:14:46 1998 From: srr03@tid.es To: users@lists.opensuse.org Subject: Re: [S.u.S.E. Linux] CGI to read mails via browser - found one !! Date: Wed, 13 May 1998 20:14:46 +0200 Message-ID: <3559E316.2A973690@tid.es> In-Reply-To: <19980513131314.B1173@Hayson.vmarketing.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8335538030877920907==" --===============8335538030877920907== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Someone wrote about a tool for administering a web server, something like webadmin or so. Could that one resend that message? I don't know where I put = it and don't find the page. Thanks Andrew L. Davis wrote: > On Wed, May 13, 1998 at 10:46:03AM +0200, Pascal Bleser wrote: > > > > http://www.econ.cbs.dk/vejrum/www-m= ail.html> > > or > > ftp://ftp.student.prov-liege.be:/pub/linux/www/mail/www-mail.tar= .gz> > > from my FTP server... (just 14kb !) > > > > Works great !! > > I've just installed it on my webserver... > > took me 5 min to install... > > 1) mkdir /usr/local/httpd/cgi-bin/mail > > 2) extract the archive in there... > > 3) edit WWW-MAIL.pl to change some options (in the top of the script) > > 4) done!!! > > > > (thanks to Andrew Davis) > > Thanks for the praise but be careful using this CGI because it passes your > user name and password in plain text. The only way it would be completely > safe is if you ran a SSL server on the mail server. I wonder if exchange > is safe to use; they have there own e-mail web interface, but I don't trust > it. > > -- > Andrew L. Davis Network Operations > adavis@vprlnk.net ViperLink International > -- > To get out of this list, please send email to majordomo@suse.com with > this text in its body: unsubscribe suse-linux-e -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e --===============8335538030877920907==-- From grimmer@suse.de Wed May 13 18:28:26 1998 From: grimmer@suse.de To: users@lists.opensuse.org Subject: Re: [S.u.S.E. Linux] CGI to read mails via browser - found one !! Date: Wed, 13 May 1998 20:28:26 +0200 Message-ID: <3559E64A.7A778F21@suse.de> In-Reply-To: <3559E316.2A973690@tid.es> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8864232139448604319==" --===============8864232139448604319== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Santiago Rodriguez wrote: >=20 > Someone wrote about a tool for administering a web server, something like > webadmin or so. Could that one resend that message? I don't know where I pu= t it > and don't find the page. You must be referring to "webmin". It can be found at: http://www.webmin.com/webmin/> Bye! LenZ --=20 ------------------------------------------------------------------ Lenz Grimmer S.u.S.E. GmbH mailto:grimmer@suse.de = Gebhardtstrasse 2 http://www.= suse.de> 90762 Fuerth, Germany -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e --===============8864232139448604319==-- From kar@webline.dk Thu May 14 21:27:25 1998 From: kar@webline.dk To: users@lists.opensuse.org Subject: Re: [S.u.S.E. Linux] CGI to read mails via browser - found one !! Date: Thu, 14 May 1998 23:27:25 +0200 Message-ID: <199805142127.XAA25431@bohr.webline.dk> In-Reply-To: <19980513131314.B1173@Hayson.vmarketing.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9002416398740143300==" --===============9002416398740143300== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > Thanks for the praise but be careful using this CGI because it passes your > user name and password in plain text. The only way it would be completely As I know, so does POP3. Or am I wrong? -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e --===============9002416398740143300==--