Re: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-23 Thread Martin Joseph
On Mar 23, 2006, at 10:00 AM, Charles Marcus wrote: On 3/22/2006 Avi Miller ([EMAIL PROTECTED]) wrote: A smarthost is another SMTP server (e.g. your corporate email server, which should already be capable of sending outbound email) that your Asterisk box is configured to send all outgoing mai

Re: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-23 Thread Avi Miller
Charles Marcus wrote: Actually, that would more properly be called an SMTP RELAY (the SMTP server that Asterisk was talking to), would it not? The server itself would be an SMTP Relay, true -- but from the sending server, you would be configuring the Smarthost option. This is true for both Se

Re: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-23 Thread Charles Marcus
On 3/22/2006 Avi Miller ([EMAIL PROTECTED]) wrote: A smarthost is another SMTP server (e.g. your corporate email server, which should already be capable of sending outbound email) that your Asterisk box is configured to send all outgoing mail to, instead of trying to deliver it directly. Act

RE: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-23 Thread Bob McDowell
didn't want to commit the time... Bob McDowell -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Avi Miller Sent: Wednesday, March 22, 2006 8:50 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Re: problems

Re: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-22 Thread Avi Miller
Andrew Furey wrote: Not technically true, AFAIK... the reverse doesn't have to be the same (how would multiple domain hosting work?) but it should resolve to _something_ (NXDOMAIN is not an option). Yes, true. :) -- National Manager - Special Projects < Sydney / Melbourne / Canberra / Hobart

Re: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-22 Thread Andrew Furey
On 3/23/06, Avi Miller <[EMAIL PROTECTED]> wrote: > Not only does 'host.domain.com' need to resolve to an IP > address, but that IP address must resolve to 'host.domain.com' in the > reverse lookup table. Not technically true, AFAIK... the reverse doesn't have to be the same (how would multiple do

Re: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-22 Thread Avi Miller
hugolivude wrote: what's a smart host? A smarthost is another SMTP server (e.g. your corporate email server, which should already be capable of sending outbound email) that your Asterisk box is configured to send all outgoing mail to, instead of trying to deliver it directly. The smarthost

Re: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-22 Thread hugolivude
what's a smart host? On 3/22/06, Avi Miller <[EMAIL PROTECTED]> wrote: > hugolivude wrote: > > I believe that part of my problem is the fact that my static, external > > IP address is not mapped to a hostname. > > I think its the reverse lookup as well, that's the source of your > problems. Not on

Re: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-22 Thread hugolivude
what's a smart host? On 3/22/06, Avi Miller <[EMAIL PROTECTED]> wrote: > hugolivude wrote: > > I believe that part of my problem is the fact that my static, external > > IP address is not mapped to a hostname. > > I think its the reverse lookup as well, that's the source of your > problems. Not on

Re: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-22 Thread Avi Miller
hugolivude wrote: I believe that part of my problem is the fact that my static, external IP address is not mapped to a hostname. I think its the reverse lookup as well, that's the source of your problems. Not only does 'host.domain.com' need to resolve to an IP address, but that IP address

Re: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-22 Thread hugolivude
First off, thanks to all for your help. I'm still not operational, so I've decided that I'll have to _understand_ what's going on rather than relying on a magic recipe; which isn't a bad thing I guess! I believe that part of my problem is the fact that my static, external IP address is not mapped

Re: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-20 Thread Pete Barnwell
On Mon, 2006-03-20 at 11:59 -0500, hugolivude wrote: > OK!! That's not what I did I've gone back and changed things > according to what you indicated, thanks for making it so simple to > folow... > > The Asterisk box is on an internal network so instead of > asterisk.mydomain.com I tried usi

Re: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-20 Thread hugolivude
So if the user you run Asterisk under is called "asterisk" then you add Tasterisk to sendmail.cf. Restart Sendmail. Then in voicemail.conf you can set the email address to whatever you want, it's at the top of the config file, I believe.-Original Message- 

RE: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-20 Thread Steve Jones
-----Original Message----- From: hugolivude [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 10:49 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Re: p

Re: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-20 Thread hugolivude
Guys, Thanks again for all your help.  I've updated /etc/sysconfig/network and /etc/hosts as per your suggestions: /etc/sysconfig/network: NETWORKING=yes HOSTNAME=localhost.localdomain 127.0.0.1  asterisk localhost /etc/hosts: # Do not remove the following line, or various programs # that re

RE: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-17 Thread Colin Anderson
if you are using Sendmail, then you have to add a trusted user to /etc/sendmail.cf in the format:   Tuser   So if the user you run Asterisk under is called "asterisk" then you add Tasterisk to sendmail.cf. Restart Sendmail. Then in voicemail.conf you can set the email address to whatever yo

RE: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-17 Thread Steve Jones
scp" to get an explorer-like interface to your linux box from your windows client over the network. It's a really cool tool, just google for it. Good luck! -Steve From: hugolivude [mailto:[EMAIL PROTECTED] Sent: Fri 3/17/2006 12:48 PM To: Asterisk Us

Re: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-17 Thread Tom Vile
leave yourself a > voicemail. > > > > > > > > > > > > From: Tony Mountifield [mailto:[EMAIL PROTECTED] > > Sent: Fri 3/17/2006 10:13 AM > > To: asterisk-users@lists.digium.com > > Subject: [Asterisk-Users] Re

Re: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-17 Thread hugolivude
Wow, Thanks so much for all your help.  I tried Steve's suggestion using tail and found: from=<[EMAIL PROTECTED]>, ... stat=Deferred: 450 <[EMAIL PROTECTED]>: Sender address rejected: Domain not found So it looks like the sender email is no longer acceptable.  This worked fine b4, so perhaps the

RE: [Asterisk-Users] Re: problems with emailing voicemail

2006-03-17 Thread Steve Jones
asterisk-users@lists.digium.com Subject: [Asterisk-Users] Re: problems with emailing voicemail In article <[EMAIL PROTECTED]>, hugolivude <[EMAIL PROTECTED]> wrote: > > I'm running a 1.1 version of Asterisk (a stable build from back in Oct-05) > running on RedHat 9.0. Everyth

[Asterisk-Users] Re: problems with emailing voicemail

2006-03-17 Thread Tony Mountifield
In article <[EMAIL PROTECTED]>, hugolivude <[EMAIL PROTECTED]> wrote: > > I'm running a 1.1 version of Asterisk (a stable build from back in Oct-05) > running on RedHat 9.0. Everything's been great but a couple of days ago, we > all stopped receiving emails of our voicemail. There's been no chan