You are not logged in.
Pages: 1
Hi Guys,
I recently installed GLPI and I have a huge problem with Mail notification [send and receive]and automatic email receiving
we are using MS exchange 2007 as mail server in office and i enabled the IMAP profile for this email account I would like to use it works fine with 3rd party email client
but there is no joy with GLPI to send and receiving emails
please kindly advise
Regards,
PJ
Offline
Did you fill required settings in Setup - Receivers?
You run glpi on Linux box? Can you send emails from that server to your Exchange server?
Last edited by marcinr (2013-05-08 14:04:34)
Offline
Yes I Can but with different app
Offline
Hi Marcinr,
Thanks for your reply can you advise me
What is required settings in Setup ?
I found this from another post but I don't know what exactly he talking about
" Thanks for the assistance.
The problem was solved.
I try explain with my poor english: the name of the SMTP server in php.ini must be exactly the same name of PostCast server.
The name of my PostCast server was the same name of the machine and the name of SMTP server in php.ini was "localhost".
I change the names and everything works fine now."
Offline
You run glpi on Linux box? If not, then you have to change this in your php.ini so it matches your Exchange server.
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
If you run glpi on Linux box then you have to configure a mail server that runs on the same linux box (sendmail, postfix, etc.). It just needs to listen on localhost interface but have to be able to connect to your Exchange server port 25 (to send e-mails). Check your firewall settings.
To be able to auto-receive mails you have to fill your Exchange settings in General - Receivers (address, connection type, etc).
Perhaps you also need to create proper send/receive connectors on your Exchange (depends on your present configuration).
Last edited by marcinr (2013-05-09 10:10:06)
Offline
You can also try this test:
http://www.rackspace.com/knowledge_cent … ctionality
Offline
Hi Marcinr,
Thanks for you reply , I'm running the GLPI on Centos 6.4 PHP 5.3.3 [now upgraded to 5.5]
all I want is send and receive email through our exchange server [2007]
so u think i still need to install those mail server on my server
in any is there any option just use my exchange not installing another mail server on the networks
Thanks
PJ
Offline
You can enable General - Receivers and make glpi create new tickets directly from e-mail without installing postfix.
But if you want to send notifications from glpi i think you have to install postfix. I think you can do this really simple on Centos: just install postfix package - AFAIR it will only listen on local interface but will be able to send e-mails from glpi to Exchange.
Last edited by marcinr (2013-05-10 14:37:51)
Offline
Pages: 1