** I have a few questions at the end, thanks for answering.

New backup, now (before running):

# ls -la  /usr/local/citadel/ && ls -la /usr/local/citadel/data/
total 56
drwxr-xr-x  3 root root  4096 Jan 20 20:27 .
drwxr-xr-x 11 root root  4096 Jan 13 14:11 ..
-rw-------  1 root root  3256 Jan 20 20:05 citadel.config
-rw-------  1 root root    56 Jan 20 20:05 citadel.control
drwxrwxr-x  2 root root  4096 Jan 20 20:28 data
-rw-------  1 root root 36416 Jan 20 20:05 refcount_adjustments.dat
total 95197108
drwxrwxr-x 2 root root        4096 Jan 20 20:28 .
drwxr-xr-x 3 root root        4096 Jan 20 20:27 ..
-rw------- 1 root root   380469248 Jan 20 19:03 cdb.00
-rw------- 1 root root       49152 Jan 20 19:03 cdb.01
-rw------- 1 root root      688128 Jan 20 19:03 cdb.02
-rw------- 1 root root       16384 Jan 20 19:03 cdb.03
-rw------- 1 root root     3809280 Jan 20 19:03 cdb.04
-rw------- 1 root root      516096 Jan 20 19:03 cdb.05
-rw------- 1 root root       28672 Jan 20 19:03 cdb.06
-rw------- 1 root root    60178432 Jan 20 19:03 cdb.07
-rw------- 1 root root 97022021632 Jan 20 20:05 cdb.08
-rw------- 1 root root        8192 Jan 20 20:05 cdb.09
-rw------- 1 root root     3514368 Jan 20 20:05 cdb.0a
-rw------- 1 root root       16384 Jan 20 20:05 cdb.0b
-rw------- 1 root root        8192 Jan 20 20:05 cdb.0c
-rw------- 1 root root          71 Jan 20 20:05 DB_CONFIG
-rw------- 1 root root    10485760 Jan 20 20:05 log.0000153549

...

Telner to 504 works!


$ telnet 127.0.0.1 504
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
200 example.mydomain.com Citadel server ready.

(some logs) There is a mail stuck, the destination server is down for a couple of days (no problem here)
citserver[8607]: msgbase: CtdlFetchMessage(2224683, 1)
citserver[8607]: smtpclient: 2224683 attempting delivery now
citserver[8607]: smtpclient: smtp_attempt_delivery(2224682, ***@***)
citserver[8607]: msgbase: CtdlOutputMsg(msgnum=2224682, mode=1, section=<>)
citserver[8607]: msgbase: CtdlFetchMessage(2224682, 1)
citserver[8607]: msgbase: CtdlOutputPreLoadedMsg(TheMessage=not null, 1, 0, 0, 1
citserver[8607]: smtpclient: trying smtp://....
citserver[8607]: smtpclient: libcurl returned 56 (Failure when receiving data from the peer) , SMTP response 0
citserver[8607]: smtpclient: trying ....
citserver[8607]: smtpclient: libcurl returned 0 (No error) , SMTP response 250
citserver[8607]: smtpclient: recp: ....
citserver[8607]: smtpclient: submission age: 2d3h56m5s
citserver[8607]: smtpclient: num_success=1 , num_fail=0 , num_delayed=0
citserver[8607]: smtpclient: 2224683 deleting
citserver[8607]: msgbase: CtdlDeleteMessages(__CitadelSMTPspoolout__, 2 msgs, )
citserver[8607]: msgbase: AdjRefCount() msg 2224682 ref count delta -1, is now 1
citserver[8607]: msgbase: AdjRefCount() msg 2224683 ref count delta -1, is now 0
citserver[8607]: msgbase: deleting message <2224683>
citserver[8607]: msgbase: 2 message(s) deleted
citserver[8607]: smtpclient: end queue run
citserver[8607]: pop3client: scan started
citserver[8607]: pop3client: processing started
citserver[8607]: pop3client: ended
citserver[8607]: rssclient: started
citserver[8607]: rssclient: ended
citserver[8607]: db: -- checkpoint --
citserver[8607]: original_brk=1450000, current_brk=1450000, addl=0

- - -

The copied configuration files have disappeared, I guess they have been migrated/updated.

# ls -la  /usr/local/citadel/ && ls -la /usr/local/citadel/data/
total 20
drwx------ 2 root root 4096 Jan 20 20:32 data
drwx------ 2 root root 4096 Jan 20 20:31 files
drwx------ 2 root root 4096 Jan 20 20:31 keys
drwx------ 2 root root 4096 Jan 20 20:31 messages
drwx------ 4 root root 4096 Jan 20 20:31 network
total 95188632
-rw------- 1 root root   380469248 Jan 20 20:31 cdb.00
-rw------- 1 root root      176128 Jan 20 20:31 cdb.01
-rw------- 1 root root      688128 Jan 20 20:31 cdb.02
-rw------- 1 root root       16384 Jan 20 20:31 cdb.03
-rw------- 1 root root     3809280 Jan 20 20:31 cdb.04
-rw------- 1 root root      516096 Jan 20 19:03 cdb.05
-rw------- 1 root root       24576 Jan 20 20:31 cdb.06
-rw------- 1 root root    60178432 Jan 20 19:03 cdb.07
-rw------- 1 root root 97022021632 Jan 20 20:31 cdb.08
-rw------- 1 root root        8192 Jan 20 20:05 cdb.09
-rw------- 1 root root     3514368 Jan 20 20:05 cdb.0a
-rw------- 1 root root       16384 Jan 20 20:05 cdb.0b
-rw------- 1 root root        8192 Jan 20 20:05 cdb.0c
-rw------- 1 root root        8192 Jan 20 20:31 cdb.0d
-rw------- 1 root root          71 Jan 20 20:05 DB_CONFIG
-rw------- 1 root root    10485760 Jan 20 20:42 log.0000153564


- - -

Some questions:

  • For better performance, do I need to install a local DNS like BIND?
  • If my current server and FDQN is example.mydomain.com; isn't it necessary to change the hostname of this new machine, called example2?
  • Then, I will only need to redirect the traffic according to this VM (from my router/fortigate)


Art, I am pleasantly impressed. :)

Regards!

Reply via email to