1

Can I associate an email with a user on linux? such that I can easily send email etc to specific users from certain cronjobs.

I have cron up and running, I have a mailserver up and running, I just need an easy way of extracting mailadr for a user.

Thanks

monkeyking
  • 261
  • 1
  • 3
  • 8

1 Answers1

1

Just create the associations in /etc/aliases and address the emails to their local username.

Dennis Williamson
  • 62,149
  • 16
  • 116
  • 151