Where does crontab get the email address of the user it emails / where are user email addresses set?

Startec

I am trying to familiarize myself with crontab. I know that it is supposed to send an email containing the output of jobs to the user that scheduled them however, I can see in the syslog that the address crontab is sending emails to is not a "local" one (as if I were to type mail -s "email here" username) but an external email address (like [email protected]).

Can someone tell me from where this email is derived and how I can set the users' email address to something else?

This could be because I have a top-level domain associated with my instance (I can see in the log the emails are being sent there), however, I actually have two domain names pointed to this server so I don't know how crontab is choosing or what would happen if there were no domain on this machine.

In short I am just trying to figure out where this default email address is set.

Ipor Sircer

man 5 crontab

       If MAILTO is defined (and non-empty), mail  is  sent
       to the user so named.  MAILTO may also be used to direct mail to multi‐
       ple recipients by separating recipient users with a comma.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Add user to role where username is email address

From Dev

Get the email address of a Microsoft user

From Dev

Showing "Your application may not have access to email addresses" when try to get email address of twitter user using Fabric Twitter SDK

From Dev

Find a User by Email Address

From Dev

Search for user by email address?

From Dev

Where is a user's email account entered?

From Dev

Steam get user's email address

From Dev

Get the public email address of a Facebook user

From Dev

Where is the user crontab stored?

From Dev

lookup user in ActiveDirectory by email address

From Dev

Changing user's email address

From Dev

Find user from email address

From Dev

Cron process sends email, where are these sent emails?

From Dev

Structuring user data by email address or by user ID

From Dev

Rails, handle email addresses for user objects

From Dev

Display list of user email addresses in Meteor

From Dev

Is it possible to send emails from the current user email?

From Dev

Deleting email addresses where email wasn't sent

From Dev

Outlook REST API - Get logged in user's email address

From Dev

How to get the email address of the current logged-in user?

From Dev

Get user profile details (especially email address) from Twitter in iOS

From Dev

How to get user email address via Twitter API in iOS?

From Dev

Google OAuth API to get user's email address?

From Dev

Get Email address of Facebook user from post comments

From Dev

How to get email address of a user using Google Oauth .NET library

From Dev

Get user profile details (especially email address) from Twitter in iOS

From Dev

How to get ssmtp to map local user to email address for the To: field

From Dev

Get user's email address from Twitter with C# and OAuth

From Dev

Where does postfix store email?

Related Related

  1. 1

    Add user to role where username is email address

  2. 2

    Get the email address of a Microsoft user

  3. 3

    Showing "Your application may not have access to email addresses" when try to get email address of twitter user using Fabric Twitter SDK

  4. 4

    Find a User by Email Address

  5. 5

    Search for user by email address?

  6. 6

    Where is a user's email account entered?

  7. 7

    Steam get user's email address

  8. 8

    Get the public email address of a Facebook user

  9. 9

    Where is the user crontab stored?

  10. 10

    lookup user in ActiveDirectory by email address

  11. 11

    Changing user's email address

  12. 12

    Find user from email address

  13. 13

    Cron process sends email, where are these sent emails?

  14. 14

    Structuring user data by email address or by user ID

  15. 15

    Rails, handle email addresses for user objects

  16. 16

    Display list of user email addresses in Meteor

  17. 17

    Is it possible to send emails from the current user email?

  18. 18

    Deleting email addresses where email wasn't sent

  19. 19

    Outlook REST API - Get logged in user's email address

  20. 20

    How to get the email address of the current logged-in user?

  21. 21

    Get user profile details (especially email address) from Twitter in iOS

  22. 22

    How to get user email address via Twitter API in iOS?

  23. 23

    Google OAuth API to get user's email address?

  24. 24

    Get Email address of Facebook user from post comments

  25. 25

    How to get email address of a user using Google Oauth .NET library

  26. 26

    Get user profile details (especially email address) from Twitter in iOS

  27. 27

    How to get ssmtp to map local user to email address for the To: field

  28. 28

    Get user's email address from Twitter with C# and OAuth

  29. 29

    Where does postfix store email?

HotTag

Archive