----Original Message----- From: Andrew Sackville-West [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 4:47 PM To: debian-user@lists.debian.org Subject: Re: FW: Sending Email from script
On Thu, Jul 19, 2007 at 04:23:36PM -0400, Mace, Nathan wrote: > -----Original Message----- > From: Andrew Sackville-West [mailto:[EMAIL PROTECTED] > >> If so, why not just specify the exchange server as a smarthost and >> leave it at that? Or you have to get into the linux server and >> reconfigure its mailer to accept mail from you... > > > The Exchange server needs to accept mail sent from the linux box. The > linux box doesn't need to accept mail from anything. This is strictly > a > 1 way conmminication. From the linux box, to the exchange box. > okay. I think you're going to do better using that exchange box as a smarthost. dpkg-reconfigure exim4-config and select the smarthost option. It will prompt you for information on the smarthost (address etc). Then exim will behave just like any ol' email client and connect to that exchange host. If you need to qualify yourself to that host, then use /etc/exim4/passwd.client to store login and password. That did the trick!!! Thanks for all of your help! Now that this is working, maybe I can get a better email client setup for this list before my next question comes up! :-) Thanks again! Nathan