I installed ProMepis and it comes with default MTA exim4.
I do not have any experience with exim4 (and would like to
learn a little). My requirements are simple:
send mail out via department mail-server (outgoing e-mail
is controlled) and receive mail directly from sender (from
remote hosts/domains).
I tried the deafult configuration, it allows me to send
mail to user on same machine. When mail is sent to another
box in same domain, it returns with message:
...
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
ishwar@???
Mailing to remote domains not supported
------ This is a copy of the message, including all the headers. ------
Return-path: <ishwar@gaon>
Received: from ishwar by gaon.cps.cmich.edu with local (Exim 4.34)
id 1CjfVE-0004Zs-8l
for ishwar@???
...
Can anybody tell me what to change/add tp /etc/exim4/exim4.conf.template
to achive my goal?
-ishwar