Secure Mail Forms

Nov 5, 2009

what i'm trying to do:

vistor enters personal information into a mail form, they select "Submit" and the information travels securely to the web site database.

what would be the best way to go about making that secure?

View 5 Replies


ADVERTISEMENT

Emailing From Php Forms

Dec 6, 2007

I have one domain that is having issues sending e-mail from any php forms, etc. They do have their MX records pointing out to a different service...is there anything special I need to have them do in order for this to work?

Also, do I need to check or uncheck "Always accept mail locally even if the primary mx does not point to this server."

I'm running Cpanel 11

View 5 Replies View Related

Would You Like To Monitor Your Web Forms Functionality

Jul 15, 2008

Considering a web site could be completely useless without its web forms working as expected, and the uptime reports do not verify them at all, I would like to know if you people, consider it important.

View 1 Replies View Related

My Webhost Suddenly Does Not Allow Php Contact Forms

Jun 20, 2007

My Webhost suddenly does not allow php contact forms! Instead, they expect me to change all forms on 16 sites hosted by them to use a phpFormMail solution they provide. It's a real hassle.

View 10 Replies View Related

Blacklisted Because Of Legitimate Email Sent Via Web-based Forms

Jan 30, 2008

Scenario:

Client has a nice website with a "contact us" online form. The form itself is secure (no injection attacks etc) and simply collects some data from the site-user, and emails that data to the site owners email address.

This email is sent using php "FROM" the siteusers email address (eg: random@gmail.com etc), so that when it arrives with the site owner, they can simply hit reply etc.


However - the site owners email is protected by "FrontBridge" (aka Microsoft), and suddenly they stop receiving such form-mail.

Response from FrontBridge is
"If the IP that is sending these emails does not have the domain names that it is sending on behalf of registered to it, it can not send to our domain as it will be picked up and flagged as spam. " They then indicate that too much of this so called "spam" will result in a blacklisting - which is what seems to have now happenned.

Pretty unfair I'd have thought, and probably how MOST web based form2email scripts are setup.

View 7 Replies View Related

How Secure /tmp On Vps

Jul 26, 2009

how can i secure my tmp on vps?

mount -o loop,noexec,nosuid,rw /dev/tmpMnt /tmp

it isnt work on vps and i have this error:

[root@ dev]# mount -o loop,noexec,nosuid,rw /dev/tmpMnt /tmp
mount: could not find any device /dev/loop#

View 4 Replies View Related

I Cant Secure My /tmp

May 5, 2009

i want to secure my /tmp and do this:

so i try this link
[url]

so:
cd /dev
dd if=/dev/zero of=tmpMnt bs=1024 count=150000
/sbin/mke2fs /dev/tmpMnt
cd /
cp -R /tmp /tmp_backup
mount -o loop,noexec,nosuid,rw /dev/tmpMnt /tmp

but i have this error:

root@server [/]# mount -o loop,noexec,nosuid,rw /dev/tmpMnt /tmp
mount: no permission to look at /dev/loop#

View 4 Replies View Related

Secure A Vps

May 13, 2009

when I get a dedi server for shared hosting. I secure it as much as i can and then just incase I miss stuff etc I hire 2 other companys to check over everything. Since I bought a vps from fsckvps are there any guides to secure and optimize a vps other then the one located in the vps section? thanks. I Dont feel like spending 50+ dollars on securing a vps that costs less then 15 a month.

View 14 Replies View Related

How Secure Is My VPS

Aug 7, 2008

vbulletin.com/forum/showthread.php?t=281011

How secure is my VPS? Anyone who has some free time and is reading this thread could please try to do some penetration-testing or something related (I really do not know much about network security) in order to know if my server configuration could be the problem?

Do you find any way to download the full database without login on the system (cPanel or phpMyAdmin)?

View 3 Replies View Related

Secure VPS I Done

Sep 8, 2008

i'v been Installed all these In my VPS server

1)Disable Functions:
system,system_exec,shell,shell_exec,exec,passthru,escapeshellarg, escapeshellcmd,proc_close,proc_open,ini_alter,dl, popen,parse_ini_file,show_source
and Enable The Safe_Mode.
---------------------------------------
2)Hide_your_apache_Version
---------------------------------------
3)Install LogWatch in a Server
---------------------------------------
4)Mod-Security-Install
---------------------------------------
5)Root-Login (IP Sent).
---------------------------------------
6)Disable Login Root and Change SSH Port .
---------------------------------------
7)Installing eAccelerator .
---------------------------------------
8)Install Nobody Check
---------------------------------------
9)Updateing All of
/scripts/upcp
/scripts/updatenow
/scripts/sysup
/scripts/fixeverything
/scripts/exim4
/scripts/easyapache
/scripts/securetmp
----------------------------------------

but doesnt know yet what the better to secure my vps ..

and about Firewall two .. wich firewall better

CSF or APF+BFD ..

View 4 Replies View Related

Secure FTP

Mar 27, 2008

I have an application that requires a Secure FTP connection to a server to work. I am having trouble connecting to one server, a windows based server, while the CentOS Linux server is working fine.

Does anyone know where I can find test Secure FTP locations so I can determine if the issue is with misconfiguration or with an incompatibility of the program with windows Secure FTP sites?

I am able to connect to both sites using WinSCP and choosing Secure FTP.

View 1 Replies View Related

How To Secure The VPS

Aug 30, 2007

Check out this blog and suggest what thing more can be added to secure the vps and i think this information database can be helpful for newbies and intermediate users which like to secure the VPS.. which sometimes exploited due to bad scripts.

[url]

View 2 Replies View Related

Secure UK VPS - DPA

Nov 11, 2007

Ive been using Dreamhost for years and there great however, One of my clients needs has drastically changed and they are now required to comply with the Data Protection Act.

In particular this bit make Dreamhost a bit of a no go due to them being in California:

"Personal information may not be transmitted outside the EEA unless the individual whom it is about has consented or adequate protection is in place, for example by the use of a prescribed form of contract to govern the transmission of the data."

Unless my client goes and asks all 1000+ customers they are kinda in a bit of a quandary. So here's what im looking for:

Secure UK Datacenter, eg Easynet, Blue Square etc
128mb RAM, 256mb Burstable, 20GB storage, 500GB transfer
LAMP Environment
Support within Business Hours
Control Panel

View 6 Replies View Related

Way To Secure SVN

Feb 4, 2007

So I just got SVN installed on my server, and now I'm wondering about the best way to go about securing it. This is what I've had done so far

the executables were installed to /usr/bin as ROOT

Then I created a directory in /usr/local/svn as ROOT to hold the svn repositories (the conf folders, etc).

I've decided that I'd like to use the SVNSERVE tool rather than have to run Apache2 which my current VPS provider does not provide any support for.

So I've run SVNSERVE like so:
svnserve -d -r /usr/local/svn --listen-port=7126

Then for each repository within the /usr/local/svn folder I've gone into the conf folder and added:

anon-access = none
auth-access = write
password-db = passfile
realm = myrealm

The passfile is located in the same directory (ie. /usr/local/svn/test) and contains my users in the format:

[users]
harry = harryssecret
sally = sallyssecret

I then run my checkouts like so:
svn checkout svn://mysite.com:7126/test

Now my question is how secure is this. I was tempted to use svn+ssh but I couldn't seem to figure out how to get it configured. Is the protection I have adequate? How easily can this be compromised? What steps should I take to lock it down further. Can I limit the connection to SVNSERVE to only come from certain specific IP's... similar to how apache does:

Order deny,allow
deny from all
allow from 192.153.123.12

View 10 Replies View Related

Most Secure CMS

Feb 22, 2007

What would be the most secure free CMS at the moment? I ask this because im looking to setup a website, and i dont have enough money to invest in a custom coded website, so to start out with ill use a free CMS, but i dont want to be hacked.

Now i know that because the CMS's are open source, they can still be hacked, what im looking for is something that is the most secure, preferably with sql injection protection.s?

View 11 Replies View Related

Secure FTP

Apr 15, 2007

Secure FTP?

Entirely dependent on Client Software or do we need to buy an SSL certificate and install it on our server as well?

How it works?

View 1 Replies View Related

When Trying To Secure The /tmp Dir

Jun 25, 2007

[url]

i followed the guide, after done I reboot the server then it gives me these errors:

Quote:

mounting local filesystems: Failed

mounting other filesystems: /dev/tmpMnt: No such file or directory

View 5 Replies View Related

What Is Best Method To Secure The Tmp?

Nov 3, 2009

What is best method to secure the tmp?

1. /tmp mounted as noexec,nosuid?

2. creating /usr/tmp directory?

View 1 Replies View Related

How To Secure DNS Server

Mar 25, 2009

i have question about securety of our DNS Server.

View 8 Replies View Related

Antivirus Like F-secure

Jun 13, 2007

I am looking for antivirus under linux like f-secure scanning php shell files scripts but free
i am facing many problems here from these shell files ....

View 0 Replies View Related

How Can Secure /tmp /var/tmp In OpenVZ VPS ?

Mar 15, 2007

recently I got a VPS from cheapvps.co.uk and so far so good. Im getting used to the VPS enviroment. I tried to follow several guides about how to secure with noexec and nosuid the /tmp and /var/tmp and it did not work.

in http : / / www . webhostingtalk .com/showthread.php?t=474681&highlight=tmp points it must be done from the hosting. Same is said in http : // kb . swsoft . com/article_130_648_en.html.

I asked the hosting to do it and they told me as I got an Unmanaged VPS they cant do it for me.

Do anyone know how can be done ? I dont want to use tmpfs as it uses main memory.

View 1 Replies View Related

Secure Sites

Jan 16, 2009

In terms of the secure domain, if I had a secure site and wished to access some information on a web page that was from a NON-SECURE domain or at least duplicate the non secure information on to the secure page, does the user need to click acknowledge buttons to go in and out of the secure areas? Can I copy or transfer information [eg goggle search results] onto the secure page without this necessity?

View 6 Replies View Related

Secure Uploads

Jun 8, 2009

My requirements are 500MB, 5GB bandwidth, rails and postgres, $5-6 per month. It looks like there are many providers out there that are offer that.

However the only uploading method shared hosters seem to offer - or at least the only method they advertise - is FTP. Coming from a university and sysadmin background, I thought that anything that sends passwords over the wire unencrypted had died long ago (except HTML forms and legacy systems).

Are there any shared hosting services that allow a more secure upload method (e.g. scp, rsync-over-ssh, even webdav-over-ssl)?

View 4 Replies View Related

/var/log/secure Error

Jun 7, 2008

am getting this repeated error line in in log/secure

Quote:

Jun 7 18:19:38 host sshd[15751]: warning: /etc/hosts.allow, line 7: can't verify hostname: getaddrinfo(ev1s-209-85-4-32.ev1servers.net, AF_INET) failed
Jun 7 18:19:38 host sshd[15752]: Connection closed by 209.85.4.32

here is my host.allow:

Quote:

#
# hosts.allow This file describes the names of the hosts which are
# allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#

ALL: localhost
ALL: 62.215.149.53
ALL: 70.84.160.0/24
ALL: 66.98.240.192/26
ALL: 216.12.192.107
ALL: 12.96.160.0/255.255.255.0
ALL: 67.19.0.0/255.255.255.0
ALL: 216.234.234.0/255.255.255.0
ALL: 70.85.125.0/255.255.255.0
ALL: 70.84.160.0/255.255.255.0
ALL: 216.40.193.0/255.255.255.0
ALL: 66.98.240.192/255.255.255.192
ALL: 209.85.4.0/255.255.255.192
ALL: 209.85.4.32
ALL: 75.125.126.8

View 2 Replies View Related







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