Current Path : /usr/lib/python2.7/dist-packages/twisted/protocols/ |
Current File : //usr/lib/python2.7/dist-packages/twisted/protocols/postfix.pyc |
[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. iN( 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&