Reply
 
Thread Tools Display Modes
  #1  
Old 05-07-08, 02:13 PM
ednunnemaker ednunnemaker is offline
Senior Member
 
Join Date: Oct 2007
Location: Phoenix, Az
Posts: 118
how
how do i undo the changes made with this write up? its not working and i think its due to the exchange server at the customers site, i can send email to myself al day long but a soon as i try to send it to them it never reaches the destination, i think they are blocking it somehow, they claim they don't even see the message attempt to be delivered, thought maybe i'll go back to square one and try the normal route. thank you,
__________________
"Silly user, Trix(box) is for resellers" -Ed
Reply With Quote
  #2  
Old 05-13-08, 10:48 PM
dad311 dad311 is offline
Guru
 
Join Date: Jan 2008
Posts: 364
Nice write-up. Just thought I would note that I needed to remove/delete my sendmail.cf file before doing the make command. The make command would run, but not update the sendmail.cf file.
Reply With Quote
  #3  
Old 03-13-09, 04:13 PM
tenortim tenortim is offline
Junior Member
 
Join Date: Mar 2009
Posts: 1
Slight error in the original instructions
Originally Posted by undrhil View Post
I believe the main problem with these instructions is the use of the echo command. The echo command stips double-quotes from whatever is echo'd so that client-info file doesn't contain the double-quotes. To fix this problem, when you edit client-info to change user-id and password, reinsert the double-quotes. This fixed it for me.

Undrhil
Bingo! You hit the nail on the head. The auth-info syntax requires the username, password etc to be surrounded by double-quotes, but if you follow the directions in the original article, the shell is going to wind up stripping them. Edit the auth-info file, make sure there are double-quotes around each part i.e.
"U:smmsp" "I:user_id" "P:password" "M:PLAIN"
not
U:smmsp I:user_id P:password M:PLAIN

Rerun the makemap and you should be in business.
Reply With Quote
  #4  
Old 03-13-09, 05:16 PM
wardmundy wardmundy is offline
Nerd Uno
 
Join Date: Oct 2007
Posts: 3,893
I believe this is explained in the file itself. You had to open it to insert your credentials.
Reply With Quote
  #5  
Old 07-08-08, 11:36 PM
cjkeeme cjkeeme is offline
Guru
 
Join Date: Jun 2008
Location: Tucson, AZ
Posts: 196
I am interested in using this with my Google Apps email. This way the received email is from my domain instead of @gmail.

Google Apps uses the same smtp.gmail.com on port 587. My guess is it won't be difficult to accomplish, but I don't know where to begin.

Any help figuring this out is greatly appreciated.
Reply With Quote
  #6  
Old 07-12-08, 12:33 AM
discodave1977 discodave1977 is offline
Member
 
Join Date: Jul 2008
Posts: 61
I use Bell Sympatico at home and this fix works like a charm for me. ty ty ty!
Reply With Quote
  #7  
Old 07-21-08, 11:35 AM
badwolf badwolf is offline
Junior Member
 
Join Date: Feb 2008
Posts: 29
what should i set for

127.0.0.1 pbx.dyndns.org pbx.local pbx localhost.localdomain localhost

And then make line 6 of /etc/asterisk/vm_general.inc look like the following:

serveremail=voicemail@pbx.dyndns.org

Now issue the following two commands to make the changes take effect:

service network restart
amportal restart
The command “setup-mail” can be used from the Linux prompt to set the fully-qualified domain name (FQDN)



also i tried the instructions but nothing happens for make.
thanks
Reply With Quote
  #8  
Old 10-17-08, 05:11 PM
wnpaul wnpaul is offline
Junior Member
 
Join Date: Feb 2008
Posts: 7
just add your domain name to the username
Originally Posted by cjkeeme View Post
I am interested in using this with my Google Apps email. This way the received email is from my domain instead of @gmail.

Google Apps uses the same smtp.gmail.com on port 587. My guess is it won't be difficult to accomplish, but I don't know where to begin.

Any help figuring this out is greatly appreciated.
Where Ward's instructions say "your gmail username without @gmail.com" you need to put your complete Google Apps email address (in other words with @yourdomain). That is the only difference in the SMTP instructions provided by Google for Gmail and GApps accounts, respectively.
Reply With Quote
  #9  
Old 01-12-09, 10:01 AM
jehowe jehowe is offline
Guru
 
Join Date: Nov 2007
Location: Lincolnshire, IL
Posts: 258
Just a comment on an old thread. Maybe I'm just not very smart, but I lost an hour trying to figure out that any changes made to the client-info file don't just require a sendmail reload, but also need to be followed up with the command:

makemap -r hash client-info.db < client-info

Doh! Spamhaus just recently banned my Comcast IP range (which yahoo uses), with no recourse, sending me running to this thread. Thanks Ward for the gmail setup.
__________________
http://www.jeffhowe.net
Reply With Quote
  #10  
Old 01-13-09, 09:30 PM
cb122 cb122 is offline
Junior Member
 
Join Date: Jan 2009
Posts: 16
Troubles
I have followed this to the T as well and I get the following in my maillog

.
Jan 13 21:17:01 pbx sendmail[2061]: n0E1VJaN032521: to=<xxx@xxx.com>, delay=00:45:41, xdelay=00:28:00, mailer=esmtp, pri=313780, relay=alt1.aspmx.l.google.com. [xx.xx.xxx.114], dsn=4.0.0, stat=Deferred: Connection timed out with alt1.aspmx.l.google.com.



Any Pointers?



Thanks
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 07:08 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.
Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2007-2008, Ward Mundy & Associates