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



_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to