acl_check_rcpt:
blah …
blah …
blah …
deny message = rejected as $sender_host_address is blacklisted in $dnslist_domain\n$dnslist_text
domains = domain-one.com : domain-two.com : domain-three.com
dnslists = sbl-xbl.spamhaus.org
blah …
blah …
blah …
reference link : http://www.exim-new-users.co.uk/content/view/65/39/
psyber.monkey posted on April 1st, 2008 in Open Source, Systems category | Nobody dare to comment yet »
After changing bash shell to a new user using chsh, screen needs ~/.bashrc for environment settings, which need “ln -s ~/.bash_profile ~/.bashrc”.
psyber.monkey posted on March 31st, 2008 in Open Source, Systems category | Nobody dare to comment yet »
e.g.
for things-to-buy in $(psql -d database-name -U username -c “select item from glossaries where priority = ‘urgent’ “;
do
blah, blah, blah …
done
psyber.monkey posted on March 30th, 2008 in Open Source, Systems category | Only ONE daring fellow comment »
e.g. rsync -av –progress -e ‘ssh -i /alternate/id/file’ sshusername@host:/directory/or/file /destination/directory/or/file
- should the copy process terminated through the half way, just run the exact command again and it will continue from the file is failed previously, without copying again starting all over again.
psyber.monkey posted on March 28th, 2008 in Systems category | 3 Comments »
Bookmarks –> Manage Profiles –>Â Terminal Profiles –> Default
check “Disable session-initiated window resizing”.
psyber.monkey posted on March 27th, 2008 in Systems category | Nobody dare to comment yet »