我喜欢 在不跟风的空间里 做自己
Post via mail with WordPress System
with WordPress Sytem in your domain but it’s not available here….
After seting your pop3 mail server, view http://www.yourdomain.com/wp-mail.php to get post from your mailbox, but there comes an error:(wordpress 2.0)
Ooops POP3: premature NOOP OK, NOT an RFC 1939 Compliant server
Bug! You can avoid that by editting the file “…/wp-includes/class-pop3.php” ,find the following words
if($this->RFC1939) {
change to:
if(!$this->RFC1939) {
Check, it works!
| Print article | This entry was posted by stone on January 9, 2006 at 10:43 pm, and is filed under 技术笔记. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
