General :: Unable To Use Sendmail Utility In UNIX Environment

Jun 28, 2010

In order to use the sendmail utility, I created a text file as xxx.txt with the following entries:

From:abc@abc.com
To:to@to.com
Subject:This is the subject

Then from the command line I ran the following command :

/usr/lib/sendmail -t -i << EOM
Then something like > came as a return where I wrote `cat xxx.txt`

Then again something as > appeared where I put EOM and then the command prompt retuned back. However, I failed to receive any mail.

View 2 Replies


ADVERTISEMENT

General :: Migrating From UNIX Environment To Redhat Rel 5?

Jan 23, 2011

The development sever of the project i am working on, currently has the source codes on a UNIX HP_UX operating system with oracle version 9i. it needs to be migrated to LINUX redhat OEL rel 5, with oracle version 10g . As i am a complete newbie to this, Could anyone please tell me what are the important things to be done as a part of migration, to make the new environment complete? i have transfered the source codes to new server, installed the required compilers and have almost completed with oracle 10g installation.

View 3 Replies View Related

Programming :: C Program In Unix Environment?

Jan 12, 2011

my instructor gave me a project in c programming language, the probelem i don't have a c program combiler and i don't have a unix os on my computer, and my knowledge in c program is soo weak i took it years ago, i have this code but it does't compile on Dev-C++ on Windows OS, so if you just help me out with this program:

#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>

[code]....

View 5 Replies View Related

Ubuntu Networking :: No Unix/Mac Systems Visible In Network Environment?

Feb 13, 2010

I am using Ubuntu 9.10 and I've installed a Samba Server. Unfortunately I can't see any Linux/Unix/Mac systems in the networ environment. Only the Windows computers are visible.

View 1 Replies View Related

Ubuntu Networking :: Unable To Ssh To A Unix Box From Laptop?

Oct 2, 2010

I was able to ssh to a unix box from my laptop (I generated public and private keys and copied the public keys to the remote machine). Is it normal that I cannot ssh from the unix machine to my laptop? I expected that I could log in from both machines to the other. I am running ubuntu on my laptop and the other machine has redhat.

View 6 Replies View Related

General :: Sendmail Error / Unable To Work On WAN / Can Send Mail But Not Able To Recieve Mail?

Nov 15, 2010

I had configured sendmail on linux 5.2, Iam using public ip and my domain is registered[linuxforfreshers.info]. I am facing a issue that when I mail with the user sumit@linuxforfreshers.info then I am able to do it. But if somebody tries to send mail to the same user then it bounce backs. I had made the entry of domain in /etc/mail/local-host-name and also I put ok in /etc/mail/access.The mails are working properly with in LAN. But not able to work on WAN only I can send mail but not able to recieve mail.What else I need to do.

View 6 Replies View Related

Ubuntu Installation :: Cpuid Utility Is Not Compiled With U9.04 And Utility Is Not Available As Package With Synaptic?

Feb 5, 2010

cpuid utility is not compiled with U9.04 and the utility is not available as a package with synaptic -
other distributions have it available as rpm . url

Any way to run this utility in the Debian world?

View 2 Replies View Related

General :: Sendmail-2 - Wrong Number Of Instances Of Process Sendmail - Expected Instances Equal

Jun 15, 2011

I have bees assigned a problem which states that :

sendmail-2: Wrong number of instances of process sendmail:, expected instances equal 1 but found 0

THats it...what exactly this means and how should i proceed for solving this problem...

View 1 Replies View Related

Fedora Installation :: NVidia Driver - Unable To Find System Utility

Jun 15, 2009

I am a new user of Fedora 11. I am a Ubuntu user and could not get my GeForce 9100 on board graphics to work on my new computer with out crashing my computer so I decided I would try fedora. I downloaded the driver from NVidia and I am attempting to install it (Fedora didn't automatically find the driver). I get the following message:
"Error Unable to find the system utility 'ld'; Please make sure you have the 'binutils' installed. If you do have the bin utils installed, then please check that 'ld' is in your PATH."
I am running the driver from $Download as root. I don't know what ld or bin utils is or the check if I have it or if it is in my PATH.

View 9 Replies View Related

Ubuntu :: Palimpsest Disk Utility Unable To Read SMART Status

Apr 14, 2010

Palimpsest Disk Utility was working fine able to read the SMART status of my hard drives till I rebooted my machine. After rebooting Palimpsest Disk Utility reports SMART is not available. Any way to get it to start working again?

View 3 Replies View Related

Ubuntu Installation :: Dell System: Unable To Start Utility Partition

Jun 20, 2010

The system is a Dell 530n. It came preinstalled with Ubuntu 8.04. I didn't care for the way Dell handled its repositories (they don't keep them current) so I installed Ubuntu 10.04.

Now when I select "F12 Boot Options" while the BIOS is bringing things to life, I still get the various boot options, however, when I select "Utility Partition" all I get is "Not found. No boot device available."

For those not familiar, the Dell Utility Partition is a hidden partition that has various utilities to help troubleshoot hardware problems.

What did Ubuntu 10.04 do and how do I fix this?

View 3 Replies View Related

Server :: Unable To Publish Application On Citrix Xenapp 4.0 (Unix Version )?

Apr 28, 2011

i have installed solaris 10, on solaris i have deploy citrix xennapp 4.0 (Unix Version). installation complete successfully,but now i want to publish an application on citrix for publishing application on citrix there is command #ctxappcfg when i run above command in terminal below error showingctxappcfg: not foundso anyone has publish application on citrix plz let me know how to deal with above error tried searching google but there is no much information on citrix.

View 1 Replies View Related

Server :: Sendmail Unable To Start In Cent OS 4.6

Apr 9, 2010

When i issue the command "service sendmail start", it just shows me "starting sendmail..." and waits forever. please have some point on it.

View 4 Replies View Related

Software :: Unable To Login Squirmail (sendmail)

Aug 20, 2010

i have installed sendmail, but when trying to log in got an error

ERROR
Error opening ../data/default_pref

Could not create initial preference file! /var/local/squirrelmail/data/ should be writable by user apache contact your system administrator and report this error.

View 5 Replies View Related

General :: Safe To Remove Sendmail By Running "yum Erase Sendmail" And Let Postfix Handles "mailx" Also?

Sep 5, 2010

I have installed postfix and dovecot on my server and thought postfix will not only take SMTP connection from my e-mail client like Outlook, but also handles "mailx" commands from the server. However, it looks like sendmail is still responsible for sending mails from "mailx". I tested this by turning it on/off using "service sendmail stop" and "service sendmail start". Mails sent using "mailx" will only be sent when sendmail is up. When I did "yum info sendmail", it lists sendmail as an installed package. Is is safe to remove sendmail by running "yum erase sendmail", and let postfix handles "mailx" also?

View 3 Replies View Related

Ubuntu :: Unable To Install Rpm File (sendmail-8.9.3-15.i386.rpm) / Fix It?

Apr 27, 2011

I wrote a script which send email from linux box.

While i am execute this script i am getting the following message.
/usr/sbin/sendmail: No such file or directory

after searching some posts , i got to know that we should install an rpm file required for sendemail.

i downloaded the file from well known websites. and tried to install using rpm command

rpm -U --nodeps <rmpfilename> --force.

I am unable to install the rpm file, even i am not getting the error meesage on the prompt.

Is there any way to check why the rpm is not getting installed.or there are any pre requisites to install this send email rpm.

prior to this i installed mail rpm on th linux Box

View 2 Replies View Related

Networking :: Unable To Send Mail From Server To Outside Using Sendmail?

Jun 1, 2011

I have configured Sendmail client to send mail to outside network ( Within local domain ), but i am unable to send any mail as i am getting the following error,

[root@cclx10 mail]# cat test |sendmail -v abhilash-o.padmanabhan@hp.com
abhilash-o.padmanabhan@hp.com... Connecting to [127.0.0.1] via relay...
abhilash-o.padmanabhan@hp.com... Deferred: Connection refused by [127.0.0.1]

I have the following configuration in my "/etc/sendmail.cf" file

# SMTP daemon options
O DaemonPortOptions=Port=smtp,Addr=15.146.237.113, Name=MTA

And netstat is showing that sendmail is listening on Port 25 on the IP address which is mentioned.

[root@cclx10 mail]# netstat -an |grep 25
tcp 0 0 15.146.237.113:25831 0.0.0.0:* LISTEN
tcp 0 0 15.146.237.113:25 0.0.0.0:* LISTEN

View 1 Replies View Related

Fedora :: Unable To Send Mail Since Sendmail Package Update

Jun 25, 2011

the sendmail packages on my f15 server were updated from 8.14.4-20 to 8.14.5-1 yesterday. since then, every attempt to send mail via a smart relay have failed with :

Jun 25 14:05:10 server sendmail[23512]: p5PD59jr023512: from=root, size=208, class=0, nrcpts=1, msgid=<201106251305.p5PD59jr023512@server.{fromdom ain}>, relay=root@localhost
Jun 25 14:05:10 server sendmail[23513]: p5PD5A8l023513: from=<root@server.{fromdomain}>, size=480,

[code]....

i've tried using various different smtp relays and they all now throw the same error. without going through all my sendmail config, i have the following entries in /etc/mail/sendmail.mc :

define(`SMART_HOST', `{smtp server}')dnl
FEATURE(`authinfo', `hash /etc/mail/authinfo')dnl

and the /etc/mail/authinfo file contains :

AuthInfo:{incoming mail server} "U:{user}" "P:{password}"

View 1 Replies View Related

Server :: Sendmail Rely Agent Unable To Send The Mail

Jun 21, 2011

I try to configure nagios server in my network. In nagios server I need to configure sendmail rely agent. I configured sendmail like given below

Code:

dnl #DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
define(`SMART_HOST', `mail.mydomain.com')dnl
define(`RELAY_MAILER_ARGS', `TCP $h 25')dnl
define(`ESMTP_MAILER_ARGS', `TCP $h 25')dnl

[code].....

View 1 Replies View Related

Debian :: Unable To Change Environment Variables

Dec 17, 2015

I installed debian 8 on a usb drive using this guide. I used a debian 8.2 64-bit image with mate. It has all worked as I wanted it to. However recently I needed to change the PATH variable, and create another environment variable. I have not been able to do neither. What I have tryed (from google):

1. adding "export PATH=$PATH:/xxxx/" to etc/profile or to /home/user/.profile
2. adding ":/xxxx/" to a point in /etc/profile where the PATH variable is set
3. creating a script in /etc/profile.d which run "export PATH=$PATH:/xxxx/"

(where xxxx is the the location i want to add)

View 7 Replies View Related

Fedora :: Script Unable To Set Environment Variables

Nov 24, 2010

I've never done much scripting myself and I'm quite unused to the bash as well, but anyway, Here's my problem.

I've a script which is supposed to set some environment variables, using export. However, if I check those variables using echo, they appear not to be set (they are empty). If I set the same variables manually, everything is fine, of course, but I don't want to set them each time manually.

View 6 Replies View Related

Ubuntu :: Unable To Login - After Installin Kde Desktop Environment

Aug 15, 2011

I have installed ubuntu 10.10(gnome desktop environment),in my laptop..everythin was workin well for the past two months...recently,i added kde plasma desktop environment,via ubuntu software centre..now,when i try to log into ubuntu,there is an error message stating "gnome power manager have not been installed correctly.please contact your system administrator",on the topmost right edge of the screen...i tried various commands like,

But,nothing has solved my problem..many suggested that it may be due to low drive space..but i cant use the mv commands too..really,i'm so helpless and its been three days,after usin my laptop..

View 1 Replies View Related

Networking :: Sendmail Unable To Send Message To External Servers (e.g. Hotmail,gmail Etc)

Jun 30, 2011

I am trying to send an email by sendmail (ubuntu) to external servers, but unable to send. following is what i am trying to do and what i got the response:

sendmail -v xxx@hotmail/gmail.com < mail.test
where mail.test contains
[COLOR="rgb(105, 105, 105)"]
From: bla@bla.com

[code]....

View 2 Replies View Related

Server :: Sendmail M4 Configuration Base Directory /usr/share/sendmail-cf Was Not Found

Nov 1, 2010

I am using webmin for my daily tasks. I have fedora 13, whenever I click on ''Sendmail M4 Configuration'' or Outgoing Addresses (generics)'' I get the following error message

Quote:

The Sendmail M4 configuration base directory /usr/share/sendmail-cf was not found on your system, or is not the correct directory. Maybe it has not been installed (common for packaged installs of Sendmail), or the module config is incorrect. I read documentation at sendmail.org, it seems that structure of directories for send mail has been changed in version sendmail-8.1.4 shipped with FC13. In webmin config module we have

Quote:

Sendmail M4 base directory = /usr/share/sendmail-cf

which is not there. I did a locate / sendmail-cf on the command line, it finds nothing

View 17 Replies View Related

Ubuntu :: Unable To Use FS-cache In PXE-booted Environment - Nfsmount: Bad Option 'fsc'

Jan 28, 2011

I've installed a diskless Ubuntu system with the latest 64-bit Maverick kernel, by following the instructions found here:

[URL]

However, the clients are not diskless and I want to take advantage of this by using a local cache of the nfs-mounted filesystem. I'm using fs-cache and the cachefilesd package for this purpose. Of course I want to cache the whole root file system and in order for that to work, the filesystem must be mounted with the "fsc" mount option.

Hence, in my fstab I have the following entry:

Code:
/dev/nfs/ nfsfsc1 1

However, I can easily verify that the fsc mount option is not being used when mounting the root system:

Code:

# cat /proc/fs/nfsfs/volumes
NV SERVER PORT DEV FSID FSC
v3 81102339 801 0:17 562aac732e56f8ac no

If I mount an nfs share manually after booting then it will use the fsc flag without any problems. However, I'd rather not try to remount the root file system, even if that might work.I also learned that there's a special kernel option called "rootflags" that specifies the mount options for the root file system, so I tested modifying the kernel boot parameters as follows:

Code:

append root=/dev/nfs rootflags=fsc initrd=ubuntu-boot/initrd.img-2.6.35-24-generic nfsroot=11.22.33.44:/data/nfsroot ip=dhcp rw

However, the root file system is still mounted without the fsc option.What do I need to do to enable the fsc mount option so that fs-cache will work?

Update: According to the manpage for initramfs-tools, you should be able to specify the NFS mount options as a kernel parameter using NFSSERVER:NFSPATH:NFSOPTS, but I suspect this is not correct -- when I test it only works if I use the format NFSSERVER:NFSPATH,NFSOPTS. Perhaps the manpage needs to be updated?

The following manpage for NFS does not list fsc as one of the options [URL], the following does:[URL] this because it's two different versions? When I try to use the fsc option, I get the following error:

Code:

nfsmount: bad option 'fsc'

View 2 Replies View Related

Software :: Sendmail Segfault (ssmtp) On Gentoo Through Gmail - Can't Send Mail: Sendmail Process Failed

Jul 13, 2010

I have been trying to set up ssmtp so I can send email using Gmail's ssmtp servers. However, when I try to send mail (using mailx), I get the following message:

Code:

Can't send mail: sendmail process failed

Here's the last line from dmesg (the only one applicable, according to the timestamps and message content):

Code:

[484114.608378] sendmail[17975]: segfault at 0 ip b7dbbbf3 sp bfb0dc4c error 4 in libc-2.11.2.so[b7d44000+14e000]

Here's my ssmtp.conf:

Code:

#
# /etc/ssmtp.conf -- a config file for sSMTP sendmail.
#

[code].....

View 2 Replies View Related

Fedora Servers :: Sendmail[31427]: Unable To Open Berkeley Db /etc/sasldb2: Unknown Error 13

Sep 7, 2010

I've been using cyrus and sendmail together for a very very long time now. Just recently I upgraded to fedora 13 and now my virtual users can not send email from the /etc/sasldb2 passwords. I get in the /var/log/messages sendmail[31427]: unable to open Berkeley db /etc/sasldb2: Unknown error: Its weird that they can still log in and get email from imapd.conf

sasl_pwcheck_method:auxprop saslauthd
sasl_auxprop_plugin: sasldb
sasl_mech_list: LOGIN PLAIN CRAM-MD5 DIGEST-MD5

[code].....

I even tried re-creating sasldb2 and sasldblistusers2 shows my two users 'one' that is also a local user account and the saslauthd authenticates when sending emails, but the virtual user 'two' can't send just only can log in to receive. /etc/sysconfig/saslauthd is set up as mech=pam. but I don't see how that would be relevant to this issue.

View 5 Replies View Related

Server :: Sendmail Not Reading Default Sendmail.cf ?

Apr 1, 2010

I recently modified sendmail.cf to use a third party SMTP server to send emails. It works great. But when I run sendmail from the command line, I have to specify the -C flag and force feed it the location of my sendmail.cf, or else it doesn't work.

So in other words, the following works great:

However, if I don't specify the -C flag, sendmail doesn't consider what's in the sendmail.cf and barfs:

I don't run sendmail as a daemon. I'm only using it to send emails. I know my modifications of sendmail.cf are correct because it works perfectly when I use the -C flag. I searched my disk to see if I could find another sendmail.cf on the machine and only the one in /etc/mail came up.

Why sendmail is not reading my sendmail.cf?

I'm running Sendmail version 8.14.2 on Fedora Core 8.

View 1 Replies View Related

Fedora Networking :: Can Access Unix Machine From Another Unix Machine?

Feb 23, 2009

i have been using samba to gain access into windows computer through my pc which has fedora 8 ..can i access the unix machine from another unix machine? is yes then what is the procedures ?

View 4 Replies View Related

General :: Ip Tracer Utility ?

Mar 17, 2011

Anyone having any idea of any utility or code in linux which is able to trace the ip addressof the user who have just viewed my webpage.

View 1 Replies View Related







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