exiqgrep -r ‘domain.ru$’ -i | xargs exim -C /etc/exim4/exim4-delayed.conf -Mrm
Архивы: mail
exim чистка очереди
Thunderbird Smart Folders
Smart Folders (Advanced)
Nightly builds of Shredder, the unreleased next version of Thunderbird 3, has an additional choice in the advanced folder views called Smart Folders. It creates what looks like an Inbox account that transparently merges the contents of all the inbox folders (both POP, IMAP and local folders). It moves the inbox from each account to a child folder in the Inbox account. Any messages in an inbox show up in both the root of the Inbox account plus the child folder for that account.
Each account still displays any child folders of the inbox, only its inbox folder was «moved». However, Shredder doesn’t actually change where/how the messages are stored, its just another way to view your folders, similar to what you can do with a saved search (a type of virtual folder).
See Testing pre-release versions if you are interested in running Shredder. Beta builds are available from the Mozilla Messaging web site. Beta 3 added support for Smart Folders.
Its recommended you don’t share profiles if you want to check out Shredder. However, if you do that don’t select Smart Folders in Shredder. That will create a «Smart Folders» account in Thunderbird 2 the next time you run it. Unfortunately its not harmless, it occasionally displays duplicate messages or message fragments that don’t exist in various accounts folders. They go away if you rebuild the index. You can’t remove the Smart Folders account using Tools -> Account Settings. You need to either edit prefs.js with a text editor or use the Config editor to delete the account from mail.accountmanager.accounts.
qmailanalog
To list general details:
awk '{$1="";$2="";$3="";$4="";$5="";print}' /var/log/maillog | cat |
/usr/local/qmailanalog/bin/matchup | /usr/local/qmailanalog/bin/zoverall
To list the details of all the users ont he system:
awk '{$1="";$2="";$3="";$4="";$5="";print}' /var/log/maillog | cat | /usr/local/qmailanalog/bin/matchup | /usr/local/qmailanalog/bin/zrecipients
To list all the people who have sent emails to our customers:
awk '{$1="";$2="";$3="";$4="";$5="";print}' /var/log/maillog | cat | /usr/local/qmailanalog/bin/matchup | /usr/local/qmailanalog/bin/zsenders
заливка бекапов на gmail =)
используется для отсылки бекапов на почту но можно использовать для чего угодно mailer.pl


