Scott Sharkey wrote:
mouss wrote:
Scott Sharkey wrote:
Sahil Tandon wrote:
Scott Sharkey <[EMAIL PROTECTED]> wrote:
[...]
>
Sounds reasonable. You can temporarily defer incoming mail for
moving domains to the hold queue while you copy the IMAP folders.
Then activate the transport map and requeue the held messages so
they're forwarded (along with any new incoming mail) to the upgraded
MX. The latter should of course be configured to think it is the
final destination for those domains.
Sahil (and others). HOW, exactly, do I direct everything destined
for a specific domain to the hold queue? I've been googling for a
couple days, without finding anything specific. A pointer to
appropriate doc's would
be much appreciated.
smtpd_sender_restrictions =
check_recipient_access hash:/etc/postfix/rcpt_hold
== rcpt_hold
example.com HOLD
Much appreciated. I could not find this documented anywhere on
postfix.org, but I wasn't sure what area to start in, so that may have
been the problem.
http://www.postfix.org/access.5.html
Could this be extended to specific users, ie [EMAIL PROTECTED]
yes. check the "EMAIL ADDRESS PATTERNS" section in the access manpage
(link above).