Hi All,
There is many accounts on my WHM, and i will receive many notification from cPanel every month to inform me about the Bandwidth usage and disk space usage. But some notification email listed in my spam box, so i can't find it in time.
Our OS X Leopard (10.5) server is sending out an email EVERY DAY for a Disk Full Notification on an external HDD we use for Time Machine backups (which manages it's own disk space, so the disk full notifications are useless).
I'm trying to set up alerts for low disk space conditions on a server (Windows Server 2008 R2 Enterprise, SP1). To do this I want to trigger an email via Task Scheduler whenever Event ID 2013 is logged in the System event log.
The problem is that Event ID 2013 doesn't seem to be occurring.
Hi there, as the title suggests I would like to know if there's a way to get a notfication when an email fails to send from another account.
Just to help you understand what I'm asking I'll use an example.
Email 1: Sends email that fails to send (appears red on the email trace due to an error)
-system sends notification of error from email 1 to email 2-
Email 2: Recieves error notification
Hi, Horde is a mystery with its disk space consumption...or is it something else?
The 'disk space usage' panel shows 45.74 mg being used by mail; when i click on 'mail' on the 'disk space usage' panel, the the in, out, send, trash boxes for all mail id's have far less than the amount of disk space usage noted on the above mentioned panel.
So im trying to accomplish the following:
I have a backup space of 100gb on a remote server and want to setup a cron job with a shell script to check the usage of a backup space and if it goes close to 100gb (lets say 95gb) send a notify email.
Im trying to combine lftp script and email disk usage script a recently found.
lftp script:
Code:
lftp -u user,password IP <<EOF
du -sh
quit 0
di
I’m running Postfix as my MTA, and it has randomly decided to stop accepting incoming email:
Sep 14 07:50:26 zulu postfix/smtpd[27946]: warning: not enough free space in mail queue: 6832128 bytes < 1.5*message size limit
In my postconf:
message_size_limit = 10240000
queue_minfree = 25000000
All mail to my system is being rejected with 452 4.3.1 Insufficient system storage.
I know little
I want move towards using my own mail server, so I picked Dovecot. I plan on using thunderbird to retrieve my mail using IMAPS. I have never used either of the software, so my questions are a bit naive.
I don't understand the process of deleting email from dovecot from thunderbird.
I am building a web application with email notification just like Facebook, which will host in http://www.linode.com/. When a user A comment to a post, the poster will get an email notification from 'no-reply@mydomain.com' with the comment message written by user A.