1827890 Members
1931 Online
109969 Solutions
New Discussion

Sendmail relay

 
SOLVED
Go to solution
manny_9
Frequent Advisor

Sendmail relay

I am currently running
redhat es 2.1
sendmail 8.11
mailscanner

sendmail receives the email (ds directive), dumps to mailscanner and relays the mail to a groupwise server.

my question.... how do i configure the redhat/sendmail server to leave a copy of the mail and still relay???
2 REPLIES 2
Bejoy C Alias
Respected Contributor
Solution

Re: Sendmail relay

Dear John,
One option is you can add the copy of each mail to a file by specifying like this in your aliases file.

user1 : user1@yourcompany.com, /var/spool/mail/user1

Here the mail to user1 will be sent to the user and a copy will be there in the specified file, forthcoming mails will be appended to this file.
Be Always Joy ......
manny_9
Frequent Advisor

Re: Sendmail relay

Thank You!!!!!!!!!!!! very much.