User Tools

Site Tools


протокол_pop3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
протокол_pop3 [2009/05/04 07:40]
val
протокол_pop3 [2010/09/29 12:53]
val removed
Line 3: Line 3:
 ===== Пример pop3 диалога ===== ===== Пример pop3 диалога =====
 <​code>​ <​code>​
-cX# telnet ​gX 110+server# telnet ​gate 110
 user mailuser user mailuser
 pass 123 pass 123
Line 12: Line 12:
 top 1 0 top 1 0
 +OK 810 octets +OK 810 octets
-Received: by gX.class (mbox mailuser)+Received: by gate.corpX.un ​(mbox mailuser)
  (with Cubic Circle'​s cucipop (v1.31 1998/05/X) Thu Feb  2 18:12:X 2006)  (with Cubic Circle'​s cucipop (v1.31 1998/05/X) Thu Feb  2 18:12:X 2006)
  
 retr 1 retr 1
 +OK 810 octets +OK 810 octets
-Received: by gX.class (mbox mailuser)+Received: by gate.corpX.un ​(mbox mailuser)
  (with Cubic Circle'​s cucipop (v1.31 1998/05/X) Thu Feb  2 18:14:58 2006)  (with Cubic Circle'​s cucipop (v1.31 1998/05/X) Thu Feb  2 18:14:58 2006)
  
Line 30: Line 30:
 ==== FreeBSD ==== ==== FreeBSD ====
 <​code>​ <​code>​
-[gX:~ ] # pkg_add -r popper+[gate:~ ] # pkg_add -r popper
  
-[gX:~ ] # cat /​etc/​inetd.conf+[gate:~ ] # cat /​etc/​inetd.conf
 ... ...
 pop3   ​stream ​ tcp     ​nowait ​ root    /​usr/​local/​libexec/​popper ​      ​popper pop3   ​stream ​ tcp     ​nowait ​ root    /​usr/​local/​libexec/​popper ​      ​popper
 ... ...
  
-[gX:~ ] # cat /​etc/​rc.conf ​+[gate:~ ] # cat /​etc/​rc.conf ​
 ... ...
 inetd_enable=”YES” inetd_enable=”YES”
 ... ...
  
-[gX:~ ] # /​etc/​rc.d/​inetd start+[gate:~ ] # /​etc/​rc.d/​inetd start
 </​code>​ </​code>​
  
 ==== Ubuntu ==== ==== Ubuntu ====
 <​code>​ <​code>​
-root@g13:~# apt-get install openbsd-inetd+root@gate:~# apt-get install openbsd-inetd
  
-root@g13:~# apt-get install qpopper+root@gate:~# apt-get install qpopper
  
-root@g13:~# grep pop /​etc/​inetd.conf+root@gate:~# grep pop /​etc/​inetd.conf
 pop-3           ​stream ​ tcp     ​nowait ​ root    /​usr/​sbin/​tcpd ​ /​usr/​sbin/​in.qpopper -f /​etc/​qpopper.conf pop-3           ​stream ​ tcp     ​nowait ​ root    /​usr/​sbin/​tcpd ​ /​usr/​sbin/​in.qpopper -f /​etc/​qpopper.conf
  
-root@g13:~# /​etc/​init.d/​openbsd-inetd start+root@gate:~# /​etc/​init.d/​openbsd-inetd start
 </​code>​ </​code>​
протокол_pop3.txt · Last modified: 2021/06/11 11:03 by admin