Medicine for Gall Bladder Stones
Ursodiol Tabs 3 times a day to dissolve Gall Stones.
Common Brands: Udiliv 300, Actigall, Urso, Ursodiol
Medicine for Gall Bladder Stones
Ursodiol Tabs 3 times a day to dissolve Gall Stones.
Common Brands: Udiliv 300, Actigall, Urso, Ursodiol
Exim Commands
REMOVE MAILS BY ID
/usr/sbin/exim -v -Mrm (MAIL ID HERE)
LIST QUEDED MAILS
/usr/sbin/exim -bp
OUTPUT NUMBER OF QUEUED MAILS
/usr/sbin/exim -bpc
DELETE FROZEN MAILS
/usr/sbin/exim -bp | awk '$6~"frozen" { print $3 }' | xargs exim -Mrm
DELIVER FORCEFULLY EMAILS
/usr/sbin/exim -qff -v -C /etc/exim.conf &
FREEZE MAILS FROM SENDER
/usr/sbin/exiqgrep -i -f (MAIL ADDRESS HERE) | xargs exim -Mf
REMOVE MAILS FROM SENDER
/usr/sbin/exiqgrep -i -f (MAIL ADDRESS HERE) | xargs exim -Mrm