Hi
I have a Fedora 6 box with Sendmail running.
I also have a program called Request Tracker which is a helpdesk ticketing system.
I had a problem sending to RT system on the fedora box from our own exchange system (or any other email client). I could however send it from the fedora box to the RT system OK. (I should point out that the RT system picks up from the aliases file). In response the RT system then senda out information emails to remote email addresses (eg to our exchange system on the windows network).
I have discovered that by altering this line in the sendmail configuration files
# SMTP daemon options
O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA
to
# SMTP daemon options
O DaemonPortOptions=Port=smtp,Addr=10.0.0.7, Name=MTA
Then I am able to send emails from the windows exchange system to the RT system on the fedora box. However, this seems then to prevent the return emails from being sent out from the fedora box.
Any help on this would be greatly appreciated
I have a Fedora 6 box with Sendmail running.
I also have a program called Request Tracker which is a helpdesk ticketing system.
I had a problem sending to RT system on the fedora box from our own exchange system (or any other email client). I could however send it from the fedora box to the RT system OK. (I should point out that the RT system picks up from the aliases file). In response the RT system then senda out information emails to remote email addresses (eg to our exchange system on the windows network).
I have discovered that by altering this line in the sendmail configuration files
# SMTP daemon options
O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA
to
# SMTP daemon options
O DaemonPortOptions=Port=smtp,Addr=10.0.0.7, Name=MTA
Then I am able to send emails from the windows exchange system to the RT system on the fedora box. However, this seems then to prevent the return emails from being sent out from the fedora box.
Any help on this would be greatly appreciated