data: MTA improved
authorFrantišek Kučera <franta-hg@frantovo.cz>
Mon, 12 Aug 2013 21:54:13 +0200
changeset 446e40c68b40b9
parent 43 d967fef53cb4
child 45 4d0d4e12c1ec
data: MTA improved
data/dictionary.xml
     1.1 --- a/data/dictionary.xml	Mon Aug 12 21:44:45 2013 +0200
     1.2 +++ b/data/dictionary.xml	Mon Aug 12 21:54:13 2013 +0200
     1.3 @@ -231,11 +231,13 @@
     1.4  	</concept>
     1.5  	<concept>
     1.6  		<term abbreviation="MTA" completeForm="message transfer agent " language="en"/>
     1.7 -		<term abbreviation="MTA" completeForm="message transport agent " language="en"/>
     1.8 +		<term abbreviation="MTA" completeForm="mail transfer agent " language="en"/>
     1.9  		<term abbreviation="MX" completeForm=" mail exchanger" language="en"/>
    1.10  		<explanation language="en">
    1.11  			<text>
    1.12 -				a software which transferres 
    1.13 +				a software component which transferres e-mails from one computer to another using SMTP protocol (implements both sending and receiving);
    1.14 +				messages can be passed over network (relayed) or for local recipients stored locally (passing them to the MDA using LMTP);
    1.15 +				examples of MTA: Postfix, Sendmail, Exim, Courier Mail Server, Apache James
    1.16  			</text>
    1.17  		</explanation>
    1.18  		<tag>computer</tag>