Re: comsat-biff issue

2015-07-07 Thread Walter Alejandro Iglesias
Upgraded to latest snapshot and Biff is alive and barking again ;-). Thanks Todd. Walter

Re: comsat-biff issue

2015-07-06 Thread Todd C. Miller
Is your mail being delivered to /var/mail/yourname or do you have a .forward file? The comsat daemon is notified by mail.local which delivers mail to the local mail spool. If you have a .forward file, mail.local is not used and you won't get a biff notification. - todd

Re: comsat-biff issue

2015-07-06 Thread Todd C. Miller
On Mon, 06 Jul 2015 16:53:27 +0200, Walter Alejandro Iglesias wrote: Till you mentioned about it I've ignored the existence of /usr/libexec/mail.local. :-) I'm a new to OpenBSD. Is it some kind of procmail's alike functionality? It's what delivers messages to /var/mail/username when invoked

Re: comsat-biff issue

2015-07-06 Thread Walter Alejandro Iglesias
Hello Todd, On Mon, Jul 06, 2015 at 06:37:24AM -0600, Todd C. Miller wrote: Is your mail being delivered to /var/mail/yourname or do you have a .forward file? The comsat daemon is notified by mail.local which delivers mail to the local mail spool. If you have a .forward file, mail.local is

Re: comsat-biff issue

2015-07-06 Thread Todd C. Miller
It looks like this is fallout from the strtonum() conversion in comsat. The issue is that mail.local writes a trailing newline after the offset that we need to trim. This fixes it. - todd Index: libexec/comsat/comsat.c === RCS

comsat-biff issue

2015-07-04 Thread Walter Alejandro Iglesias
Hello, After running: # cp /etc/example/inetd.conf /etc/ # /etc/rc.d/inetd -f start $ biff y $ echo Hello | mail -s 'testing biff' `whoami` Biff should print its message and beep in login shells. But nothing happens. Now I have installed: OpenBSD 5.8-beta (GENERIC.MP) #1116: Wed Jul 1