[vchkpw] migrating to new server

2008-06-11 Thread Lampa
Hello,

i need move from old server to new one. Problem is while DNS are
replicated i need disable whole access to domain (delivering - smtp,
pop3, imap). I know that via vpopmail is possbile disable access to
imap/pop3. but is possible to disable smtp. In best case i need that
smtp returns some error and message will be delivered later (to new
mail server)

Thank you for help and advices.

-- 
Lampa

!DSPAM:484f809532352373319676!



Re: [vchkpw] migrating to new server

2008-06-11 Thread Wouter van der Schagt

Hi.. you can use

vmoduser -b to bounce all incoming mail
vmoduser -s to disable all SMTP auth

Optionally you can set the quota to 0 which is a dirty solution, it will 
also

bounce all mail, perhaps the -b flag is better.. For a complete list, just
type /home/vpopmail/bin/vmoduser and the help that is printed will help
you out.

- Wouter

- Original Message - 
From: Lampa [EMAIL PROTECTED]

To: vchkpw@inter7.com
Sent: Wednesday, June 11, 2008 3:36 PM
Subject: [vchkpw] migrating to new server



Hello,

i need move from old server to new one. Problem is while DNS are
replicated i need disable whole access to domain (delivering - smtp,
pop3, imap). I know that via vpopmail is possbile disable access to
imap/pop3. but is possible to disable smtp. In best case i need that
smtp returns some error and message will be delivered later (to new
mail server)

Thank you for help and advices.

--
Lampa







!DSPAM:484f82a632359290616121!



Re: [vchkpw] migrating to new server

2008-06-11 Thread Tonix (Antonio Nati)

Lampa ha scritto:

Hello,

i need move from old server to new one. Problem is while DNS are
replicated i need disable whole access to domain (delivering - smtp,
pop3, imap). I know that via vpopmail is possbile disable access to
imap/pop3. but is possible to disable smtp. In best case i need that
smtp returns some error and message will be delivered later (to new
mail server)
  

Why don't you simply turn off services you don't need?
If you turn off SMTP, senders will retry later (according to their 
policies).


Tonino


Thank you for help and advices.

  



--

   [EMAIL PROTECTED]Interazioni di Antonio Nati 
  http://www.interazioni.it  [EMAIL PROTECTED]   




!DSPAM:484f842a32356561114934!



Re: [vchkpw] migrating to new server

2008-06-11 Thread Lampa
Hello,

problem is that is not only one domains (about 200 domains) and i need
migrate only some domains.

2008/6/11, Tonix (Antonio Nati) [EMAIL PROTECTED]:
 Lampa ha scritto:

  Hello,
 
  i need move from old server to new one. Problem is while DNS are
  replicated i need disable whole access to domain (delivering - smtp,
  pop3, imap). I know that via vpopmail is possbile disable access to
  imap/pop3. but is possible to disable smtp. In best case i need that
  smtp returns some error and message will be delivered later (to new
  mail server)
 
 
  Why don't you simply turn off services you don't need?
  If you turn off SMTP, senders will retry later (according to their
 policies).

  Tonino


  Thank you for help and advices.
 
 
 


  --
 
[EMAIL PROTECTED]Interazioni di Antonio Nati
 http://www.interazioni.it  [EMAIL PROTECTED]
 


  




-- 
Lampa

!DSPAM:484f8ad132351640421873!



Re: [vchkpw] migrating to new server

2008-06-11 Thread Rick Macdougall

Lampa wrote:

Hello,

problem is that is not only one domains (about 200 domains) and i need
migrate only some domains.

2008/6/11, Tonix (Antonio Nati) [EMAIL PROTECTED]:

Lampa ha scritto:


Hello,

i need move from old server to new one. Problem is while DNS are
replicated i need disable whole access to domain (delivering - smtp,
pop3, imap). I know that via vpopmail is possbile disable access to
imap/pop3. but is possible to disable smtp. In best case i need that
smtp returns some error and message will be delivered later (to new
mail server)



modify DNS to lower TTL for MX

Create new domains on new server without smtpd running

rsync data over to new server

on old server add domains to smtproutes (pointing to new server)

on old server remove domains from virtualdomains

change dns

restart or hup qmail-send

rsync data over to new server again

start mail services on new server

Voila!


!DSPAM:484fb8d832351350751482!



[vchkpw] Migrating to new server

2003-06-17 Thread Kevin L Aleshire
I am currently running qmail+vpopmail and have a newly built server
running qmail+vpopmail+ezmlm-idx.

I created a script that simply does the vadddomain , vadduser (with
password) in order for each domain name.

I look at the account with vuserinfo to check if everything work
correctly.  All accounts were added successfully and passwords were
applied with each account.  All qmail control files were populated
correctly.  Everything looks great.

Change the ifconfig for both machines to swap IP address and reboot
both.  Both machines boot up correctly with the correct ip addresses and
all qmail and vpopmail services and running fine.

Except when I try to check my email, the authentication fails stating
that my password was rejected.  Again, checking the account with
vuserinfo reveals that the password is correct.

Any ideas?