similar to: email Server for CentOS 7

Displaying 20 results from an estimated 6000 matches similar to: "email Server for CentOS 7"

2018 Oct 01
6
email Server for CentOS 7
> On 29. Sep 2018, at 23:58, John R. Dennison <jrd at gerdesas.com> wrote: > > Save yourself the effort, time, headaches and eventual bloody tears of impotent > rage and just go with Google or some other provider. Running a mail > server properly is one of the more difficult tasks and quite often not > worth the time and trouble, especially if one is asking about it on a
2018 Sep 29
0
email Server for CentOS 7
On Sat, Sep 29, 2018 at 04:51:07PM -0400, Bee.Lists wrote: > Hi folks. > > I?m looking for an email server. I have a C7 box already with nginx, PostgreSQL, Sinatra and Ruby. So I don?t want to install PHP, Apache, MySQL, etc. > > Are there any ways/tutorials to set up a mail server under those restrictions? It would serve multiple domains. Save yourself the effort, time,
2019 May 03
3
Permissions on nginx logs
Hi folks. Just wondering if I can change the ownership on the nginx logs folder so I can access them easier for analysis on a regular basis and cronjobs. /var/log/nginx is owned by nginx:nginx which shuts me out. Cheers, Bee
2017 Aug 23
2
Aw: Dovecot - Postfix Calender Synchronisation
I still find impediments to the adoption of any of those "solutions". Too many software dependencies, like PHP, DB, python, and a virtual machine. --- There are two portable file formats for calendar and contacts that work across applications and systems, but no server that can use them, and use them safely. Sent from ProtonMail Mobile On Wed, Aug 23, 2017 at 10:41 AM, Infoomatic
2019 May 06
2
Permissions on nginx logs
I will give 770 a try. Nobody going to flip now that a single ?7? has been posted? > On May 6, 2019, at 12:06 AM, Simon Matter via CentOS <centos at centos.org> wrote: > > What's the access mode of it? Should probably be mode 770 then. Cheers, Bee
2019 May 04
2
Permissions on nginx logs
Just did that, and I still can?t do this: $ cd /var/log/nginx -bash: cd: /var/log/nginx: Permission denied > On May 3, 2019, at 7:22 PM, John Pierce <jhn.pierce at gmail.com> wrote: > > Add group nginx to your user... usermod -G nginx,... username > (Where .... Is any other groups you're a member of, not counting your > primary group) Cheers, Bee
2018 Sep 30
0
email Server for CentOS 7
try "free" linux groupware like Kolab, Citadel or Zimbra. they will give you easy installation and easy user/mailbox management. On 09/30/2018 12:51 AM, Bee.Lists wrote: > Hi folks. > > I?m looking for an email server. I have a C7 box already with nginx, PostgreSQL, Sinatra and Ruby. So I don?t want to install PHP, Apache, MySQL, etc. > > Are there any ways/tutorials
2009 Feb 11
16
Unicorn: UNIX+localhost/LAN-only Mongrel fork
Hello all, Last week, I finally decided to put into motion some ideas I''ve been kicking around for a year in my head since last year... Basically I don''t want to have to deal with threads or support platforms that rely on or encourage threads. Especially given MRI 1.9 where kernel threads are more difficult to debug than green ones. Given the limited scope of this project,
2018 Jan 23
3
failure to start httpd after today update
Hello, I ran today update of my CentOS 6.9 running on Dell T105 (AMD OPTERON) and httpd failed to start. Any idea what could cause that? I never had a problem after CentOS 6.x update. Web server runs since March 2017. I do updates usually once in a week. Thank you Mikhail Utin
2017 Aug 23
5
Dovecot - Postfix Calender Synchronisation
Hello Together Please witch add-on possibilities exist to synchronize the Calednar with Dovecot and Postfix. Can give me here any a possible direction ? thanks regards Mauri
2019 May 07
2
Permissions on nginx logs
> On May 6, 2019, at 10:14 AM, Bee.Lists <bee.lists at gmail.com> wrote: >> >> I will give 770 a try. > > Try 750 first. You don?t need write access to do what you?re asking. > > Also, the group membership change won?t take effect until you log out and > back in. Thanks to correct me, both things are true, if he only wants to read logs there, the 750 is
2009 Mar 04
5
Sinitra 0.9.1 Webrat 0.4.2 Cuc problem
Have created sample sinatra cucumber app as suggested on wiki. Tried both env.rb configurations from there and aslaks git repo. With this combination of gems I get the following error doing basic cuc tests When I visit ''/foo'' # features/step_definitions/general.rb:1 PATH_INFO must start with / (Rack::Lint::LintError)
2010 Apr 23
2
Routing a Sinatra application
Hello, I wish to route a sinatra application in my Rails 3 app. As said by Yehuda, it should be possible. http://yehudakatz.com/2009/12/26/the-rails-3-router-rack-it-up/ However I see the route isn''t recognized and I get ActionController::RoutingError problems. It works well with simple rack apps however (the test in actionpack with a lambda passes well). I''ve written a test
2012 Aug 31
1
after_fork - ActiveRecord::AdapterNotSpecified
Hi all, I''m fighting with the after_fork hook and my sinatra application. The Sinatra app is using active_record, In my unciron.rb file I''m using preload_app true after_fork do |server, worker| ? defined?(ActiveRecord::Base) and ??? ActiveRecord::Base.establish_connection End but I always get the error: ERROR -- : ActiveRecord::AdapterNotSpecified
2018 Sep 02
2
SAMBA Issues
Hi folks. For some reason my smb.conf tests just fine, but it isn?t showing up at my Mac. The box is showing, but I can?t see anything. It gives me an error as well. All is below. https://www.unixmen.com/install-configure-samba-server-centos-7/ is the setup I?m trying. The smb.conf: [global] workgroup = WORKGROUP security = user passdb backend = tdbsam
2006 Apr 20
4
online tutorials
I work for a Investment group with a very extensive training program and we are having our new hires take a statistics course at University of Chicago where they have to complete some assignments with R. I was wondering if there are any online tutorials that exist where we could get our participants comfortable with R before the class itself? I appreciate any help at all. Thanks, Matt Maxon
2011 Apr 08
7
FileUpload without Tempfile
I am looking for a way to upload a file to Rails 3 app, but without generating a temp file. Googling the issue gave me some insight in how the file upload works. As I understand Rails creates a temp file when the file size is larger than 20kb. Is there a way to change this limit and avoid the temp file generation? Another solution I was looking in was creating a Rack App and so avoid the file
2011 Aug 12
16
Rack content-length Rack::Lint::LintErrors errors with unicorn
Has anyone seen anything like this before? I can get it to happen all the time if I issue a HEAD request, but it only happens very intermittently on GET requests. I''m using Ruby 1.9.2p180. Any ideas on where to start debugging? 204.93.223.151, 10.195.114.81 - - [11/Aug/2011 21:03:50] "GET / HTTP/1.0" 200 37902 0.5316 app error: Content-Length header was 37902, but should be
2018 Apr 06
3
performance.cache-size for high-RAM clients/servers, other tweaks for performance, and improvements to Gluster docs
Hi, I'm trying to squeeze performance out of gluster on 4 80GB RAM 20-CPU machines where Gluster runs on attached block storage (Linode) in (4 replicate bricks), and so far everything I tried results in sub-optimal performance. There are many files - mostly images, several million - and many operations take minutes, copying multiple files (even if they're small) suddenly freezes up for
2018 Apr 06
0
performance.cache-size for high-RAM clients/servers, other tweaks for performance, and improvements to Gluster docs
Hi again, I'd like to expand on the performance issues and plead for help. Here's one case which shows these odd hiccups: https://i.imgur.com/CXBPjTK.gifv. In this GIF where I switch back and forth between copy operations on 2 servers, I'm copying a 10GB dir full of .apk and image files. On server "hive" I'm copying straight from the main disk to an attached volume