Page 1 of 1
SOLVED:Sending invitation by email from Ajaxplorer-AMAHI 7.1
Posted: Thu Jan 16, 2014 10:13 am
by tpcmserver
I want to send invitations by email on Ajaxplorer.
Everything runs OK from Ajaxplorer side (I get the message "mail sent") but no mail is received.
Do I need to do something like
https://wiki.amahi.org/index.php/Enable_Outgoing_Emails ???
Or do exist something else?
Re: Sending invitations by email from Ajaxplorer - AMAHI 7.1
Posted: Thu Jan 16, 2014 10:46 am
by bigfoot65
I would say yes as the HDA by default does not send mail outside the local box. You can also try:
https://www.amahi.org/apps/amahi-mail-system or set it up manually as documented in the wiki here:
https://wiki.amahi.org/index.php/Amahi_Mail_System.
Re: Sending invitations by email from Ajaxplorer - AMAHI 7.1
Posted: Thu Jan 16, 2014 3:33 pm
by tpcmserver
Bigfoot65
thanks for your reply.
As far as I understood your solution implies a complete mail system (that I don't want, as I not need it).
More: acts like a webapp and I have already a webapp installed (ajaxplorer). I cannot have two webapps without paying a paid DynDNS account (or making hard vudu on my hda -
http://support.godaddy.com/help/article ... main-names ).
I just want that the hda allows the mail notification from Ajaxplorer. I don't want to receive mails or receive mails or handle mails.
Can you point me to any direction? Perhaps with a Fedora package?
Re: Sending invitations by email from Ajaxplorer - AMAHI 7.1
Posted: Thu Jan 16, 2014 3:55 pm
by bigfoot65
Follow the wiki guidance for using Gmail. There's no one package that instantly enables mail. You have to do manual configuration. That's why I suggested the mail app.
The Gmail option is the simplest and is easy to setup.
[ Post made via Android ] 
Re: Sending invitations by email from Ajaxplorer - AMAHI 7.1
Posted: Tue Jan 21, 2014 3:05 am
by tpcmserver
I set the "Outgoing mail via gmail" in line with the wiki
https://wiki.amahi.org/index.php/Outgoi ... _via_gmail but when I send the "test message" nothing occurs. No error message and no email is received.
Is there any log file that I can check to see what went wrong?
Any other suggestion?
Re: Sending invitations by email from Ajaxplorer - AMAHI 7.1
Posted: Tue Jan 21, 2014 4:37 am
by bigfoot65
Check /var/log/maillog for errors.
Re: Sending invitations by email from Ajaxplorer - AMAHI 7.1
Posted: Tue Jan 21, 2014 6:02 am
by tpcmserver
checked log and (in line with the wiki) I run:
yum install cyrus-sasl{,-plain}
systemctl restart postfix
Issue solved!!!!
thanks for supporting
Re: Sending invitations by email from Ajaxplorer - AMAHI 7.1
Posted: Tue Jan 21, 2014 7:03 am
by bigfoot65
Glad it's sorted out.