On Oct 5, 2008, at 11:30 PM, Matthew Nichols wrote: > Hi, > I have upgraded to Asterisk 0.6.1 on a Soekris net4801 and all > configs merged across ok, but I in 0.4.8 I was using Gmail and MSMTP > ans MTA to send email when voicemail messages were left. Since > upgrading, I set the /mnt/kd/rc.conf file with all the relevant > details for my GMail settings, but Astlinux dos not generate the > msmtprc file that used to be in /tmp/etc/msmtprc. I have been > looking through to find out where this would be generated, but to no > avail. > > I noticed that there is an option in the web interface to configure > mail settings, but does not have the support for TLS certificates > for SSL. > > Any ideas on how to recover this?
Matt, You might try adding (or whatever Gmail demands) SMTP_PORT=465 If this is not defined it uses port 25 (a change from 0.4.8) You can look at the beginning of the file /etc/iniit.d/misc and see how the /tmp/etc/msmtprc file is generated. Also, if the directory /mnt/kd/rc.conf.d/ exists then the file /mnt/kd/ rc.conf is not used. The new web interface uses the /mnt/kd/ rc.conf.d/ directory. If you want to define SMTP/SSL in the Network tab, first set the SMTP Port: value under "External SMTP Smart Host" section, next click on the [Edit User Config...] button under the "Advanced Configuration" section, and define these two variables with appropriate values. ---- SMTP_TLS=yes SMTP_CA="/mnt/kd/ssl/ca.crt" ---- then reboot. More web interface documentation can be found here: http://lonnie.abelbeck.com/astlinux/info/webgui.php Hope this helps, Lonnie ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
