Ask a Question related to Sun Solaris, Design and Development.
-
Christian Caron #1
finger output: where does "last time the user read mail" come from?
Hi,
from the man page, it says:
o last time the user received mail, and the last time
the user read mail
In the man page, it doesn't say where it takes the "last time the user read
mail"...
Somebody has a clue?
Thanks!
Christian
Christian Caron Guest
-
Change user role from "Publisher" to "Administrator"
Have three users on a particular website - all need to be "administrators". Two are listed as administrators (one of which is me), the third is... -
#40481 [NEW]: mail() sends email to wrong address where there are "-" in localpart of "to"
From: penartur at yandex dot ru Operating system: Linux PHP version: 5.2.1 PHP Bug Type: Mail related Bug description: ... -
finger cursor on a "Get Url" behaviour
Hi, I just started using Dreamweaver 8. On a text string selection, i use the behaviour "Get Url" to load two frames (one in the main and the... -
Is there a module that can check if user "foo" may read a file?
Hi i want to check a number of file against different user uid:s and see if they can read/write execute that file. I have searched on cpan but it... -
Sendmail: mails rejected with "550-unrouteable mail domain "blade150.lafr.de""
mails sent from my Sun Blade 150 (Solaris 9) via sendmail are rejected by the destination mail server with message shown above in the subject line.... -
Barry Margolin #2
Re: finger output: where does "last time the user read mail" come from?
In article <bf48fd$q1i13@nrn2.NRCan.gc.ca>,
Christian Caron <nospam@nospam.org> wrote:It's the access time on the user's mail file.>Hi,
>
>from the man page, it says:
>
> o last time the user received mail, and the last time
> the user read mail
>
>In the man page, it doesn't say where it takes the "last time the user read
>mail"...
>
>Somebody has a clue?
--
Barry Margolin, [email]barry.margolin@level3.com[/email]
Level(3), Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.
Barry Margolin Guest
-
Chris Thompson #3
Re: finger output: where does "last time the user read mail" come from?
In article <bf48fd$q1i13@nrn2.NRCan.gc.ca>,
Christian Caron <nospam@nospam.org> wrote:These are just the mtime and atime, respectively, of the user's inbox,>
>from the man page, it says:
>
> o last time the user received mail, and the last time
> the user read mail
>
>In the man page, it doesn't say where it takes the "last time the user read
>mail"...
>
>Somebody has a clue?
/var/mail/$LOGNAME.
Chris Thompson
Email: cet1 [at] cam.ac.uk
Chris Thompson Guest
-
Richard L. Hamilton #4
Re: finger output: where does "last time the user read mail" come from?
In article <bf48fd$q1i13@nrn2.nrcan.gc.ca>,
"Christian Caron" <nospam@nospam.org> writes:It stat(2)'s the user's mailbox (in /var/mail), and if the last modified> Hi,
>
> from the man page, it says:
>
> o last time the user received mail, and the last time
> the user read mail
>
> In the man page, it doesn't say where it takes the "last time the user read
> mail"...
>
> Somebody has a clue?
time is earlier than the last accessed time, it says the mail was last
read as of the last accessed time. Otherwise, if the last modified time
is later than the last accessed time, it says new mail received (at the
last modified time), last read (at the last accessed time). Or if they're
equal, it just says unread mail since (last modified time), 'cause it's
not sure whether it's a new mailbox with one message in it, or whether it's
a mailbox that was recreated so fast that the atime and mtime are the same.
--
mailto:rlhamil@mindwarp.smart.net [url]http://www.smart.net/~rlhamil[/url]
Richard L. Hamilton Guest
-
Christian Caron #5
Re: finger output: where does "last time the user read mail" come from?
"Richard L. Hamilton" <Richard.L.Hamilton@mindwarp.smart.net> wrote in
message news:vhbc824vmdfhb8@corp.supernews.com...read> In article <bf48fd$q1i13@nrn2.nrcan.gc.ca>,
> "Christian Caron" <nospam@nospam.org> writes:> > Hi,
> >
> > from the man page, it says:
> >
> > o last time the user received mail, and the last time
> > the user read mail
> >
> > In the man page, it doesn't say where it takes the "last time the userit's>> > mail"...
> >
> > Somebody has a clue?
> It stat(2)'s the user's mailbox (in /var/mail), and if the last modified
> time is earlier than the last accessed time, it says the mail was last
> read as of the last accessed time. Otherwise, if the last modified time
> is later than the last accessed time, it says new mail received (at the
> last modified time), last read (at the last accessed time). Or if they're
> equal, it just says unread mail since (last modified time), 'cause it's
> not sure whether it's a new mailbox with one message in it, or whethersame.> a mailbox that was recreated so fast that the atime and mtime are thePerfect answer!>
> --
> mailto:rlhamil@mindwarp.smart.net [url]http://www.smart.net/~rlhamil[/url]
Thanks everyone!
Christian Caron Guest



Reply With Quote

