I really need help. I'm a beginner and I don't know exactly what I overlook.
I have the 4.5+ open source version so I have based by SMTP e-mail configuration on thishttp://support.hyperic.com/display/EVO/Configuring+Hyperic+Server+for+SMTP+Server
I want to configure it for my outlook mail.
# Change to the SMTP gateway server
# maps to mail.smtp.host,
server.mail.host=mail@company.com
# Change to SMTP port
mail.smtp.port=25
# SMTP properties
mail.smtp.auth=false
mail.smtp.socketFactory.class=javax.net.SocketFactory
mail.smtp.socketFactory.fallback=false
mail.smtp.socketFactory.port=25
mail.smtp.starttls.enable=false
This is how I configure it in .conf.
As i looked in my e-mail settings I don't think that I am using SSL communications.
So, the other steps from the link I skipped.
In Administration I have inserted an mail that doesn't exist something like monitor@company.com
to receive mails from it.
I have restarted the Server but nothing happens.
I have the firewall down.
I don't receive any log regarding mails or I don't know exactly where to look or how to activate
the registering of logs for mails.
I know that is something I miss but I don't know what.