Logging/saving All 'sent Mail'.

Oct 16, 2007

I have Cpanel VPS account, and have been regularly backing up all my outgoing emails (via SMTP, imap or webmail) with the following:

Added to following lines in /etc/antivirus.exim

Code:
if first_delivery
and ("$h_from:" contains "username@domain.com")
then
unseen deliver "backup@anotherdomain.com"
endif
So, this worked well for the longest time. At some point it 'disappeared' and stopped working which I guess was due to some update, and putting it back it got it working again.

Recently, I had a new vps, moved my domain there and dropped the same bit in, but this time around, it didn't work.

Is it possible that antivirus.exim isn't being parsed? How do I check? Or is there somewhere else I can stick it into so it'll always work and not get replaced by some cpanel update?

View 4 Replies


ADVERTISEMENT

Ssh Saving The Key Failed

Jan 3, 2008

I was trying to generate ssh key for my server and get this message below

Code:
[andyj@server ~]$ ssh-keygen -t dsa
Generating public/private dsa key pair.
Enter file in which to save the key (/home/andyj/.ssh/id_dsa): [Enter]
Enter passphrase (empty for no passphrase): [Enter]
Enter same passphrase again: [Enter]
open /home/andyj/.ssh/id_dsa failed: Permission denied.
Saving the key failed: /home/andyj/.ssh/id_dsa.
andyj: this is my username for my domain which is hosted in that server.

How do i allow 'andyj' user to have permission to do this? Note, I can do this with 'root' just fine. I'm using CentOS 5.

View 5 Replies View Related

Saving Space With Rsync

Oct 15, 2007

Just wondering if you guys had any resolutions to this. We are looking to save space on our rsync backups.

I know you can use the --compress, or -z and it compresses data on the fly to save bandwidth but is there anyway to keep the data compressed so it takes up less space once it is on the server and still make it so it only copies over the file changes?

If not, anyone have any suggestions on how to save space with rsync backups?

View 3 Replies View Related

Saving File Changes On A Web Site

Oct 12, 2009

Is there a way to use a Web browser to open a file at [url], make changes to the file and save it back on the Web site? I am trying to do this but have only been able to save the file locally. The file only opens in [Read Only] (Compatibility Mode).

View 1 Replies View Related

Saving Power - HE.NET Colo

Mar 29, 2008

Just colocated at HE.NET and the the 15 amp limitation is a challenge. I'm just wondering what tricks there are to reduce power consumption by computer. Maybe people can add their tricks to this thread.

I'm experimenting at home right now. I got one of those KILL-A-WATT meters. (Egghead $18 - they are GREAT) And I'm measuring power usage with different configurations.

One thing I noticed is that the bios "cool and quiet" setting make a big difference. At idle current drops from 0.90 amps to 0.67. Of course if the processor is running 100% this probably goes away but if you have a cabinet of server and not all of them are maxed out all the time this should add up.

I'm using OpenVZ virtualization which allows my to use hardware more efficiently.

Just wondering if any of you have other tricks that cut electrical usage. Might have to put quad core processors in all my servers for expansion. Wish AMD would get their act together and get high speed quads out there.

Everything I have has 8 gigs of ram now.

Any hard drive setting I should know about?

View 14 Replies View Related

SSH Saving Login And Pass

Aug 12, 2007

I have 5 servers that I login to everyday and its annoying typing pass and username and server IP on putty every time I want to login.

Is there client software that I can use to save Login so i can login using one click?

I currently use putty

View 5 Replies View Related

Plesk 12.x / Linux :: SOA Records Not Saving In DNS Settings

Apr 10, 2015

I want to change SOA Settings from defaults to these: When I press OK button shows that is saved but when I test with [URL] .... and [URL] .... shows that settings still is defaults.How to change these settings??

View 1 Replies View Related

CPanel Full Backup Not Saving Home Directory

Sep 28, 2008

I am trying to migrate a server to a new host.

When I try to restore a full backup on my new host, NONE of the home directory files are making the move. Everything else is fine though.

I'm not getting any errors, so I don't have a clue as to why this isn't working.

View 5 Replies View Related

Windows Crash When Saving Files To Linux Share

May 19, 2008

We have a Windows 2003 Enterprise server with 6GB of RAM and about 20 terminal services users logging in. These users then launch a program called Accuthin Thin Client giving them access to a piece of software called Southware that runs on a Centos 5 Linux server on the same network.

Problem seems to be that saving files to the network share causes windows to blue screen and crash. Has anyone ever heard of this before? I know it is a shot in the dark but we have been investigating this issue for 4 months, have replaced the Windows server 5 times, increased RAM to 8 GB and installed Enterprise edition clean but the issue follow no matter what we do.

View 6 Replies View Related

MySQL Logging

Apr 5, 2009

Is it possible to log only SQL queries/transactions for a single account (domain)?

I can easily enable logging for the entire server, but I really only need it for a single domain.

MySQL version 5.0.67

View 0 Replies View Related

Web Server Logging

May 6, 2009

Firstly this question is not related to running a web hosting business, but to dedicated servers hosting our own websites.

I was just wondering, other than security reasons, what is the importance (if any) of keeping Apache/WWW logs? Are there legal reasons?

If it is best to keep Apache logs, how should we go about this? If we don't look after them properly there will be massive amounts of logs being kept - what is the best way to store them? I know they can be "rolled over" and kept for a certain amount of time, which is the best utility to do this?

The OS is Linux (CentOS) and the web servers are Apache and Lighttpd.

and should proxy/gateway/cache server logs be kept?

View 2 Replies View Related

Apache: Logging

Jun 10, 2008

I just bought a new dedicated server and have got Lxadmin on it. Now lxadmin , automatically uses a different loggin system than I would want it to use. It creates a seperate log file for each doamin.

They are located in /home/httpd/EXAMPLE.com/stats

EXAMPLE.com-error_log
EXAMPLE.com-custom_log

Now the problem is that I have literally hundreds of domains and I want it to instead log at a single place and not at these hundreds of seperate places.

This is the root cause of my problem

# The location and format of the access logfile (Common Logfile Format).
# If you do not define any access logfiles within a <VirtualHost>
# container, they will be logged here. Contrariwise, if you *do*
# define per-<VirtualHost> access logfiles, transactions will be
# logged therein and *not* in this file.

I am unable to have any kind of centralised logging command because of the individual entries for each Virtual host.

Even if i can manually remove those entries once, and new domain created by lxadmin will have that same problem. Morevoer, any kind of update of lxadmin which rebuilds the database will also ruin all the hardwork that I put in.

Is there any suggestion / solution to this problem? Have centralised data at one place in a single file?

View 4 Replies View Related

Who Here Uses Remote Logging

Jul 20, 2008

Who here uses remote logging?

If yes state what you are using after voting on the poll.

View 6 Replies View Related

Logging Your Servers

Nov 4, 2007

We have quite a large number of servers now but I'm now finding it harder and harder to keep log of the number of details for it. How do the bigger guys keep control on this? Ie: Keeping logs of the serial/product keys of each part in the server, where they were ordered from, what date was it ordered etc?

My collection of growing motherboard, ram, processor boxes (which all store the serials of the products on) are now slowly taking over the office even when flat packed. I normally just write on each of the boxes where the product was ordered from, date of order and server name. While this is all well and good.. 50 servers later it can be a bugger to find the serial of that dedi mobo without going to the DC.

I tried my efforts at a simple Access database but I kept finding I spent more and more time typing in complex keycodes into the DB and just gave up. When this has been done it sounds nice and easy but then I hit another stump.

Ontop of logging a new servers details, how do you log which server is available to be sold, who its been sold too? ATM we have a VPN shared spreadsheet with all the details in (praying that the other employees will actually update it) but Im not sure if it will stand up when it hits 100+ servers rather than the 50+ atm.

View 5 Replies View Related

Can't Turn Off Logging Of PHP Notices

Apr 29, 2008

Running Apache 2.2.2 and PHP 5.2.5, and my error_logs are filling up with PHP notices. I'd like to turn this feature off, but I must be missing something here. I've edited the php.ini and set error_reporting = E_ALL & ~E_NOTICE, and reloaded apache, but I still get the same php notices over and over again in the httpd error log.

View 1 Replies View Related

Long Delay When Logging In Via SSH

Feb 22, 2007

For some reason on a box I have, it takes 25 seconds from the time I hit enter for a usernames password for it to login via SSH. I am running CentOS 4.4

Is there something I can check to see why it is taking so long and/or fix this?

View 5 Replies View Related

Sendmail (extended Logging)

Jan 8, 2007

Just turned on extended logging in exim. Went through the log (exim_mainlog) and have thousands of these:

2007-01-08 01:44:10 cwd=/tmp 2 args: /usr/sbin/sendmail -bS
2007-01-08 01:44:12 cwd=/tmp 2 args: /usr/sbin/sendmail -ti
2007-01-08 01:44:50 cwd=/tmp 2 args: /usr/sbin/sendmail -bS

Looked in the /tmp dir. and see nothing interesting. Looks like sendmail has been hijacked. Not sure what to look for now.

View 0 Replies View Related

Server Load Logging

Nov 23, 2007

Is there any script which keep logging CPU and memory usage, sometimes server crashes and i want to know what caused it

View 4 Replies View Related

User Terminal Session Logging

May 31, 2009

I'm looking at allowing remote telnet into my server.

like any security-minded administrator, I want to log what my users type on the telnet session.

I'm using the script command to generate transcripts of the users session.

I have /etc/profile set to automatically start the script command to log user activity, and in /etc/bash.bash_logout I have a command that emails me the transcript of the users' session.

All of the above works well except for one thing:

the users can type "exit" to escape from my script logging and any commands they type won't get logged.

View 14 Replies View Related

Does Anyone Have Snort Logging To A Mysql Database

Apr 28, 2008

Does anyone have snort logging to a mysql database?

I am trying to get that to work so I can view the alerts with BASE.

I followed the instructions but snort is not logging to the DB,

View 0 Replies View Related

Remote Logging, To See Which Server Is Using Most Bandwidth

Feb 28, 2007

Does anyone have an app they use to track the bandwidth/usage for each connected computer/server?

we have multiple servers hooked up to one internet connection, all running miscrosoft windows software. Ideally i would like ONE of the servers running microsoft 2003 to log all others network usage.

All the servers do different things, so it would be great to check which are under most demand etc.

The other thing is, naturally i dont have screens for them all, only one. So this is the main reason for remote logging. Would be hassle to have to Remote desktop into each one to check how there doing every hour etc.

View 3 Replies View Related

No Log Handling Enabled - Turning On Stderr Logging

Feb 22, 2008

We have a box

Cpanel 11
PHP5+ Zend 3.3 +eaccelerator 0.9.5.2+Gzip
CentOS 4

our error_log keeps to have errors

No log handling enabled - turning on stderr logging
Cannot rename /var/net-snmp/snmpapp.conf to /var/net-snmp/snmpapp.0.conf

We have make sure net-snmp is up to date, but still these erros time to time

Client uses drupal system which seems not working well EA, causing a lot of segments fault

The worse is that it seems error happen only when eaccelerator installed

View 1 Replies View Related

Linux IPTables Logging Packets On A Certain Port

Aug 4, 2008

commands to log packets temporarily for a certain udp port with the IP information ect.

Any help would be appreciated. As for what I am doing, I am trying to find anything wierd or something that stands out from the packets sent from external IP's to my server.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved