Re: Talking to a POP server.

2000-10-05 Thread Russell Coker

On Wed, 04 Oct 2000, Scott Thompson wrote:
Hello once again list. I am currently writing an online mail service similar
to hotmail or yahoo mail. I have all the elements in place except for one.
In C, how do I talk to a POP server? Is there something like 'sendmail' that
I use to easily send all my mail messages, but for receiving mail from a pop
server?

The following command explained it quite clearly for me when I was writing 
the POP part of my Postal package.

zless /usr/doc/doc-rfc/all-included-rfcs/rfc1939.txt.gz

If you have any further questions after running that command feel free to ask 
me via private email.


-- 
http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/   Postal SMTP/POP benchmark
http://www.coker.com.au/projects.html Projects I am working on
http://www.coker.com.au/~russell/ My home page


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: which cgi to make site banners...

2000-10-05 Thread Joaquin Ferrero

http://www.dot-banner.com/

---8---
/ Asesora y Proveedora   [EMAIL PROTECTED]
\ de Servicios de Internet, S.L. [EMAIL PROTECTED]
---8---


 -Mensaje original-
 De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de
 Jaume Teixi
 Enviado el: viernes, 29 de septiembre de 2000 13:59
 Para: Debian Isp; Debian User
 Asunto: which cgi to make site banners...
 Importancia: Alta


 which cgi to handle banners and its statdistics ?

 thanks,
 jaume


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Correction Re: Talking to a pop server

2000-10-05 Thread Scott Thompson

Uhhh, I ment to say Neomail 1.14 not newmail.

Scott Thompson
Programming  Server Admin
Internet Brokers Group
[EMAIL PROTECTED]
http://www.internetbrokers.ab.ca
Office: (403) 232-1032
Fax: (403) 265-2843


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




getpwnam: root: No such user

2000-10-05 Thread Andrius Kasparavicius


 hello,

 maybe need to upgrade something to solve $subj problem? I got this
problem after libc6 upgrade.

Andrius


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: getpwnam: root: No such user

2000-10-05 Thread Trent


Do you have a etc/passwd file?

Thanks,
Trent
[EMAIL PROTECTED]
At 17:16 10/05/2000 +0200, you wrote:

 hello,

 maybe need to upgrade something to solve $subj problem? I got this
problem after libc6 upgrade.

Andrius


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: getpwnam: root: No such user

2000-10-05 Thread andrew lattis

in /etc/nsswitch.conf change passwd, group, and shadow from compat to files..

passwd: files
group:  files
shadow: files

--
Today is the first day of the rest of the mess.

On Thu, Oct 05, 2000 at 06:15:16PM -0400, Trent wrote:
 
 Do you have a etc/passwd file?
 
 Thanks,
 Trent
 [EMAIL PROTECTED]
 At 17:16 10/05/2000 +0200, you wrote:
 
  hello,
 
  maybe need to upgrade something to solve $subj problem? I got this
 problem after libc6 upgrade.
 
 Andrius
 
 
 --  
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
 
 
 
 
 --  
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]