| Linode Forum https://forum.linode.com/ |
|
| 6 hours and cannot configure Postfix + Courier-IMAP https://forum.linode.com/viewtopic.php?f=11&t=5061 |
Page 1 of 1 |
| Author: | hotdog [ Fri Jan 15, 2010 10:28 pm ] |
| Post subject: | 6 hours and cannot configure Postfix + Courier-IMAP |
Hello, I'm having issues setting up a mail server... almost a full day of frustration. Any help would be hugely appreciated. I'm new to Linux but know some of the basics, enough to compile and install nginx and get it working in 45 min without trouble. I cannot find any clear documentation or simple (BASIC) instructions that explain the process of Postfix + Courier-IMAP step by step. This is just for 1 email address for a personal website on Ubuntu 9.10 I don't need MySQL databases or spam filters or hugely complex/secure configurations. I have followed bits and pieces of about 10 tutorials and nothing works. Code: NS Reverse DNS set Code: postfix main.cf Code: netcat mail.hooplah.com 143 Code: netcat mail.hooplah.com 25 I added a user called supercool and there's a /home/supercool/maildir directory. If I use an outside email account and send something to supercool@hoolpah.com there aren't any error messages, it just disappears. If I send a message to something fictitious like test@hooplah.com it will return the email as undeliverable. So it seems like it's accepting the address, but doesn't do anything once it receives the email. My brain is melted. If you need any information to help troubleshoot I'll gladly provide it. Thanks for reading. |
|
| Author: | hotdog [ Fri Jan 15, 2010 10:33 pm ] |
| Post subject: | |
Also, when I use a email client (OS X Mail) and provide the username supercool and password, with the incoming mail server as mail.hooplah.com it gives an error stating "Logging into IMAP sever mail.hooplah.com failed" |
|
| Author: | Vance [ Mon Jan 18, 2010 12:22 am ] |
| Post subject: | |
Something that comes to mind is that you might have named the directory /home/supercool/Maildir (with a capital M), where Postfix is expecting a lowercase one as defined by $home_mailbox. Otherwise, take a look at your mail logs (grep -C 5 supercool /var/log/mail.log). Mail for the supercool user should be handled by the local delivery daemon as the last step. There may be a useful error message in there. Can't help you with the IMAP stuff, as I don't know it. If the Linode guides can't help you get Courier going, you may want to also consider Dovecot. |
|
| Author: | skavoovie [ Mon Jan 18, 2010 5:09 pm ] |
| Post subject: | |
What do your Postfix logs show when you send a test message to the user that exists -- specifically the disposition of the message being accepted? That's the first place to start. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|