Email issue [SOLVED]
Moderator: crythias
-
- Znuny newbie
- Posts: 11
- Joined: 05 Aug 2011, 23:38
- Znuny Version: 2.4.7
Email issue [SOLVED]
This may not be the best place to post this (I'm also posting on the Turnkey Forum when I can get access), but I wanted to see if someone around here may be able to help. I've been able to learn quite a bit about OTRS over the past few weeks (thanks in no small part to you guys), so now we're going live. I had been setting up and demonstrating OTRS as an appliance on VirtualBox; the appliance was downloaded from Turnkey. Everything worked great, so we deployed the Turnkey/OTRS build to the Amazon Cloud. Everything seemed to go well until I realized that no email notification were going out. I did nothing differently between the two builds with either Auto Responses or Notification(Events). Registering users don't even get emails containing their passwords.
So what I'm trying to find out here is what I can do to enable email notifications on the Amazon cloud distro of Turnkey/OTRS. I've been through pages of SysConfig options and have been poring through files via Webmin and have not found it yet.
Thank you so much for your help, and if I need to ask this elsewhere, please let me know.
So what I'm trying to find out here is what I can do to enable email notifications on the Amazon cloud distro of Turnkey/OTRS. I've been through pages of SysConfig options and have been poring through files via Webmin and have not found it yet.
Thank you so much for your help, and if I need to ask this elsewhere, please let me know.
Last edited by jawood2005 on 23 Aug 2011, 16:50, edited 1 time in total.
-
- Znuny ninja
- Posts: 1029
- Joined: 13 Apr 2009, 12:26
- Znuny Version: 6.0.13
- Real Name: Wolfgang Fürtbauer
- Company: PBS Logitek GmbH
- Location: Pinsdorf
Re: Email issue
As a starting point you could
- check the settings in Sysconfig-> Core::Sendmail
- check your otrs log for any messages regarding sending mail
- check the maillog
- check the settings in Sysconfig-> Core::Sendmail
- check your otrs log for any messages regarding sending mail
- check the maillog
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
-
- Znuny newbie
- Posts: 11
- Joined: 05 Aug 2011, 23:38
- Znuny Version: 2.4.7
Re: Email issue
Core::SendMail is identical to the desktop version that I had been running, and both the system log and the mail log say that the messages have been sent. They're just not being received, apparently.
-
- Znuny newbie
- Posts: 27
- Joined: 05 Jul 2011, 14:57
- Znuny Version: 2.4.9
- Real Name: George Elisha
- Company: QLogy Management Services Pvt Ltd
Re: Email issue
I too facing similar issue.
My System Log says "Sent agent New ticket notification" But I cant see notification.. Anticipating the needful plz..
My System Log says "Sent agent New ticket notification" But I cant see notification.. Anticipating the needful plz..
-
- Znuny expert
- Posts: 241
- Joined: 06 Feb 2009, 11:15
- Znuny Version: 3.0.x
- Company: Perl-Services.de
- Contact:
Re: Email issue
Do you use a "local" mechanism (either sendmail or a local SMTP server)? Is this configured correctly? Do you have access to mail log files (not the OTRS logs)?
Need a Perl/OTRS developer? You can contact me at info@perl-services.de
-
- Znuny newbie
- Posts: 27
- Joined: 05 Jul 2011, 14:57
- Znuny Version: 2.4.9
- Real Name: George Elisha
- Company: QLogy Management Services Pvt Ltd
Re: Email issue
I Can See the error message next after new ticket being createdrenee wrote:Do you use a "local" mechanism (either sendmail or a local SMTP server)? Is this configured correctly? Do you have access to mail log files (not the OTRS logs)?
Can't send message: 550Enter message, ending with "." on a line by itself
-
- Znuny newbie
- Posts: 11
- Joined: 05 Aug 2011, 23:38
- Znuny Version: 2.4.7
Re: Email issue
I think the initial issue has been solved as we can now send email notifications to GMail accounts. However, we have still been unable to send to other mail services. We are using SMTP. When I check the system logs, it tells me that the email address(es) do(es) not exist.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Email issue
You might want to make sure this is filled in properly:
SendmailNotificationEnvelopeFrom
Default value:
If set, this address is used as envelope from header in outgoing notifications. If no address is specified, the envelope from header is empty.
SendmailNotificationEnvelopeFrom
Default value:
If set, this address is used as envelope from header in outgoing notifications. If no address is specified, the envelope from header is empty.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 27
- Joined: 05 Jul 2011, 14:57
- Znuny Version: 2.4.9
- Real Name: George Elisha
- Company: QLogy Management Services Pvt Ltd
Re: Email issue
Hi Crythias,
I would appreciate if you Could respond to my Issue plz..
I would appreciate if you Could respond to my Issue plz..
-
- Znuny newbie
- Posts: 11
- Joined: 05 Aug 2011, 23:38
- Znuny Version: 2.4.7
Re: Email issue
I finally solved my problem for good. Instead of using smtp to send from Google, we switched back to Sendmail, which I reconfigured in the Webmin interface. Once I got that done, we all received all of the test messages that were never delivered.