Server :: Sendmail: Stat=Deferred: Connection Reset By [127.0.0.1]
Mar 17, 2010I see in /var/log/maillog this error and I do this checks:
[Code]....
I see in /var/log/maillog this error and I do this checks:
[Code]....
I am using localhost for only send the email, its send mail outside domain like my gmail or yahoo accunt. but its not send my domain user account. the error comes when i see the logs is: stat=Deferred: Connection refused by [127.0.0.1]
View 3 Replies View RelatedFor some reason my mail server (Postfix) seems to have stopped delivering mail.
The error in the mail logs is "status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: Connection refused) against all mails.
I have researched to try and find an answer, most information on this problem seems to point to a malfunction in the Anti Virus and Spam Filtering solution.
I have checked that Amavisd and Clamd are both operating and have restarted Postfix but all to no avail, squirrelmail is not working either.. ie not even producing a login page.
I have not changed anything in the config and am just wondering if anyone has experienced similar and could point me in the right direction of a solution.
Many of mails sent from my mail server that are in Queue;The main reason is deffered by domains like yahoo,aol,etc.but there is one more error that i keep getting and that is Host Unknown,Below is an example from mail log,The catch is,test mail sent on the same email id sent from my personal mail from the same server i.e. url was deliveredHowever,another mail containing client information sent from customercare@mycompanysdomain ended up in queue.
There are more examples of the same,around 20 domain have the same problem.
Sep 7 14:33:46 server2 sendmail[24591]: n8793jiC024589: to=<abc@xyz.fi>, delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=163672, relay=xyz.fi., dsn=5.1.2, stat=Host unknown (Name server: xyz.fi.: host not found)
Sep 7 22:09:42 server2 sendmail[6407]: n87Gdffa006403: to=<abc@def-fgh.com>, delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=152474, relay=def-fgh.com., dsn=5.1.2, stat=Host unknown (Name server: def-fgh.com.: host not found)
i'm using fedora 13 OS and installed web invoice application in my server. whenever i open the site, the problem on "connection to the server was reset..." is persistent. i was advised to clear the cache which i did. it work for a while but with just a few page loaded the same problem occur and i need to clear the cache. again i found a suggestion in the internet to add post_max_size = 48M file_uploads = On upload_max_filesize = 192M to the php5.ini. i also did this in my server, but the same problem occurs.
View 6 Replies View RelatedI run a small website, and the customers need to contact me from our website,and I run sendmail, but I get lots of spam, they use my sendmail to send spam, here is the ps aux: all those url are spam url, and slow my vps down.I believe I need to use SMTP to accept connect so that my customers can contact us from our website, (plz correct me if i'm wrong..I'm new to those stuff..)by the way, we did not need to receive any email from the sendmail server,
View 2 Replies View RelatedI have a pop server OS RHEL 5.3 64 bit it's uses fetchmail for downloading our users mails and relay it to our exchange server. Now my question is I have some deferred mails in rhel pop server mailq and I want to forward those deferred mails on my admin email id
View 2 Replies View RelatedWhen I try to connect to cvs server this is the error message I get.
I also tried cvs -d server:newuser@localhost:/cvs/CVSROOT login but getting the same result
My repository is in /cvs/CVSROOT
I also tried changing /etc/xinetd.d/cvs with different options, current it looks like this:
And my /etc/xinetd.conf is
cvspserver stream tcp nowait root /cvs cvs --allow-newuser=/cvs/CVSROOT pserver
defaults
# The next two items are intended to be a quick access place to temporarily enable or disable services.
#
# enabled =
# disabled =
I am a system administrator and i have configured squid server at the server side.Now i am facing a problem that these two websites are not accessible through squid transparent proxy server while they are accessible when changing the gateway.The websites are following:-
[URL]
This type of error message comes ERROR The requested URL could not be retrieved While trying to retrieve the URL: [URL] The following error was encountered: * Read Error The system returned: (104) Connection reset by peer
I realized there are often weird yahoo connection on my mail server (SCALIX sendmail).
on ps aux | grep yahoo , i get a lot of connections such as these:
I get about a dozen of it, i think it is taking up my connection, anyone has any idea why how these connections appear? Is it because of my server's security loophole?
when i run "sudo startx" i get the message:
"(= Log file: "/var/log/Xorg.0.log", Time: Sat Oct 2 15:33:49 2010
(= Using config file: "/etc/X11/xorg.conf"
(II) Module "ddc" already built-in
[code]....
Fatal server error:
no screens found
waiting for X server to begin accepting connections giving up.
xinit: Connection reset by peer (errno 104): unable to connect to X server
xinit: No such process (errno 3): Server error."
My version of ubuntu is 8.04 and the video card is 82G33/G31 Express Integrated Graphics Controller.
when i ran amcheck DailySet1 as backup user and got these messages:
[Code]....
i got this problem every time i open the particular web page after i have opened some pages in my server. when i start to log in again in the same site, the problem pops up although this was not so when i first logged in. i was advised by the personnel in the web host to clear the cache in my browser which i did, then, i was able to log in again. however, when i reached the particular page again, the problem on "connection to the server was reset" erupts. i found in a suggestion in the internet to add this code in the php.ini which i also did post_max_size = 48M file_uploads = On upload_max_filesize = 192M
View 2 Replies View RelatedI 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
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.
I'm having problem running open SSH. I have installed SSH, on my system, but when I run:ssh localhost.I get the error :Read from socket failed:Connection reset by peer.I get that same error when trying to connect from a different local computer.When I attempted to restart the service by typing: sudo /etc/init.d/ssh restart.I proceeded to generate a new set of keys by running, ssh-keygen -b 1024.But I get the same errors after doing so.
View 1 Replies View RelatedI'm still kind of a linux newb, so I might just be missing a little bit of knowledge here, but I've been having some real problems getting my machine to connect to my wireless network under Ubuntu 9.04.
Here are my basic specs:
Intel Pentiumâ„¢ 4 CPU @2.66 GHz
1.5 GB RAM
3 HDDs: 1 40GB Maxtor internal, 1 320GB WD internal, 1 160GB Maxtor USB external.
OSes: Windows XP Home Edition (on Maxtor internal drive) Ubuntu 9.04 (on WD internal drive)
I don't think my video card would make any difference, so I won't list it on here...
Anyway, what happens is I try to connect (I select the network SSID from the pull-down list in the NetworkManager panel menu), and it seems to connect okay to the router, but I can't get out to the net. I can pull up a terminal and ping the router's address, but I get a "Destination Host Unreachable" message. It's as if, to the computer, the router isn't even there on that level, but it can still somehow connect to it.
Now, here's the strange part. If I reset the router from another (Windows) computer on the network (specifically, the one with a wired connection to it), then I can connect just fine and I can get out to the internet.
Even if you don't know specifically, but have some good ideas as to what might work, that's fine too. I hate having to do this every day, as it affects everyone's internet connection. Granted, it's not like I'm in a strict business situation with tons of machines and multiple access points, but there are 3 of us in the house and we all share internet access from the same router (as I'm sure most people do), and I feel kind of guilty having to interrupt everyone's connection, if even only for about 30 seconds just so I can get a net connection under Linux.
Windows connects to the router/internet just fine, btw. No problems there. I'm also using a NetGear WN111 USB wireless adapter, with the Windows drivers under ndiswrapper.
I am trying to get fedora-ds running on a machine. I can't log onto the console at all. If I use the command line below the log shows multiple instances on the following lines. fedora-idm-console -D 9 -x nologo
[Code]......
Why do I keep getting this error when I try to search something on google. It happens when my query has around five or more words. If a search for just one or two words I don't get the error. I know it's not google because it happens with bing, msn, and yahoo too. The connection was reset The connection to the server was reset while the page was loading.
* The site could be temporarily unavailable or too busy. Try again in a few moments.
* If you are unable to load any pages, check your computer's network connection.
* If your computer or network is protected by a firewall or proxy, make surethat Firefox is permitted to access the Web.
My system just crashed.
kduffy101@kduffy101-desktop:~$ firefox
WARNING: pipe error (3): Connection reset by peer: file ./src/chrome/common/ipc_channel_posix.cc, line 404
Segmentation fault
kduffy101@kduffy101-desktop:~$.
I've happily been using rdesktop to access my MS Vista desktop from Ubuntu (Hardy) for a few months until a couple of days ago when it stopped working. Now if I try connecting I get the following:
[Code]....
I don't believe anything's changed on the client (Ubuntu) side. The Vista box is occasionally connected to a corporate intranet via VPN and it was after such a session that rdesktop stopped working, so perhaps a Windows group policy was modified during the session. I've checked the basics - can ping 10.1.1.2 from Ubuntu, can access port 3389. Have deleted ~/.rdesktop and ~/.tsclient.
Digging around the Vista client I noticed in Control Panel > System Properties > Remote that in the Remote Desktop sub-panel the Allow connections only from computers running Remote Desktop with Network Level Authentication setting is enabled and that the other two are greyed out. Now, I don't know whether this setting has been changed but I suspect that it might be the problem.
Unfortunately, I don't know enough about Windows to know how or even whether I can change this setting to Allow connections from computers running any version of Remote Desktop (less secure) I've poked around the group policy editor (gpedit.msc) but no joy.
Is the following sendmail scenario possible? If yes, what modification(s) should be made, in order to work?
system1 with host1 - where the sendmail is executed
system2 with host2 - where the destination email address is stored
When trying to sendmail from host1 to an email address stored on host2. but with the format username@host1, the sendmail service returns Connection refused by host1.
I am running Ubuntu (Karmic) and did the command: "sudo apt-get install ssh", In an attempt to download, install and setup OpenSSH. This installed both the client and server and during setup actually brought the daemon up and running as well. I then attempt: "ssh <myusername>@localhost" and it prompts me with a password. I enter the password, hit enter and immeditaly see the following results:
Read from remote host localhost: Connection reset by peer. Connection to localhost closed. I'm fairly certain that it is not on the client end as I can connect to other machines through ssh. I've tailed all the logs, messages, dmesg etc and nothing seems to be out of order, or even remotely related to shh or connections etc. My desktop machine had no (as in zero) issues installing and setting up OpenSSH, and connections can come and go as normal.
I want to connect my blackberry mobile phone to connect with my Sendmail / Dovecot service... Is it require some extra settings??
View 3 Replies View RelatedWhen I do an amcheck, I get this Amanda Backup Client Hosts Check WARNING: noname.com: selfcheck request failed: recv error: Connection reset by peer Client check: 1 host checked in 0.022 seconds. 1 problem found.
I am using bsdtcp. I get an ack error if I switch the client to bsd authentication. What should I do, how do I fix it? I read that I should enter servers address to hosts file in /etc/ directory? Here is the log in /var/log/messages:
[Code]....
I'm having some trouble uploading large log files to our server using perl. We are required to upload files larger than 2GB (regardless of how infeasible that sounds). I have tried the same thing on two different servers:
Code:
1. Linux 2.6.32-24-generic #39-Ubuntu 10.04 i686 GNU/Linux Server version: Apache/2.2.14 (Ubuntu)
2. Linux 2.6.5-7.244-smp #1 SLES_9 x86_64 x86_64 x86_64 GNU/Linux Server version: Apache/2.0.49 Smaller files upload without issue, however when a file larger than 1048576000 bytes is sent to be uploaded, the browser immediately fails, yielding this:
Code: This web page is not available. The web page at blah might be temporarily down or it may have moved permanently to a new web address. Below is the original error message: Error 101 net::ERR_CONNECTION_RESET): Unknown error. The apache log gives some indication of the file size limit:
Code: Requested content-length of 5954683941 is larger than the configured limit of 1048576000 However, I have looked through the apache config files and can't seem to find where this setting for content-length is. Is there an absolute maximum setting for file uploads in apache? Is it also possible that this is actually caused by a Perl error?
When I boot , I find a line: starting deferred execution scheduler: atd failed. How to do with it? I use Debian 6.
View 1 Replies View RelatedI have sendmail running (quite well) on my ubuntu box. It worksfine with Thunderbird locally. It runs fine with a few other MUAson (allowed) remote machines. It has one small problem I have notbeen able to clear up: it will not send mail that is initiated bythe 'mail' program locally. It gives me a "[127.0.0.1 connectionrefused] error in the logs. The /etc/hosts file is fine (as faras I know). The sendmail.cf file has been rebuilt from sendmeil.mc.'hostname' and 'dnsdomainname' return proper values. Okay, I'mstumped and looking for another set of eyes on the problem.
View 2 Replies View Relatedfigure out this error?
Code:
kradalby@hpcompaq6530b-laptop ~/.ssh $ ssh -vvv -p 110 kradalby@dfekt.no
OpenSSH_5.5p1 Debian-5+b1, OpenSSL 0.9.8o 01 Jun 2010
[code]....
"Read from socket failed: Connection reset by peer" after installing latest version of openssh under debian. What to do?
View 5 Replies View Related