Thanks for giving it a shot! What do you mean by the SMTP server isn't running... does "/etc/init.d/postfix status" reveal anything? If not, try restarting the server and checking in your process list "ps aux | grep postfix"jordant wrote:beowulf:
Thanks for the excellent tutorial. I just setup a second server on my home network for this exact purpose. After following through the tutorial, most of the stuff worked great (SMTP server doesn't appear to be running at all though?). IMAP is working awesome.
Right now I've set fetchmail up to grab from two separate e-mail accounts. Do you know if I can setup (either client side or on the server) to have it reply using that identity depending on what account I'm using? Or do I have to setup two separate users on the box and have two IMAP connections with diff logins in my e-mail client?
Once again, thanks for the great tutorial.
--jordant
Regarding the fetchmail situation. If i understand you correctly, you use 2 different email accounts. You want to be able to reply to any email received through an email with the appropriate email... FOr instance, mail enters to "jordant@isp.com" so you wish to reply using the "jordant@isp.com" identity. Likewise if another email came in for "jordant@ispisp.com" you would reply with that email.
There's a number of ways to do this.... off the top of my head, and the way i would do this.... I would use Procmail to sort the email into two seperate maildirs. Such as this recipe line:
Code: Select all
:0
* ^To:.jordant@isp\.com
.isp1/
:0
* ^To:.jordant@ispisp\.com
.ispisp/
In Sylpheed-Claws, it can be done the same way, right clicking on the .maildir and then choosing properties. Later selecting the default identity to go with that folder.
If this isn't what you meant, let me know and i'll try to help you further.
Hope this helps, and thanks again for giving it a try



