- CheckMates
- :
- Products
- :
- Quantum
- :
- Management
- :
- Re: scheduled report mail problem
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
scheduled report mail problem
Hi,
I have a problem.
I scheduled a pdf report in R80.10, And I want to send mail that pdf. But my Management is not send mail to me scheduled report. How can i resolve this problem.
- Labels:
-
Reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you set the mail server to use and can this mailserver be reached from the SmartEvent server?
The setting for the mail server is in the same page as where you set the address to send to, there is a mailserver button in the top.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Make sure that your SMTP server will permit the SMS to relay email, by default most of time relaying will be denied by the SMTP server. From expert mode on the SMS, try this assuming the IP address of your SMTP server is 1.2.3.4 and your email domain is blah.com:
telnet 1.2.3.4 25
EHLO test
MAIL FROM:<sms@blah.com>
RCPT TO:<you@blah.com>
DATA
This is a test email
.
QUIT
--
Second Edition of my "Max Power" Firewall Book
Now Available at http://www.maxpowerfirewalls.com
CET (Europe) Timezone Course Scheduled for July 1-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank for you helps. it is working now..
