Email sent by unix user

Hi,
On AIX :

uname -a
AIX server1 6 xxxxx

How can I see if an email is sent by a user from server to toto@xxx.com this week?
Thank you.

what have you tried ?

which mail client are you using ? (have you read the relevant documentation for it?)

take a look in /var/log/mail /var/mail/** for log files then search candidate files

In /etc/syslog.conf you can see where mail.debug goes.
Perhaps you must enable it:

Hi,
Thank you.
I'm not root , then:

grep debug /etc/syslog
grep: 0652-033 Cannot open /etc/syslog.

Regards.

@big123456

copy/paste errors or typos?

/etc/syslog.conf is the file mentioned in the documentation, not /etc/syslog. or /etc/syslog as you have posted.

1 Like

oups. Sorry.
I tried again.

grep debug /etc/syslog.conf
mail.debug /var/log/mail 

Thank you.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.