LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Reconfigure Exim (https://www.linuxquestions.org/questions/linux-newbie-8/reconfigure-exim-334813/)

TroelsSmit 06-18-2005 03:36 AM

Reconfigure Exim
 
Hi,

My debian server has switched location.

I have to specify a new SMTP server.

Therefore I would like to reconfigure exim4.

I have tried:
sudo dpkg --configure exim4 (which says that exim is already configured)

and then I tried:
sudo dpkg remove -p exim4
sudo apt-get install exim4 (no question was asked ?!?)
sudo dpkg --configure exim4 (which again says that exim is already configured)

How do I configure my system to use a new smtp server ???

I use mutt and vim for email, normally.

acid_kewpie 06-18-2005 03:54 AM

you have to specify one? what does that mean? sounds like you just need to tell your mail clients where to go, which has nothign at all to do with the server itself.

TroelsSmit 06-18-2005 04:10 AM

When I send an email -> where do I specify the smtp server that it (mutt) should use ?

I believe that I should setup the MTA (exim?) to deliever the mail to the smtp that I wish to use ?

acid_kewpie 06-18-2005 09:36 AM

exim IS an MTA. what are you actually doing?? afaik, mutt uses the local mail command to send mail to whereever. if you are using exim as a local smtp server, then yes, tell exim where to relay to. i'm not sure why you think just reinstalling it will make everything work. read the docs at exim.org for details on setting an onward realy host. normally though exim will send it directly to wherever it's supposed to go.

TroelsSmit 06-20-2005 09:09 AM

Hi,

Please tell me where I specify the remote smtp server that exim will connect to.


All times are GMT -5. The time now is 11:43 AM.