<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OpenKB::Server Technical Papers &#187; SMTP</title>
	<atom:link href="http://www.openkb.org/category/smtp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openkb.org</link>
	<description>Computer , server issues and solutions</description>
	<lastBuildDate>Sat, 17 Jul 2010 21:16:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SMTP: 421 try again</title>
		<link>http://www.openkb.org/smtp-421-try-again/</link>
		<comments>http://www.openkb.org/smtp-421-try-again/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 17:04:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=697</guid>
		<description><![CDATA[421 Server is busy, try again later.Connection closed by foreign host. This is caused by the smtp is not able to accept anymore inbound connections.]]></description>
			<content:encoded><![CDATA[<p>421 Server is busy, try again later.Connection closed by foreign host.</p>
<p>This is caused by the smtp is not able to accept anymore inbound connections. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/smtp-421-try-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>POP: telnet to POP Server</title>
		<link>http://www.openkb.org/pop-telnet-to-pop-server/</link>
		<comments>http://www.openkb.org/pop-telnet-to-pop-server/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 17:46:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://blog.masadmin1.com/?p=256</guid>
		<description><![CDATA[The first thing to do is to open a connection from your computer to your mail server. telnet mail.domain.ext 110 You should receive a reply like: Trying ???.???.???.???&#8230; Connected to mail.domain.ext. Escape character is &#8216;^]&#8217;. +OK ready   Then log in: USER userName This should give you: +OK Password required for userName.   Now give [...]]]></description>
			<content:encoded><![CDATA[<p>The first thing to do is to open a connection from your computer to your mail server.</p>
<p>telnet<span> </span>mail.domain.ext 110</p>
<p>You should receive a reply like:</p>
<p>Trying ???.???.???.???&#8230;</p>
<p>Connected to mail.domain.ext.</p>
<p>Escape character is &#8216;^]&#8217;.</p>
<p>+OK ready</p>
<p> </p>
<p>Then log in:</p>
<p>USER userName</p>
<p>This should give you:</p>
<p>+OK Password required for userName.</p>
<p> </p>
<p>Now give your password:</p>
<p>PASS passW0rd</p>
<p>Should yeild:</p>
<p>+OK userName has ? visible messages (? hidden) in ????? octets.</p>
<p>If it doesn&#8217;t please see possible problems.</p>
<p> </p>
<p>To see a list of your emails awaiting collection use the LIST command, this will also show you the id number of your messages (e.g. 1 or 2 etc.)</p>
<p>To view the contents of an email type RETR + the id number of the message (e.g RETR 1).</p>
<p>To delete a message use DELE + the id number of the message (e.g DELE 1).</p>
<p>To leave your mailbox and close the connection use QUIT</p>
<p> </p>
<p>Here are a list of problems I&#8217;ve encountered and their fixes</p>
<p> </p>
<p>-ERR [AUTH] Password supplied for &#8220;userName&#8221; is incorrect.</p>
<p>The password supplied was not the one expected by the server, retype the password, failing that find out if you&#8217;ve got the correct password.</p>
<p> </p>
<p>-ERR [AUTH] PAM authentication failed for user &#8220;userName&#8221;: Authentication failure (7)</p>
<p>Your mailbox could not be broken down into seperate emails correctly, there may be a remnant of a message left &#8211; Ask your ISP to edit the mailbox manually and look for free lines above the headers.</p>
<p> </p>
<p>452 4.4.5 Insufficient disk space; try again later</p>
<p>The mailserver cannot write the temporary files needed to allow you to collect your mail &#8211; ask your ISP to check disk useage and allocation on the server</p>
<p> </p>
<p>-ERR [SYS/TEMP] Unable to copy mail spool file, quota exceeded (122)</p>
<p>The mailserver cannot create a temporary file needed to allow you access to your mailbox as you&#8217;ve run out of your space allocation &#8211; Try to reduce the amount of disk space you are using on that server (this quota may be shared between your mail, web and userspace), alternatively contact your ISP to increase your quota.</p>
<p> </p>
<p>-ERR [IN-USE] /???/???/.userName.pop lock busy! Is another session active? (11)</p>
<p>The mailbox is currently in use by another connection or an old connection has terminated uncleanly &#8211; This will deal with itself</p>
<p> </p>
<p>Overquota locking file &#8216;/???/???/???/userName.lock&#8217;; lock proceeding anyway</p>
<p> </p>
<p> </p>
<p>Unable to process From lines (envelopes) in /???/???/???/userName; change recognition mode or check for corrupted mail drop.</p>
<p>The mailbox cannot be split into seperate messages because the pop server cannot recognise distinct boundaries or the boundaries do not include the whole mailbox</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/pop-telnet-to-pop-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change SMTP port via Eudora</title>
		<link>http://www.openkb.org/change-smtp-port-via-eudora/</link>
		<comments>http://www.openkb.org/change-smtp-port-via-eudora/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 04:49:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://blog.masadmin1.com/?p=83</guid>
		<description><![CDATA[You can change the ports for *all email accounts* in Eudora for the POP, IMAP, SMTP, ACAP, or Password Change Port by using the esoteric settings. First exit Eudora. Look in the Eudora directory for the folder &#8220;Extrastuff&#8221;. In this folder there is a file named &#8220;esoteric.epi&#8221;. Drag this file into the main Eudora directory. [...]]]></description>
			<content:encoded><![CDATA[<p>You can change the ports for *all email accounts* in Eudora for the POP, IMAP, SMTP, ACAP, or Password Change Port by using the esoteric settings. First exit Eudora. Look in the Eudora directory for the folder &#8220;Extrastuff&#8221;. In this folder there is a file named &#8220;esoteric.epi&#8221;. Drag this file into the main Eudora directory. Restart Eudora then go to the Tools menu, Options, Ports, and change the ports here as needed.</p>
<p>If you do not know where your Eudora directory is and are currently running Eudora 6.2 or newer, you can find out by going to the Help, About Eudora menu.</p>
<p>To find out where you have Eudora installed for versions older than 6.2 you will have to search for the directory using Windows Search. Go to Start, Search, All files and Folders. In the box labeled &#8220;All or part of the file name&#8221; type eudora.ini. Click on Search now. When the file is located look at the modified date. The eudora.ini file with the most recent date will reveal the location of your Eudora directory. This eudora.ini file&#8217;s modified date is updated each time you exit Eudora. The file location will be listed under the &#8220;In Folder&#8221; category in the search results window.</p>
<p>OR</p>
<p>You may have a need to change ports for one or more specific email personalities in Eudora. You can do so by adding the desired setting under the appropriate &#8216;[Persona]&#8216; section. For example, To change the POP3 port for a personality called &#8216;foo&#8217; to 10110, you would edit the Eudora.ini and look for a section called:</p>
<p>[persona-foo]</p>
<p>Under that section you would enter:</p>
<p>PopPort=10110</p>
<p>The settings for the 3 main services are:</p>
<p>PopPort= </p>
<p>ImapPort= </p>
<p>SMTPPort=</p>
<p>SSLPopAlternatePort= </p>
<p>SSLImapAlternatePort= </p>
<p>SSLSMTPAlternatePort=</p>
<p>It is not recommended you make any of the above changes unless specifically instructed by your Internet Service Provider or Email Provider. Altering ports in Eudora could inhibit your ability to send and receive email.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/change-smtp-port-via-eudora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMTP ERROR CODES</title>
		<link>http://www.openkb.org/smtp-error-codes/</link>
		<comments>http://www.openkb.org/smtp-error-codes/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 04:11:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://blog.masadmin1.com/2007/12/05/smtp-error-codes/</guid>
		<description><![CDATA[211 System status, or system help reply 214 Help message 220 Service ready 221 Service closing transmission channel 250 Requested mail action okay, completed 251 User not local; will forward to 354 Start mail input; end with . 421 Service not available, closing transmission channel 450 Requested mail action not taken: mailbox unavailable 451 Requested [...]]]></description>
			<content:encoded><![CDATA[<p> 211 System status, or system help reply<br />
214 Help message<br />
220 <domain> Service ready<br />
221 <domain> Service closing transmission channel<br />
250 Requested mail action okay, completed<br />
251 User not local; will forward to <forward-path><br />
354 Start mail input; end with <crlf>.<crlf><br />
421 <domain> Service not available, closing transmission channel<br />
450 Requested mail action not taken: mailbox unavailable<br />
451 Requested action aborted: local error in processing<br />
452 Requested action not taken: insufficient system storage<br />
500 Syntax error, command unrecognized<br />
501 Syntax error in parameters or arguments<br />
502 Command not implemented<br />
503 Bad sequence of commands<br />
504 Command parameter not implemented<br />
550 Requested action not taken: mailbox unavailable [E.g., mailbox not found, no access]<br />
551 User not local; please try <forward-path><br />
552 Requested mail action aborted: exceeded storage allocation<br />
553 Requested action not taken: mailbox name not allowed [E.g., mailbox syntax incorrect]<br />
554 Transaction failed</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/smtp-error-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
