bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] Help request for mailutils-comsatd


From: sh4r4d
Subject: [bug-mailutils] Help request for mailutils-comsatd
Date: Fri, 02 Oct 2009 13:28:49 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

Hi All,

I was trying to send mail notification using mailutils-comsatd
in Ubuntu 9.04 

I have installed these packages
        libmailutils-dev 
        libmailutils1    
        mailutils        
        mailutils-comsatd
        uw-mailutils        

and copied
cp /usr/share/doc/mailutils-comsatd/examples/dot.biffrc .biffrc

inet daemon is running /etc/inet.conf is look like 
biff    dgram   udp     wait    root    /usr/sbin/comsatd comsatd -i


I am using postfix to send mail, but not to receive any mail for it I am
using offlineimap 

I tried using 6 lines script of biff

        #!/usr/bin/env bash
        case $1 in
        y) chmod u+x `tty`;;
        n) chmod u-x `tty`;;
        '') ls -l `tty`|sed 's/...x.*/is y/;s/...-.*/is n/';;
        *) echo "usage: $0 "'[y|n]' >&2;;
        esac



I am not able to get any kind of graphical or tty notification.

Please kindly help me how I can get notification.

Note: in Ubuntu biff and mailutils-comsatd are conflicting package.

--
Regards and Thanks
Sharad





reply via email to

[Prev in Thread] Current Thread [Next in Thread]