Sat. 27 June 2020: Movement of www.UNIX.com to new server


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Sat. 27 June 2020: Movement of www.UNIX.com to new server
Prev   Next
# 2  
Old 06-27-2020
Update:

This server switch was completed, tested for a few hours, and then reverted back because serving the PHP pages in a dockerized LAMP container significantly slows down the site.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Open Source

Shell script file movement to a Mail Box server using ftp commands

Hi All, I have a current Process that runs "windows script " for the file movement that needs to changed to a "DataStage Process (Using shell script )" Source :Text file is getting generated as part of Datastage Jobs processes and resides in a shared drive (Unix server) Target :ftp... (2 Replies)
Discussion started by: developer.dwh9
2 Replies

2. What is on Your Mind?

Are we having sat-sun holiday for unix forum?

Are we having sat-sun holiday for unix forum? I am just thinking there are no new things to explore on sat-sun. It looks like holiday for this site also....:D (1 Reply)
Discussion started by: pamu
1 Replies

3. IP Networking

rlogin questions (Unix Tip 3426 - June 26, 2012)

In the following Unix Tip from Unix Guru Universe, are there some typos? Specifically, should: "From hosts(user:deepak)" be "From host2(user:deepak)"? (I'm almost 100% certain it should) "rlogin hosts.domain.com -l paul" be "rlogin host2.domain.com -l paul"? Some related... (0 Replies)
Discussion started by: RandyKramer
0 Replies

4. Post Here to Contact Site Administrators and Moderators

www.unix.com

Of late, when i start www.unix.com my system is going to 100% CPU and takes lot of time to get the information. I think this is happening after adding the graphics on the page. Has anyone seen this problem..Sorry to post this here.. (6 Replies)
Discussion started by: sssow
6 Replies

5. Post Here to Contact Site Administrators and Moderators

New www.unix.com search

PUZZLED: How can I search for posts on 'VI' if by the new rules (or maybe they are old) I get the messge: "The search term you specified (vi) is under the minimum word length (3) and therefore will not be found. Please make this term longer. If this term contains a wildcard, please make... (13 Replies)
Discussion started by: sierra_aar
13 Replies
Login or Register to Ask a Question
citmail(8)						      System Manager's Manual							citmail(8)

NAME
citserver - Core of the Citadel Suite. SYNOPSIS
citserver [-lLogFacility] [-d] [-f] [-D] [-tTraceFile] [-xLogLevel] [-hHomeDir] DESCRIPTION
Citadel (the binary name is citserver) is the core of the Citadel Suite. It provides Data-storage and Connection-oriented protocols like IMAP/POP/SMTP. Citserver will usualy be spawned via /etc/init.d or inittab. Unless using the -h option you shouldn't run several instances at once. .SH OPTIONS SwitchResult -l Log facility. Usually "mail" -d daemonize (detach from controlling terminal) -D print the directories the server would access to stderr on startup -t[TraceFile] Send log messages to a file instead of syslog -x[LogLevel] Verbosity level of logging (0 to 9) -h[HomeDir] Data directory for this Citadel installation. If the directory name begins with a forward slash, it is an absolute path; otherwise it is relative to the default. Watch the output of -D to observe the effects. DEFAULTS
Default port bindings opened by citserver: PortDescription 25 SMTP 110 POP3 143 IMAP 465 SMTPS 504 Citadel protocol 587 MSA 993 IMAPS 995 POP3S 2020 ManageSieve Unix Domain Sockets opened by citserver: Socket namePurpose citadel.socket Citadel lmtp.socket LMTP lmtp-unfiltered.socket LMPT bypassing the Spamassassin facilities FILES
/usr/share/citadel-server/ Citadels Messages and help files /var/lib/citadel/ Citadel data files /var/run/citadel/ volatile files like the Unix Domain Sockets /etc/citadel/ Citadel configuration files /usr/local/citadel/ when compiled in non-LHFS mode, all of the above. /etc/init.d/citadel/ init script for CitServer; add reboot-safe parameters here. /etc/default/citadel/ Optoins to /etc/init.d/citadel/ in LHFS installations; add commandline options here. HISTORY
1987 - Now the Uncensored Communications Group citmail(8)