ftocc

email set up please

badwolf
Posts: 15
Member Since:
2007-04-12

i have trixbox set up with a verizon dsl connection and I have a pop3 mail.xxxx.com server with outgoing authentication. I cannot figure out what to change in sendmail to get mail to work or even in postfix....

thanks



RJLennon
Posts: 111
Member Since:
2006-09-22
In free pbx under the

In free pbx under the extentions you should see E-mail address to add. Under the heading tab voicemail & Directory. What version are you using ? In am using 2.2.1 Freepbx



Chronos74
Posts: 25
Member Since:
2007-05-24
I followed the instructions

I followed the instructions at: http://www.screaming-penguin.com/node/4214
With a couple changes (which are in the comments at the bottom of the article)... In step 6 I had to set both the U: and I: values to be the username for my SMTP account, and in the instructions he has brackets around his mail server - i.e. [mail.bellsouth.net] - I had to remove all the brackets in my setup to get it to work. Also I found it easiest to use Webmin to edit the Sendmail configuration files.



badwolf
Posts: 15
Member Since:
2007-04-12
I understand that. thanks

I understand that. thanks for the reply. I am concerned about setting up the mailserver in linux...



versodom
Posts: 22
Member Since:
2006-07-24
easyfix for email issue

If you just want your logs and Asterisk messages sent to your e-mail, do the following:

log into webmin
bring up Sendmail Mail Server under servers.
select Domain Routing
enter a name like BellSouth under description
select Host or Domain radio button
enter the host name of your asterisk server
under delivery, make sure SMTP is selected
now under send to:
put the SMTP mail address of the carrier your Asterisk server is connected
i.e. mail.bellsouth.net.
now save.

Now go to Mail Aliases
the very last entry should be root
Click on the radio button to enable it
then next to the Alias to select email address then enter your e-mail address in the box

Thats it. It should now work.
To test this in an SSH terminal type:
mail root
test mail
This is my 1st email
.
[Enter]

You should now get an e-mail with the subject "test mail"



TDF
Posts: 351
Member Since:
2006-12-19
Is there a easy way to send

Is there a easy way to send the emails to a local machine running outlook or does it have to go out and back again.



KodaK
Posts: 1877
Member Since:
2006-06-14
You can set up your trixbox

You can set up your trixbox as a mail server and then point Outlook at the IP of that machine (or hostname if you've set up DNS or WINS,) but in order to do that you have to create local users on the trixbox machine. That isn't bad if it's a home box, but I wouldn't suggest it for a corporate environment.

For example, as root do:

adduser bob
passwd bob

Then in your extension setup, make the mail go to "bob@localhost".

Last, in your mail client (Outlook or whatever) set up a new mail account, put the IP (or hostname) of your trixbox in the incoming and the outgoing server should be whatever your real outgoing server is. Add the username and password for "bob" and you're set. Just make sure that the mail account you set up isn't set to default.

--

WARNING: I no longer actively participate in these forums. My thoughts on trixbox in a nutshell: http://www.youtube.com/watch?v=q4xBMkWu1pE Use AsteriskNOW instead.



djsullie
Posts: 151
Member Since:
2008-02-16
Badwolf Just wondering if

Badwolf
Just wondering if you had any luck setting this up? I am also having problems with my VM to email I installed Webmin and followed above steps no luck..

I am using Trixbox CE with godaddy domain name and email

Anyone else using godaddy? just wondering how you set up your outbound configs



trixboxing
Posts: 25
Member Since:
2007-08-16
No POP3 application running

Hello,

I too want to pop messages from root so I will see any problems which arise.
I know how to modify aliases, but I notice there is no pop3 application running (dovecot, ipop3d, qpopper, pop3d, etc). So nobody's home when an email client tries to pop mail.
What is the recommended application?

Cliff



trixboxing
Posts: 25
Member Since:
2007-08-16
DUH

My bad.
I don't want to pop mail off asterisk, I want mail sent from asterisk to my personal mail account.
My mistake was I created a user (as mentioned a couple of posts up). You don't need to create a user because you can't pop. So, I put my personal email address in the aliases file (instead of the user I created), ran newaliases, and that worked.



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.