data: LMTP
authorFrantišek Kučera <franta-hg@frantovo.cz>
Mon, 12 Aug 2013 20:19:21 +0200
changeset 42bb64b8847749
parent 41 a6bc22367c95
child 43 d967fef53cb4
data: LMTP
data/dictionary.xml
     1.1 --- a/data/dictionary.xml	Mon Aug 12 18:54:57 2013 +0200
     1.2 +++ b/data/dictionary.xml	Mon Aug 12 20:19:21 2013 +0200
     1.3 @@ -188,6 +188,7 @@
     1.4  	</concept>
     1.5  	<concept>
     1.6  		<term abbreviation="SMTP" completeForm="simple mail transfer protocol" language="en"/>
     1.7 +		<term abbreviation="ESMTP" completeForm="Extended SMTP" language="en"/>
     1.8  		<explanation language="en">
     1.9  			<text>
    1.10  				a text-based client-server protocol for sending e-mail messages
    1.11 @@ -199,6 +200,19 @@
    1.12  		<tag>protocol</tag>
    1.13  	</concept>
    1.14  	<concept>
    1.15 +		<term abbreviation="LMTP" completeForm="local mail transfer protocol" language="en"/>
    1.16 +		<explanation language="en">
    1.17 +			<text>
    1.18 +				a derivative of ESMTP designed for transferring messages locally from MTA component to MDA (mail storage, no queue);
    1.19 +				uses TCP/IP but must not use port 25 (SMTP);
    1.20 +				is defined in RFC 2033
    1.21 +			</text>
    1.22 +		</explanation>
    1.23 +		<tag>computer</tag>
    1.24 +		<tag>messaging</tag>
    1.25 +		<tag>protocol</tag>
    1.26 +	</concept>
    1.27 +	<concept>
    1.28  		<term abbreviation="MUA" completeForm="mail user agent" language="en"/>
    1.29  		<explanation language="en">
    1.30  			<text>
    1.31 @@ -216,7 +230,13 @@
    1.32  	</concept>
    1.33  	<concept>
    1.34  		<term abbreviation="MTA" completeForm="message transfer agent " language="en"/>
    1.35 -		<explanation language="en"><text></text></explanation>
    1.36 +		<term abbreviation="MTA" completeForm="message transport agent " language="en"/>
    1.37 +		<term abbreviation="MX" completeForm=" mail exchanger" language="en"/>
    1.38 +		<explanation language="en">
    1.39 +			<text>
    1.40 +				a software which transferres 
    1.41 +			</text>
    1.42 +		</explanation>
    1.43  		<tag>computer</tag>
    1.44  		<tag>messaging</tag>
    1.45  	</concept>