I have successfully configured postfix and sent a test message from the command line. This email is picked up by OTRS successfully.
However, the emails I have being sent to the same email address that was used for RCPT TO: don't come through from Nagios.
I have changed and configured so many things I'm not sure where to start with my settings.
I cannot use POP3/IMAP settings. This is something completely out of my control as it is in the hands of another department and their policies.
Here is my test from the command line:
Code: Select all
[root@otrs ~]telnet xx.xx.xx.xx 25
Trying xx.xx.xx.xx...
Connected to xx.xx.xx.xx.
Escape character is '^]'.
220 otrs.company.org ESMTP Postfix
EHLO
501 Syntax: EHLO hostname
MAIL FROM: user@company.org
250 2.1.0 Ok
RCPT TO: otrs@company.org
250 2.1.5 Ok
DATA
354 End data with <CR><LF>.<CR><LF>
WHat about this one? DOes this one go through too?
.
250 2.0.0 Ok: queued as 5FC105C7
quit
Connection closed by foreign host.
I have since had a handfull of notifications come from Nagios, but they do not show up.
I'm unsure where I should set-up listening for the Nagios emails on the OTRS box since I'm not able to use POP3/IMAP?? I didn't see this documented anywhere that I looked, but perhaps I overlooked it?
If I execute ./otrs.PostMaster.pl from the command line, it seems like it tries to process but nothing happens.
If I execute ./otrs.PostMasterMailbox.pl, it will execute, but nothing is returned and no tickets are generated.
There are no settings under Admin -> PostMaster Mail Accounts. Is this as it should be or should I have something configured there since I can't use POP3/IMAP?