Hi again....
I've got a user who wants a copy of all their received mail sending onto another account.. I was thinking of a .forward file but this sends the message and removes it from the server.. It's got to be a copy, so he can pick his mail from 2 different accounts.....
Also, anyone know of an auto-responder for sendmail..
Simon
Simon wrote:
Hi again....
I've got a user who wants a copy of all their received mail sending onto
another account.. I was thinking of a .forward file but this sends the message and removes it from the server.. It's got to be a copy, so he can pick his mail from 2 different accounts.....
Also, anyone know of an auto-responder for sendmail..
Simon
You could use the alias file to do this by aliasing the users name to two other accounts.
ie.
fred: fred1, fred2
The user could then collect their mail on fred1 and have a copy in fred2 or fred2 could be a file by replacing it with something like /home/fred/saved.email.
This stuff lives in the alias file and needs rebuilding once changed by running ./sendmail -bi
Hope this helps.
Rob.