On Fri, Aug 10, 2001 at 09:30:54PM +0200, Martin Puaschitz wrote: | Hi! | | I'm running Debian 2.2/unstable with imapd and exim. Both are running and I | am able to read my mails. But I am not able to send mails because I am not | allowed to relay... I would appreciate a quick 'n dirty howto from someone ... | I noticed there is a configuration-tool. I run this programm, but as you can | see I still have troubles. Perhaps somebody may tell me, what I have to | "say" the configuration tool...
Run the config tool ('eximconfig'). Pick option number 2 (smarthost relay). This means that exim will accept mail coming from your own machine and send it towards its destination using a "real" server that you need to specify. Specify the mail server that your ISP provides. You may need to use authentication on that server or it will drop your messages -- to do this uncomment some of the lines near the end of the config file that is generated and include the correct username and password. If you want your machine to serve as the mail server for the windows boxes, there might be some more configuration necessary, I don't know because I haven't gotten there yet. HTH, -D