On Tue, 2009-03-24 at 16:34 +0000, Keith Gearty wrote: > By default, SipX seems to send email directly, using its own domain as > an SMTP server (I'm not entirely sure how that works, but thats beside > the point). I would like to config SipX so that it connects to a remote > SMTP server that I specify and sends email from an email address that I > specify (just like a normal email client does). How would I go about > configuring SipX to work like that?
The sipX server runs an instance of sendmail. sipX proper sends the e-mail to the local sendmail, which sends it to the desired destination. This is to prevent sipX from being blocked if the destination SMTP server is inaccessible in some way. You're supposed to be able to configure the destination e-mail address, which implicitly specifies the remote SMTP server that will ultimately receive the e-mail. You won't get the ability to prevent the message from being relayed through the sendmail on the sipX server, as that is needed to prevent system failure under stressful circumstances. In regard to the origin e-mail address in the message, I don't know if that is configurable, although in principle it shouldn't be difficult to change. Dale _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
