/etc/dovecot/conf.d/90-sieve.conf:
sieve_global_path = /usr/lib/dovecot/default.sieve

15-lda.conf:
protocol lda {
# Space separated list of plugins to load (default is global mail_plugins).
# mail_plugins = $mail_plugins
mail_plugins = sieve
}

# cat /usr/lib/dovecot/default.sieve
require [«fileinto»];
# Move spam to spam folder
if anyof ( header :contains «X-Spam-Flag» «YES»,
header :contains «Subject» «[ ***** SPAM ***** ]» ) {
fileinto «Junk»;
stop;
}

Сброс рутового пароля в MySQL

Posted: 10th Апрель 2013 by shmyak in Пингвин

1. Останавливаем mysql.
service mysqld stop
2. Запускаем mysql следующей командой:
/usr/bin/mysqld_safe —skip-grant-tables —user=root &
3. Запускаем клиента mysql
mysql -u root
4. Выполняем sql запрос
UPDATE mysql.user SET Password=PASSWORD(‘newpwd’) WHERE User=’root’;
где newpwd — новый пароль.
5. Применяем изменения
FLUSH PRIVILEGES;
6. Выходим из mysql клиента выполнив в нем команду exit
7. Перегружаем mysql сервер.
service mysqld restart

Posted: 23rd Март 2013 by shmyak in Юмор

48228-5a06b82349638a9cc2b8ccd41a56d28d
image

Posted: 23rd Март 2013 by shmyak in Юмор

image

(:

Posted: 16th Март 2013 by shmyak in Юмор

20130316-194120.jpg

How to change Thunderbird default browser

Posted: 28th Февраль 2013 by shmyak in Пингвин

select Preferences from the Edit menu;
go to the Advanced tab and push the Config Editor button;
swear that you’ll be careful!
search for the following entries and set them to true by double-clicking them: network.protocol-handler.warn-external.http, network.protocol-handler.warn-external.https, network.protocol-handler.warn-external.ftp;
that’s it! The next time you’ll click on an http link in an email you’ll see a popup window where you’ll be able to set your default browser.

Киев. на двери дома

Posted: 22nd Февраль 2013 by shmyak in Юмор

20130222-005556.jpg

Posted: 22nd Февраль 2013 by shmyak in Юмор

image

Posted: 22nd Февраль 2013 by shmyak in Юмор

image

Posted: 16th Февраль 2013 by shmyak in Юмор

20130216-015648.jpg