| Server IP : 61.19.30.66 / Your IP : 216.73.216.15 Web Server : Apache/2.2.22 (Ubuntu) System : Linux klw 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64 User : www-data ( 33) PHP Version : 5.3.10-1ubuntu3.48 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python2.7/dist-packages/twisted/protocols/ |
Upload File : |
ó
[³XMc @ sÝ d Z d d l Z d d l Z d d l Z d d l m Z d d l m Z d d l m Z m Z d d l
m Z d „ Z d „ Z
d e j e j f d
„ ƒ YZ d e j e j f d „ ƒ YZ d
e j f d „ ƒ YZ d S( s1
Postfix mail transport agent related protocols.
iÿÿÿÿN( t basic( t policies( t protocolt defer( t logc C s
t j | ƒ S( N( t urllibt quote( t s( ( s= /usr/lib/python2.7/dist-packages/twisted/protocols/postfix.pyR s c C s
t j | ƒ S( N( R t unquote( R ( ( s= /usr/lib/python2.7/dist-packages/twisted/protocols/postfix.pyR s t PostfixTCPMapServerc B s\ e Z d Z d Z d Z d „ Z d d „ Z d „ Z d „ Z d „ Z d „ Z
d
„ Z RS( sz Postfix mail transport agent TCP map protocol implementation.
Receive requests for data matching given key via lineReceived,
asks it's factory for the data with self.factory.get(key), and
returns the data to the requester. None means no entry found.
You can use postfix's postmap to test the map service::
/usr/sbin/postmap -q KEY tcp:localhost:4242
iX s
c C s | j | j ƒ d S( N( t
setTimeoutt timeout( t self( ( s= /usr/lib/python2.7/dist-packages/twisted/protocols/postfix.pyt connectionMade* s t c C s! | j d | | p d f ƒ d S( s&