[CentOS] crontab problem

2009-11-21 Thread Susan Day
Hi; I have the following in crontab -eu root: @daily /usr/local/bin/mysql-backup- daily.sh @weekly /usr/local/bin/mysql-backup-weekly.sh @monthly /usr/local/bin/mysql-backup-monthly.sh [r...@13gems globalsolutionsgroup.vi]# ls /usr/local/bin/mysql-* /usr/local/bin/mysql-daily.sh /usr/local/bin/my

Re: [CentOS] crontab problem

2009-11-21 Thread Susan Day
On Sat, Nov 21, 2009 at 9:26 AM, Eero Volotinen wrote: > Check that scripts are marked as executable (rx set). > Thought I'd done that, but no... Thanks, Suzie ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Recommend Mail Server

2009-11-23 Thread Susan Day
Hi; I don't want sendmail. What's a good secure email server that I can yum? I really only need smtp right now, but who knows what the future will bring? TIA, Suzie ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Recommend Mail Server

2009-11-23 Thread Susan Day
On Mon, Nov 23, 2009 at 11:55 AM, John R Pierce wrote: > Susan Day wrote: > > Hi; > > I don't want sendmail. What's a good secure email server that I can > > yum? I really only need smtp right now, but who knows what the future > > will bring? > > SMTP

Re: [CentOS] Recommend Mail Server

2009-11-23 Thread Susan Day
On Mon, Nov 23, 2009 at 1:23 PM, Craig White wrote: > yum install postfix system-switch-mail > # edit /etc/postfix/main.conf > system-switch-mail # choose postfix, confirm > # done > Craig, I stopped qmail, which I had installed outside of yum, turning off sendmail first, then I just did a yum i

Re: [CentOS] Recommend Mail Server

2009-11-23 Thread Susan Day
On Mon, Nov 23, 2009 at 1:46 PM, Craig White wrote: > No but you need to do this then... > > chkconfig postfix on > chkconfig sendmail off > > and if there is some mechanism for starting qmail on startup, you will > have to disable it...perhaps there is a sysv initscript that you can > discover h

[CentOS] Signing In Other than Root

2010-01-05 Thread Susan Day
Hi; How do I make it so that it's impossible to SSH into the server directly as root? That is, make it necessary to SSH in as an ordinary user and then su to root? TIA, Suzie ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listin

[CentOS] IUD Number

2010-01-05 Thread Susan Day
Hello; How do I get the IUD number for a user? TIA, Suzie ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] IUD Number

2010-01-05 Thread Susan Day
On Tue, Jan 5, 2010 at 4:01 PM, Thomas Harold wrote: > On 1/5/2010 3:53 PM, Susan Day wrote: > > Hello; > > How do I get the IUD number for a user? > > "id" command (see also the "groups" command) > > $ id -u thomas > 999 > > $ id -G thoma

Re: [CentOS] Signing In Other than Root

2010-01-06 Thread Susan Day
On Tue, Jan 5, 2010 at 9:16 AM, Max Hetrick wrote: > Susan Day wrote: > > Hi; > > How do I make it so that it's impossible to SSH into the server directly > > as root? That is, make it necessary to SSH in as an ordinary user and > > then su to root? >

[CentOS] OT TTW Email Interface

2010-01-15 Thread Susan Day
Hi; I don't know what these things are called so that I can look for an OS solution. I want to install an email server interface like Hotmail where people can check their email TTW. What is this called? Any recommendations? TIA, Susan ___ CentOS mailing l

Re: [CentOS] OT TTW Email Interface

2010-01-15 Thread Susan Day
On Fri, Jan 15, 2010 at 2:34 PM, wrote: > > Hi; > > I don't know what these things are called so that I can look for an OS > > solution. I want to install an email server interface like Hotmail where > > people can check their email TTW. What is this called? Any > > recommendations? > > My hostin

[CentOS] tcpserver on port 25

2010-02-24 Thread Susan Day
Hi; [r...@13gems beno]# netstat -ltnup Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp0 0 0.0.0.0:33060.0.0.0:* LISTEN 24560/mysqld tcp0 0 0.0.0.0:110

Re: [CentOS] tcpserver on port 25

2010-02-24 Thread Susan Day
On Wed, Feb 24, 2010 at 9:18 AM, Chan Chung Hang Christopher < christopher.c...@bradbury.edu.hk> wrote: > Eero Volotinen wrote: > > 2010/2/24 Susan Day : > >> Hi; > >> [r...@13gems beno]# netstat -ltnup > >> Active Internet connections (only serve

Re: [CentOS] tcpserver on port 25

2010-02-24 Thread Susan Day
On Wed, Feb 24, 2010 at 9:53 AM, Chan Chung Hang Christopher < christopher.c...@bradbury.edu.hk> wrote: > > >> Susan, is qmail-send running? tcpserver is used to run qmail-smtpd to > >> accept emails but qmail-send does the actual queue processing and > delivery. > >> > > 27755 ?S 0:0

[CentOS] getaddrinfo problem

2010-02-25 Thread Susan Day
Hi; A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /var/www/html/mysite.com/simplemail/mail2.py 40 41 ''' 42 my_mail() 43 print ''' 44 my_mail = /var/www/html/mysite.com/simplemail/mail2.py in

Re: [CentOS] getaddrinfo problem

2010-02-25 Thread Susan Day
On Thu, Feb 25, 2010 at 8:14 AM, Alexander Dalloz > wrote: > Am 25.02.2010 12:53, schrieb Susan Day: > > Hi; > > [ ... ] > > > Notice that line: > > > > code undefined, msg = 'getaddrinfo returns an empty list', > > > > What up? How do

[CentOS] Email Problem

2010-02-26 Thread Susan Day
Hi; The following message appears to have been sent, but in fact never does reach their destination: [root qmail-send]# tail current @40004b87b3d3392cbddc new msg 97881462 @40004b87b3d3392cc5ac info msg 97881462: bytes 531 from < suzieprogram...@gmail.com> qp 23629 uid 508 @40004b87

Re: [CentOS] Email Problem

2010-02-26 Thread Susan Day
On Fri, Feb 26, 2010 at 8:29 AM, Eero Volotinen wrote: > 2010/2/26 Susan Day : > > Hi; > > The following message appears to have been sent, but in fact never does > > reach their destination: > > > > [root qmail-send]# tail current > > > &g

Re: [CentOS] Email Problem

2010-02-26 Thread Susan Day
On Fri, Feb 26, 2010 at 9:09 AM, Eero Volotinen wrote: > > qmail is very old and not under development anymore. You should > migrate your system to postfix. > postfix isn't supported either. At least I have some experience with qmail. Susan ___ CentOS m

Re: [CentOS] Email Problem

2010-02-26 Thread Susan Day
On Fri, Feb 26, 2010 at 9:16 AM, Jeff wrote: > On Fri, Feb 26, 2010 at 7:12 AM, Susan Day > wrote: > > On Fri, Feb 26, 2010 at 9:09 AM, Eero Volotinen > > wrote: > >> > >> qmail is very old and not under development anymore. You should > >> migrate

Re: [CentOS] Email Problem

2010-02-26 Thread Susan Day
On Fri, Feb 26, 2010 at 9:51 AM, Simon Billis wrote: > > Why? > > That is a good question - I "guess" that google's email system thinks > you're > sending them spam. If you want your mail to be accepted you may need to > have > implemented SPF and domainkeys. Oh, lovely. As if I didn't have eno

Re: [CentOS] Email Problem

2010-02-26 Thread Susan Day
On Fri, Feb 26, 2010 at 10:34 AM, Susan Day wrote: > On Fri, Feb 26, 2010 at 9:51 AM, Simon Billis wrote: > >> > Why? >> >> That is a good question - I "guess" that google's email system thinks >> you're >> sending them spam. I

Re: [CentOS] Email Problem

2010-02-26 Thread Susan Day
On Fri, Feb 26, 2010 at 10:57 AM, wrote: > > On Fri, Feb 26, 2010 at 10:34 AM, Susan Day > > wrote: > > > >> On Fri, Feb 26, 2010 at 9:51 AM, Simon Billis wrote: > >> > >>> > Why? > >>> > >>> That is a good question -

Re: [CentOS] Email Problem

2010-02-26 Thread Susan Day
On Fri, Feb 26, 2010 at 11:22 AM, Ross Walker wrote: > On Feb 26, 2010, at 9:34 AM, Susan Day wrote: > > > I've not done this before. Here's what I did. Please see if this looks > correct: > > [root]# telnet <http://mail.mydomain.com>mail.mydomain.com 25 &g

[CentOS] Upgrading Python with Yum

2010-03-22 Thread Susan Day
Hi; I have an old version of Python (2.4.3) and I'm trying to upgrade (to 2.6); however, when I try yum upgrade python it tells me that it's already got the latest and greatest...presumably of 2.4.3. I've tried yum list python and it only gives me the 2.4.3. Are there no others? Do I have to build

Re: [CentOS] Upgrading Python with Yum

2010-03-22 Thread Susan Day
On Mon, Mar 22, 2010 at 10:08 AM, Akemi Yagi wrote: > On Mon, Mar 22, 2010 at 6:51 AM, Susan Day > wrote: > > Hi; > > I have an old version of Python (2.4.3) and I'm trying to upgrade (to > 2.6); > > however, when I try > > yum upgrade python > > it t

Re: [CentOS] Upgrading Python with Yum

2010-03-22 Thread Susan Day
On Mon, Mar 22, 2010 at 10:47 AM, Akemi Yagi wrote: > In a package-based distro like CentOS, installing from tarballs is > strongly discouraged. Please also take a look at: > > http://wiki.centos.org/PackageManagement/SourceInstalls > > Yeah I know. Thanks for the link. I've tried this: yum --en

Re: [CentOS] Upgrading Python with Yum

2010-03-23 Thread Susan Day
On Mon, Mar 22, 2010 at 9:11 PM, Jim Perrin wrote: > On Mon, Mar 22, 2010 at 7:31 PM, John R Pierce > wrote: > > > If you absolutely have to have 2.6 for some user application, I would > > compile and install it to run somewhere else, like /usr/local/python26 > > or /opt/mystuff/python26 > > The

[CentOS] OT: Strange Email Problem

2010-05-21 Thread Susan Day
Hi; I have an email form that worked fine until now. For some reason, if I send an email to an email address at a domain that I control, I can receive the email TTW no problem. However, if I try and push it to, for example, this gmail account, I never get it. It's not even in the spam filter. What

Re: [CentOS] OT: Strange Email Problem

2010-05-21 Thread Susan Day
Replies to all replies: Richard asks: > is the "domain you control" on the same machine as the form > submission site? Yes. > was this machine recently upgraded to 5.5? > [the 5.5 upgrade included sendmail and as a > result could have had an impact on your sendmail.cf > (depending on what

Re: [CentOS] OT: Strange Email Problem

2010-05-22 Thread Susan Day
With regard to Richard's comments, I will get in touch with my server farm (or garden, small company) that handles the same. Regarding Simon's comments, these DNS packets have got to be teeny tiny. This is plain text and very little of that. Your response was full of terms I didn't understand and

Re: [CentOS] OT: Strange Email Problem

2010-05-25 Thread Susan Day
On Sat, May 22, 2010 at 1:02 PM, Bart Schaefer wrote: > On Sat, May 22, 2010 at 6:42 AM, Chris Geldenhuis > wrote: > > > > The records that Richard was talking about was not that of your actual > > mail, but the Domain Name Service (DNS) records required to find the > > destination server and for

[CentOS] Upgrading MySQLdb

2010-06-26 Thread Susan Day
Hi; I've got MySQLdb installed (bridge to Python) and I can't figure out how to upgrade it. I did a find and got these paths: /usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/mysqldb.py /usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchem

[CentOS] Upgrading MySQL

2010-06-28 Thread Susan Day
Hi; I'm trying to install django and got this error: django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is required; you have 1.2.1 So then I tried yum upgrade mysql and got this: No Packages marked for Update Please advise. TIA, Susan