A Simple Mail Transfer Protocol

Nov 13, 2008

A Simple Mail Transfer Protocol..

How to have one on my server?

View 4 Replies


ADVERTISEMENT

How Important Is A Secure Transfer Protocol (SSH/SFTP)?

Jul 25, 2008

I'm looking for a relatively cheap shared host, but I'm having trouble finding one with SSH/SFTP transfers. Everyone has FTP, but my concern is that FTP itself is not secure. I was reminded of this recently: http://www.43folders.com/2008/07/14/dump-ftp. Wikipedia documents this as well: http://en.wikipedia.org/wiki/Ftp#Security_problems. So with FTP, my passwords would be transmitted in the clear. (If I'm wrong, please correct me!)

I've been looking at Godaddy or 1&1*. 1&1 has a plan with SSH access that's about twice the cost of the plan I'm looking at. I'm not sure it's worth double the cost.

I'm to the point where I think I've overthought the variety of hosts, but in my estimation it's an important feature. Does anyone (dis)agree that it's important? Any other ideas of hosts?

*I was looking seriously at Bluehost also until I read some of their recent shenanigans here; thanks to everyone here for discussing their problems!

Also, to avoid the inevitable question of what I'm looking for in a host:
100 GB of space
1000 GB of bandwidth/month
Linux-based server
Apache server
10 MySQL databases
PHP (preferably 5)
Python support
Some sort of control panel interface
Good support reputation, preferably ticket-based and with chat support
Automated or easy Wordpress installation would certainly be nice.

View 11 Replies View Related

When Sending Mail To New Server, 550 Relay Not Permitted Is Returned. Simple Fix?

Mar 15, 2006

I've been working on this for some time now, but I'm not sure on how the settings were transfered over to this server. I wish I was there when it was done.

Anyways, we got a new server and we transfered all the accounts to the new one. The old one is gone. When people send emails to their email accounts on the server, this is returned:

This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

admin@crewxp.com

Technical details of permanent failure:
PERM_FAILURE: SMTP Error (state 9): 550 relay not permitted ....

View 6 Replies View Related

XMPP Protocol

Aug 5, 2009

What do you know of XMPP protocol?

Hqhost.net provides technical support via XMPP protocol aka Jabber for their clients.

View 2 Replies View Related

Pptp Protocol

Oct 31, 2008

I have a customer who created a subdomain and wants to redirect it to an address with pptp protocol. It doesn't seem to be working. When pointing to the subdomain, it will actually point to the designated destination IP, but it shows http instead of pptp. Am I assuming correctly that this is because you can't point to a pptp protocol in a browser?

View 5 Replies View Related

How I Can Disable SSHv1 And Set Protocol 2

Jan 22, 2007

i have a dedicated server

i install CSF ( firewall )
CSF give me Security Warning ( Check SSHv1 is disabled )

CSF Note : You should disable SSHv1 by editing /etc/ssh/sshd_config and setting: Protocol 2

How i can disable SSHv1 and set protocol 2?

View 5 Replies View Related

SMPP Protocol Implementation

Mar 18, 2007

how to set-up SMPP server for premium SMS purposes.

I got technical descriptions from mobile operators which say that it will work using TCP/IP connections and my server must support SMPP protocol.

How do I make my server to support SMPP protocol?

smsforum.net provides some APIs, test tools for download:
[url]

pear.php.net provides
1. Net_SMPP: SMPP v3.4 protocol implementation
2. Net_SMPP_Client: SMPP v3.4 client

It looks like this: my client sends SMS to the premium SMS number. Mobile operator makes connection to my server and transfers the content of this SMS. My server writes information to MySQL and returns answer depending of the SMS content. Mobile operator returns SMS to the user which contains information generated by my server.

I am getting lost. I don't understand what I have to install to make al this possible.

View 6 Replies View Related

Internet Protocol Address Management

May 6, 2008

I'm tired of our current method for doing this. Is there a program out there that can do IP management aross multiple subnets and many thousands of IP's?? I cant seem to find any that either dont cost an arm and a leg, or is just software. All the ones I find tend to be appliances, which isnt what I want.

View 2 Replies View Related

Switching Hosts.. How To Transfer Old Email To New Mail Server

Mar 4, 2009

I am switching hosts, and I have tens of thousands of emails on my old mail server that I need transferred to my new one. How can I do that?

View 9 Replies View Related

Error In Rsync Protocol Data Stream

Dec 6, 2008

I found a problem with the scheduled rysnc ...

I tried also to run it manually but there is an error.Command:

#rsync -avz --exclude=/proc --exclude=/backup -e ssh / user@user.bqbackup.comerver1

The error:

building file list ... rsync: writefd_unbuffered failed to write 4092 bytes: phase "send_file_entry" [sender]: Broken pipe (32)
multiplexing overflow 1:1075

rsync error: error in rsync protocol data stream (code 12) at io.c(681)

What should that be ? I didn't change anything in my server ...

View 10 Replies View Related

ZyWall Router: Which VPN (Virtual Private Network) Protocol?

May 19, 2009

My new router ZyWall USG 300 supports IPsec, OpenVPN and L2TP for VPN protocol.

I don't know which protocol to choose! IPsec afaik is more compatible (windows supports natively), altough less secure. OpenVPN is more "friendly" to configure.

View 6 Replies View Related

MySQL Error: Client Does Not Support Authentication Protocol

Jun 17, 2008

"Client does not support authentication protocol requested by server; consider upgrading MySQL client"

I upgraded from MySQL 4 to 5 and everything was fine for about a week. On Monday, I get the error above. From what I've read, this is the oldpassword/new password hash error that I can fix in about 2 minutes on my server. However, this is on a Parcom server, and Parcom has been sloooowww to react.

Can anyone think of another reason why this would be coming up? It's running fine on 3 other PCs that I run as a backup. I've dropped the database twice and rebuilt it twice, still with the same error. Ditto for the user/pass.

View 2 Replies View Related

Apache :: Intermittent Unknown SSL Protocol Error In Connection

Nov 5, 2014

We are hosting a Git server (using Gitolite v3). Our users are interacting with git over an https connection. Here's the relevant versions of software:

Apache 2.4.6
OpenSSL 1.0.1e-fips
Red Hat Enterprise Linux Server release 6.5 (Santiago)
git version 1.8.5.3 (Server Side)
git version 1.9.2.msysgit.0 (Client Side)

Users sometimes encounter an SSL error message when attempting to run git commands that talk to the server (e.g. clone, push, pull). The error message is "Unknown SSL protocol error in connection to servername:443". Users can usually simply try the command again, and it will then work successfully.

I've managed to capture a bit more output by setting the GIT_CURL_VERBOSE flag, see output below.

Code:

* Couldn't find host servername in the _netrc file; using defaults
* Adding handle: conn: 0x2587c40
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1

[Code] .....

View 6 Replies View Related

Realtime Transfer Of E-mail From Server To Server

Mar 28, 2007

I have a vps (CPANEL)... I would like to have incoming emails for a certain cpanel account transfer to another external server (after coming thru the VPS).

I store my emails on the external server and have more space there.

The reason behind this is:

I have spamassassin on my VPS and would like to run email thru that before it delivers on the external server. I do not have the capability to install spamassassin on the external server.

Is the above possible? How can I accomplish this?

View 2 Replies View Related

Simple CDN

May 30, 2009

anybody have any experience with SimpleCDN. We are considering using their Hurricane service to stream our media.

View 4 Replies View Related

DTH Is Simple Great

May 27, 2009

Because i have couple site hosted by both hosting company (DTH=downtownhost and TCH=totalchoicehosting) and have positive experience with them i needed to make decision who will be hoster for my new project.

The problem was by both company and by 99% others that traceroute command is not enabled by default and it is essential for my new project.

After exchanging a couple emails with both companies DTH was winner again because DTH allow on shared hosting traceroute command (in situation that you need it).

Answer from TCH was that only on VPS (semi-dedicated) is traceroute command possible and not on shared envirovment.

I must again praise DTH for the way how they handle with their customers and that they are ready to do everything for their customers. Not wonder that they are one of the greatest hosting company.

View 10 Replies View Related

Where I Can Get A Simple SSL Certificate

Aug 29, 2008

where I can get a simple SSL certificate for my web hosting business? So my customers feel safe on submitting their information. Is the standard SSL from GoDaddy pretty good?

View 14 Replies View Related

VPS Down After Simple Reboot

Jan 23, 2007

So I was trying to run a backup process in Plesk 8.1 and the whole panel froze up on me (it's happened numerous times before).

Anyway, since the panel was all frozen up I just went into SSH and did a simple "reboot" (also, as done before many times). Only problem is, this time after I did the reboot the server never actually came back online... it seems to be locked up or something, I have no idea what.

I called my host and they are looking into it but they have no idea what's going on either and it's taking them forever to figure it out all the meanwhile my sites are down.... this isn't good.

Does anyone have any suggestions or advice as to why this could be occuring?

View 2 Replies View Related

Simple SSL Doubt

Sep 4, 2007

I have an ssl issued from my domain company and i have hosting in another company.

I have created an CSR with my hosting, submitted to mine domain company so i can have the ssl, and installed in my hosting company.

But now i want to change mine hosting because the hosting company doesn't accept chained certificates..

So if i change mine hosting i could mantain mine old ssl ? or what does i need to do?

View 6 Replies View Related

Simple Ftp Command

Jul 24, 2007

using ftp via unix command, how do you get all files and sub directories?

get *.*? but will that get sub dir?

btw, how do you get it to switch between ascii and binary for images? does it do that automaticly?

View 1 Replies View Related

Simple Request

Jun 12, 2007

Can you see if my site will load for you:
[url]

Then (if it loads) post the stats from the bottom of the page:
Page creation time: (Numbers)

And:
Your Os:
Your Browser:

Some people say my site won't load or is loading slowly for them, but I have no one to test it, thanks. If possible, I need quite a few tests.

View 4 Replies View Related

Experiences With Simple DNS Plus?

Oct 3, 2007

We are looking at this software. Seems easy enough, secure enough.

Experiences with Simple DNS Plus?

View 2 Replies View Related

Setting Up A Simple Server

May 21, 2009

when I get a server it comes with cPanel and I don't have to do much to get it going, but this time I don't need all the bells and whistles. What should I do to get a server with only CentOS to start running a pretty simple web server that just listens on whatever ip? I just want it to run php,mysql, and a web server which I know how to setup already. What I want to know is what else is necessary to setup? Resolvers, the hostname, bind, named, etc?

View 2 Replies View Related







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