Ubuntu :: Using Mplayer To Speak Time Every Hour But Prevent Sending Of Mail

Jul 2, 2011

How do I prevent mplayer from sending e-mail by the time mplayer plays the wave file that speaks the time?

Here is the script I use to speak time. I use my natural voice to record like this:

Code:

Last, but not least, I wrote the script:

Code:

Note that I've commented out /bin/cat as a bandage solution to delete mail after mplayer plays the file. I said "bandage solution" because if I have grayson@ubuntu-server forward mail to my e-mail account through SMTP relay, I'm going to be seeing the e-mail messages sent every hour and I need to stop this from happening in the first place.

Example of the mail I've been getting in /var/mail/grayson:

Code:

View 1 Replies


ADVERTISEMENT

Ubuntu :: How Do I Change Time To 12-hour Instead Of 24-hour

Jun 17, 2011

I just switched over to Lubuntu, and so far, it's been great.It's rendering quite well with my laptop, even though the fan is constantly running.I've had some small annoyances that I haven't been able to figure out. How do I get the power button and/or other related actions to the 'start' menu? Is there a way to drag and drop applets like in Ubuntu? How do I setup default brightness like in Ubuntu? How do I change the time to normal US time (12 hour instead of 24 hour)How do I change the time to a 12-hour instead of 24-hour?Is there a software center?

View 2 Replies View Related

Ubuntu :: Get The Mail Applet To Light Up Green By Sending Myself Mail In Lucid?

Apr 30, 2010

in Lucid ive been trying to get the mail applet to light up green by sending myself mail. Does this applet only light up when IMs r received or does this also work with evolution and if so what might i have done wrong in evolution, ive tried it with evolution open and evolution closed.

View 8 Replies View Related

Ubuntu Servers :: Server Time Off By An Hour

Aug 31, 2010

Recently moved into amazon's ec2 cloud and noticed our server time was in UTC where we use EST. I did some looking around, and changed using the following;

Followed up setting the correct time using the date command with the correct time, then date showed;

Now, that is correct, but if I do an ntpdate pool.time.org or any other time server, the offset is huge and the date moves back one hour. Is this a daylight settings or something I am just missing?

View 2 Replies View Related

Ubuntu Servers :: Mail Server Will Not Receive Emails After Uptime Over One Hour?

Jan 12, 2011

It is the strangest thing. I can not receive emails on this server after it has been up for an hour. I noticed that everytime and email is received that a sshd opens but never closes. Causeing a memory issue that I dont know how to fix. Also the mailq grows and grows. Mostly with email stating the recipient and send are both [URL].. also postmaster@mail.jmchd.com shows mail system configuration error. I have to restart the server every 30 minutes so users can get and send emails. This is horrible because for every 5 minutes out of the hour emails are bouncing.i have looked through them but I know not what I am looking at.

PS. I was thrown into the position and have limited knowledge. I am used to a GUI.

View 4 Replies View Related

General :: Set Time In 24 Hour Format?

Apr 12, 2010

Currently whenever i run date command output is shown like

Mon Apr 12 05:17:21 IST 2010

When its 17:17 Here.

How would i change it so that it should show.

Mon Apr 12 17:17:21 IST 2010

View 9 Replies View Related

General :: Sending Mail From Virtual Host Fails "mail For Domain.com Loops Back To Myself"

Jul 1, 2011

I have two servers relavant here: mail.domain.com (1.1.1.1) - which is the nameserver and the mail server for domain.com. www.domain.com (2.2.2.2) - which is the www subdomain for domain.com domain.com (cname www.domain.com) - an alias for www.

The zone file for domain.com lists mail.domain.com as the MX server for domain.com. 2.2.2.2 is actually being served web pages as a virtual host. It's real hostname is www.anotherdomain.com. Mail for domain.com works pretty well, in general. However, if I attempt to send mail from www.domain.com (or its alias domain.com), I get "mail for domain.com loops back to myself" in the postfix logs. On 2.2.2.2 /etc/postfix/mail.cf has mydestination = www.anotherdomain.com, localhost. How do I tell postfix on 2.2.2.2 that mail for domain.com needs to be delivered to mail.domain.com?

View 1 Replies View Related

General :: Time - Forcing 24-hour Locale?

Aug 24, 2011

Is there any way to force 24-hour time in my locale (for example, 14:00) instead of 12-hour time (2:00 PM)?

I use the en_US locale with a UTF-8 character set on Arch Linux, but this shouldn't matter, I think.

View 1 Replies View Related

General :: Loose An Hour Every Time Reboot PC?

Aug 8, 2010

I was wondering if any one came across that issue before. Everytime I reboot my PC something (I assume GNOME) reset my system clock to an hour behind what is was the last time. So if a reboot twice in a row that'll be two hours behind and so on. It used to work fine until I had to change my system time backward temporally to overcome and issue with GPG. Since I put it back I get that phenomena. It's like it's adjusting it for the Day light saving everytime a boot. Problem is Japan does not have any day light saving. I run OpenSuse 11.2 with Gnome 2.28.2 as my interface. I'm currently located in Japan GMT+9 not DST. /etc/localtime -> /usr/share/zoneinfo/Asia/Tokyo

I suspect a bug in Gnome or Yast. It's not user specific because the time is already altered even before I log it.

View 13 Replies View Related

Software :: Cron Clock Is An Hour Off To System Time

Mar 31, 2010

I have cron jobs running and the timing is critical, because I'm running Nessus scans on production servers. If I hit them at the wrong time, I'm toast. But when I check the cron log, I see that it is an hour off. Here is the output for the command "clock":
Wed 31 Mar 2010 03:01:26 PM CDT -0.257677 seconds

And this is the tail of the cron log:
Mar 31 16:00:01 nes-001 CROND[8790]: (root) CMD (/Nessus/Targets/NessusScriptDataCenterScan.test)
Mar 31 16:01:02 nes-001 CROND[8822]: (root) CMD (run-parts /etc/cron.hourly)
Mar 31 16:01:02 nes-001 run-parts(/etc/cron.hourly)[8822]: starting 0anacron
Mar 31 16:01:02 nes-001 anacron[8832]: Anacron started on 2010-03-31
Mar 31 16:01:02 nes-001 anacron[8832]: Normal exit (0 jobs run)
Mar 31 16:01:02 nes-001 run-parts(/etc/cron.hourly)[8834]: finished 0anacron

Cron thinks it is 4:00 p.m., but it's really 3:00 p.m. How do I tell Cron what time it is? (Stopping and restarting the crond service did not change it.)

View 1 Replies View Related

Ubuntu :: Change The Digital Clock Panel Applet To 12 Hour Time?

May 17, 2011

I want to know how to change the Digital Clock panel applet to 12 hour time because the default is 24 hour.

View 4 Replies View Related

Ubuntu :: Sending Mail With Postfix

Jan 10, 2010

I'm simply just having trouble sending mail with postfix. I have all my hostnames, rdns setup properly. I also have iptables open on port 25.

View 9 Replies View Related

Ubuntu :: Sending Mail From Command-line?

Jan 5, 2010

I have kubuntu 9.10 and I would like to configure Ubuntu to can send mail from command line with mailx. I've saw that I need to install a MTA. But I don't know wich install and how.

I follow this tutorial:

[URL]

But when I try to send a message, in the mail.log says me:

Code:
Jan 5 10:21:33 david postfix/smtp[3795]: 41AEA41DBE: to=<pepelu@gmail.com>, relay=alt1.gmail-smtp-in.l.google.com[209.85.223.73]:25, delay=1086, d
elays=1022/0.01/32/32, dsn=4.7.0, status=deferred (host alt1.gmail-

[Code].....

View 3 Replies View Related

Ubuntu :: Sending Mail From Internet Page?

Dec 28, 2010

When I sending mail to defined mail on the internet page I have to configure Evolution and open it for sending. Is it possible to send mail without opening Evolution. Just send to defined mail on internet page.

View 8 Replies View Related

Ubuntu :: Sending Mail Via Smtp.gmail - Php ?

Feb 25, 2011

I want to send mails via gmail with php. I need to know how to configure main.cf, php.ini, postfix,smtp... and all what is necessary. I tried a lot but no results.

View 5 Replies View Related

Fedora :: KDE Panel Clock To Display In 12 Hour Not 24 Hour Format?

Mar 24, 2010

I recently decided to try KDE4 and would like the change the clock on the panel to display 12 hour format and not the default 24hour format but i can not find where to change this option currently the clock looks like the attached picture. Gnome has this option and I would like to see it in KDE if it exists in the default clock. I am willing to replace the default KDE clock with a seperate widget if one exists for this.

View 1 Replies View Related

Red Hat / Fedora :: Sending Mail To A Group?

Dec 8, 2010

l to a group in Linux? for example, I want to send a notification mail to 20 people and I want to create a group of these 20 people and want to send them the notification

View 5 Replies View Related

Software :: Automatic Mail Sending?

Jun 11, 2009

I am using Ferdora 6 OS on which I installed CVS. So whenever I make any changes in CVS, notification mail must be sent to few users.

View 2 Replies View Related

CentOS 5 :: Sending Mail From Terminal?

Aug 24, 2009

cannot find what should I do, which conf should I edit to make it work. I cant send email from command line.

Is it necesary to have mail server setup? Hope not, just want simple txt mail sent. I tried MUTT and MAIL.

View 1 Replies View Related

CentOS 5 :: Sending Mail From Localhost?

Feb 13, 2010

I want to send mail to potential customers from my localhost server in my SOHO. I have a web site hosted with a company called geek hosting [URL], so I have access to the mail services through them... I want to their mail server to push things out to the world form my localhost server.

I do have a registered domain name which the hosted site runs under

the domain name for my centos 5.4 server is localhosthost.localdomain.

View 2 Replies View Related

CentOS 5 :: Not Sending Some Mail Through Wordpress?

Dec 23, 2010

I am very new to CentOS and running a server in general. I managed to get a server setup with CentOS, and it's running a wordpress driven social networking site. Everything is fine except sometimes my server won't send registration/activation emails to some email addresses. This is a huge problem because people signup but then can't activate their account. I don't understand why its sending some and not sending others based on the email domain? The guys at wordpress said "it's that your server does not support SMTP or at least wp_mail() in its normal form" but that doesn't mean much to me.

View 3 Replies View Related

Ubuntu Servers :: Sending Mail From Multiple Domains?

Apr 6, 2010

how can i configure my server to send mails from about ten different domains i use google apps and want to know if its possible. Because it sends mail but all goes to spam and i have a static ip

View 9 Replies View Related

Ubuntu Servers :: Sending Mail To External Email (Outside LAN)

Apr 14, 2010

I just setup a mail server on my web server and I cannot for the life of me figure out how to send emails to external (as in outside my LAN) emails or receive from external emails. I'm using Postfix with Dovecot and Squirrelmail. I get this delivery report in Squirrelmail when trying to send an email to my hotmail address.

Final-Recipient: rfc822; example@hotmail.com
Action: failed
Status: 5.0.0
Remote-MTA: dns; mx3.hotmail.com
Diagnostic-Code: smtp; 550 DY-001 Mail rejected by Windows Live Hotmail for policy reasons. We generally do not accept email from dynamic IP's as they are not typically used to deliver unauthenticated SMTP e-mail to an Internet mail server. [URL] maintains lists of dynamic and residential IP addresses. If you are not an email/network admin please contact your E-mail/Internet Service Provider for help. Email/network admins, please visit [URL] for email delivery information and support.

View 3 Replies View Related

Ubuntu :: Hide An Ip Address While Sending Through Evolution Mail?

Nov 17, 2010

how to hide an ip address while sending through evolution mail so the recipient cannot see the ip in the email header?

example below: I sent an email from evolution to my gmail account and I can see my real ip address in the mail header 80.x.x.x

Authentication-Results: mx.google.com; spf=neutral (google.com: is neither permitted nor denied by best guess record for domain of email@email.com) smtp.mail=email@email.com Received: from([80.x.x.x] helo=[192.168.1.6])

I can hide my ip using a proxy but what are the other ways of doing this?

View 4 Replies View Related

Ubuntu Servers :: Mail() Not Sending In HTML Format?

Apr 15, 2011

I'm not sure if this is a server problem or a PHP problem. I've tried the code on other servers and it seems to work - so I assume it's a server problem. I am running it on Ubuntu 10.10.

When run this code, it does not render in HTML on my OSX mail reader:

PHP Code:

<?php$to = "xxx@xxx.com";$subject = "HTML email";$message = "<html><head><title>HTML email</title></head><body><p>This email contains HTML Tags!</p><table><tr><th>Firstname</th><th>Lastname</th></tr><tr><td>John</td><td>Doe</td></tr></table></body></html>";// Always set content-type when sending HTML email$headers = "MIME-Version: 1.0" . "

[Code]....

View 1 Replies View Related

Fedora :: Sending Email Using Mail Program?

Apr 24, 2010

How is it possible to send email using the "mail" program? I tried:
echo "testing" | mail -s "test" myaddress@gmail.com
But nothing happened. I made sure that the sendmail daemon was running before I tried. Is there anything else that I have to set up first?

View 5 Replies View Related

OpenSUSE Network :: Sending Mail From Webserver

Dec 31, 2010

I have OpenSuse 64bit running a web site. I have a form on this site here:- Dynamic Systems Group The script itself works and I have tested it on another hosted server and it works fine. However on my server the email the script sends never arrives, which must be a problem with my Postfix settings I guess. However I also have two pages on my site for testing sending of mail, which BOTH report a postive result:-

[URL]

However even though these pages report successful send the mail stil never arrives. I have looked at many pages and forums on the internet and I am really, really confused as to how to set up Postfix. On the Suse box I have the Mail Server configured in Yast to send mail via my Gmail.com account using TLS and authentication but still no success!

View 9 Replies View Related

General :: Mail Not Sending To Internal Addresses

Sep 4, 2009

I'm using the mail command and I am able to send mail to my gmail account with out any problems. However when I send mail to deco -at- mycompany.com I nothing happens and no mail ever arrives in my mailbox. It might be worth mentioned that my centos5 is a virtual machine on the same server as the company exchange mail server.

View 1 Replies View Related

General :: Sending Mail With Mailx Version 12.1

Jul 2, 2010

GNU/linux kernel 2.6, Slackware 12.0.

I ran mail (aka mailx) and opened an account foo. If I remain inside the program, the command 'account foo' prints the account data. Good. But if I exit the program, and rerun it, then the command 'account' has no output which is to say I have no account.

View 1 Replies View Related

Security :: Auto Sending Mail On Deletion?

Apr 13, 2010

i m using centos 5.4 for Data Server, there i hv shared a directory to store data. i want, when ever owner of that data does delete any thing from directory, system should send me a mail with logs of that deletion action with the detail some thing like bellow

1- IP of system, from where owner did access the server and delete the data.

2- Date, Time and Name of File with Path.

These logs should be sent me by email automatically.

View 2 Replies View Related







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