Revision [1483]

Last edited on 2008-03-12 06:52:03 by WikiAdmin
Additions:
==[[QmailInstallPorts Install Qmail+vpopmail+dspam+courier using ports]]==


Revision [1477]

Edited on 2008-03-10 21:38:02 by WikiAdmin
Additions:
==[[QmailSpam Qmail and Spam]]==


Revision [1476]

Edited on 2008-03-10 21:30:02 by WikiAdmin
Additions:
or use qmHandle http://sourceforge.net/projects/qmhandle
qmHandle v1.3.2
Copyright 1998-2003 Michele Beltrame
Available parameters:
-a : try to send queued messages now (qmail must be running)
-l : list message queues
-L : list local message queue
-R : list remote message queue
-s : show some statistics
-mN : display message number N
-dN : delete message number N
-fsender : delete message from sender
-f're' : delete message from senders matching regular expression re
-Stext : delete all messages that have/contain text as Subject
-h're' : delete all messages with headers matching regular expression re (case insensitive)
-b're' : delete all messages with body matching regular expression re (case insensitive)
-H're' : delete all messages with headers matching regular expression re (case sensitive)
-B're' : delete all messages with body matching regular expression re (case sensitive)
-t're' : flag messages with recipients in regular expression 're' for earlier retry (note: this lengthens the time message can stay in queue)
-D : delete all messages in the queue (local and remote)


Revision [1389]

Edited on 2008-01-31 19:09:46 by WikiAdmin
Additions:
==[[QmailDomainKeys Qmail and DomainKeys]]==


Revision [1234]

Edited on 2007-12-27 03:27:04 by WikiAdmin
Additions:
==[[QmailControl Qmail MTA parameters]]==


Revision [1160]

Edited on 2007-11-16 01:31:08 by WikiAdmin
Additions:
===Static mail routing===
Edit /var/qmail/control/smtproutes
%%(text;smtproutes)
example.com:1.2.3.4


Revision [999]

Edited on 2007-10-05 02:48:55 by WikiAdmin
Additions:
==[[QmailInstall2 Another Qmail+vpopmail+mysql+courier-imap Install guide]]==


Revision [780]

Edited on 2007-07-13 00:37:48 by WikiAdmin
Additions:
==[[QmailRelay Qmail Relay]]==


Revision [399]

Edited on 2007-04-26 06:24:19 by WikiAdmin
Additions:
===Installing qmail, vpopmail on mysql, courier imapd===
Look no where else, go to [[http://www.qmailrocks.org/start.php QmailRocks]]. I followed the document and successfully installed them on FC6 in 45minutes.


Revision [310]

Edited on 2007-04-19 23:39:09 by WikiAdmin
Deletions:
{{adsense}}


Revision [217]

Edited on 2007-04-16 18:56:26 by WikiAdmin
Additions:
qmail-remove useful options:
Deletions:
qmail-remove help:
-h, -? this help message
-r actually remove files, without this we'll only print them
-s specify your conf-split value if non-standard [default: 23]
-v increase verbosity (can be used more than once)
-X modify timestamp on matching files, to make qmail expire mail
is the number of seconds we want to move the file into the past.
specifying a value of 0 causes this to default to (604800)
-x modify timestamp on matching files, to make qmail expire mail
is a date/time string in the format of output of the "date" program.
see manpage for strptime(2) for details of this format


Revision [216]

Edited on 2007-04-16 18:45:00 by WikiAdmin
Additions:
qmail-remove help:
qmail-remove [options]
-e use extended POSIX regular expressions
-h, -? this help message
-i search case insensitively [default: case sensitive]
-n limit our search to the first bytes of each file
-p specify the pattern to search for
-q specify the base qmail queue dir [default: /var/qmail/queue]
-d actually remove files not yank them, no -p will delete all the messages!
-r actually remove files, without this we'll only print them
-s specify your conf-split value if non-standard [default: 23]
-v increase verbosity (can be used more than once)
-y directory to put files yanked from the queue [default: /yanked]
-X modify timestamp on matching files, to make qmail expire mail
is the number of seconds we want to move the file into the past.
specifying a value of 0 causes this to default to (604800)
-x modify timestamp on matching files, to make qmail expire mail
is a date/time string in the format of output of the "date" program.
see manpage for strptime(2) for details of this format


Revision [210]

Edited on 2007-04-16 08:07:22 by WikiAdmin
Additions:
groupadd nofiles
useradd -g nofiles -d /var/qmail/alias alias
useradd -g nofiles -d /var/qmail qmaild
useradd -g nofiles -d /var/qmail qmaill
useradd -g nofiles -d /var/qmail qmailp
groupadd qmail
useradd -g qmail -d /var/qmail qmailq
useradd -g qmail -d /var/qmail qmailr
useradd -g qmail -d /var/qmail qmails
%%(bash;run)
%%(bash;run)
%%(bash;run)
%%(bash;run)
%%(bash;rc)
%%(bash;rc)
ln -s /var/qmail/supervise/* /service/
%%(bash;rc)
%%(bash;qmail-queue)
%%(bash;run)
Deletions:
groupadd nofiles
useradd -g nofiles -d /var/qmail/alias alias
useradd -g nofiles -d /var/qmail qmaild
useradd -g nofiles -d /var/qmail qmaill
useradd -g nofiles -d /var/qmail qmailp
groupadd qmail
useradd -g qmail -d /var/qmail qmailq
useradd -g qmail -d /var/qmail qmailr
useradd -g qmail -d /var/qmail qmails
exec env - PATH="/var/qmail/bin:$PATH" \
# ln -s /var/qmail/supervise/* /service/


Revision [209]

Edited on 2007-04-16 08:05:34 by WikiAdmin
Additions:
%%(bash)
%%(bash)
%%(bash)
%%(bash)
%%(bash)
%%(bash)
mkdir -p /var/qmail/supervise/qmail-send/log
mkdir -p /var/qmail/supervise/qmail-smtpd/log
chmod +t /var/qmail/supervise/qmail-send
chmod +t /var/qmail/supervise/qmail-smtpd
mkdir -p /var/log/qmail/qmail-send
mkdir -p /var/log/qmail/qmail-smtpd
chown -R qmaill /var/log/qmail
%%(bash)
%%(bash)
%%(bash)
%%(bash)
%%(bash)
%%(bash)
Deletions:
# mkdir -p /var/qmail/supervise/qmail-send/log
# mkdir -p /var/qmail/supervise/qmail-smtpd/log
# chmod +t /var/qmail/supervise/qmail-send
# chmod +t /var/qmail/supervise/qmail-smtpd
# mkdir -p /var/log/qmail/qmail-send
# mkdir -p /var/log/qmail/qmail-smtpd
# chown -R qmaill /var/log/qmail


Revision [153]

Edited on 2007-04-14 22:04:36 by WikiAdmin
Additions:
{{parent page="Mail"}}


Revision [62]

The oldest known version of this page was created on 2007-04-14 09:02:38 by WikiAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki