Paul Tyreman wrote: > Hi, > > I run a local exchange server and would like asterisk to send > voicemail notification messages via exchange. > > I have had a look at the voicemail.conf file, but I can't see how I > would go about configuring it to use an account set up on exchange ? > The exchange account would have both POP3 and IMAP access, so how can > I tell Asterisk to use the exchange account rather then sendmail ? > > Thanks, Paul. > _______________________________________________
Do you have internet email accounts on the exchange server ? If this is the case then you have an mx record in DNS that points to your exchange server. This also means that you have the smtp part configured in the exchange server so it will accept smtp messages from the asterisk box. And then you just use the users email adr. as voice mail destination. POP3 and IMAp is just for the end users connectivity to the exchange server and has nothing to do with how asterisk delivers voicemails to the exchange server, for this purpose is SMTP used. /Mats _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
