Centos Server Hardening & Maxmind Geoip Install
Hi,
I have a newly configued LAMP server running CentOS 6. I need basic server hardening preformed, Maxmind GeoIP setup and tested, and Postfix removed and Sendmail Added.
Thanks
Russell
Hi,
I have a newly configued LAMP server running CentOS 6. I need basic server hardening preformed, Maxmind GeoIP setup and tested, and Postfix removed and Sendmail Added.
Thanks
Russell
Install sendmail and configure to send mail.
OS = RedHat
I have 2 forms created in FrontPage 2003 that I need to convert.
http://coachinghk.com/announcements/vp-pd-input.htm
http://www.coachinghk.com/forms/JVannouncement-archive.htm
My requirement: convert these forms so that I can upload them to my server and they can use phpmail / sendmail from the server
I have 2 forms created in FrontPage 2003 that I need to convert.
http://www.power-one.org/Pages/Form-A.htm
http://www.power-one.org/Pages/Form-B.htm
My requirement: give me the HTML code for both of these pages with the forms data.
I have several domains that use a single template for posting “For Sale” info. The template is built to support querystring variables for the different domain names. Using these vars, the site appears to be customized even though it really isn’t.
Part of the template is a contact form that uses PHP’s sendmail (phpmailer). Unfortunately, I’m trying to call one of the defined variables in the querystring in the sendmail form, but it isn’t working. I need someone to look at the three PHP pages and get the variable to pass into the email form.
I will supply 3 PHP pages and will be available for immediate testing (you will not have serverside access; you’ll be passing php files back to me for testing.) Sterilized PHP files are attached for preview. (Also, the <?php $domain = $_GET['d'];?> and <?php echo $domain;?> work correctly in the index.php, it does NOT work in sendemail.php. The sendemail.php is the file that I need fixed to work.)
My email server has stopped working. The configuration is a mess and I need someone to log in and fix it so email goes through again.
The server is a CentOs Linux with Virtualadmin.
I need this done ASAP.
Hello,
* For Linux Debian Experts Only with Good Feedbacks *
Java, MySQL, Phpmyadmin and OpenEMM are installed and running on my Kubuntu Notebook.
Job Details:
1. Sendmail Complete Setup (Already Installed) Setting up a bounce management for delayed bounces
2. Install ClamAV
3. Install Latest Version of ClamTK GUI for ClamAV
4. Change Apache Hostname, Hosts
5. Setup FQDN & DNS with DynDNS (Domain already registered)
6. Point domain to OpenEMM login page (Now its pointing to welcome page)
7. Remove limitations on sending mails (if any).
8. SPF (To avoid mails flagged as SPAM)
9. Other related tweaks (if any)
I WILL AWARD THIS PROJECT IN NEXT 24 HOURS. ONLY BID IF YOU CAN START IMMEDIATELY.
Hello,
* For Linux Debian Experts Only with Good Feedbacks *
Java, MySQL, Phpmyadmin and OpenEMM are installed and running on my Kubuntu Notebook.
Job Details:
1. Sendmail Complete Setup (Already Installed) Setting up a bounce management for delayed bounces
2. Install ClamAV
3. Install Latest Version of ClamTK GUI for ClamAV
4. Change Apache Hostname, Hosts
5. Setup FQDN & DNS with DynDNS (Domain already registered)
6. Point domain to OpenEMM login page (Now its pointing to welcome page)
7. Remove limitations on sending mails (if any).
8. SPF (To avoid mails flagged as SPAM)
9. Other related tweaks (if any)
I WILL AWARD THIS PROJECT IN NEXT 24 HOURS. ONLY BID IF YOU CAN START IMMEDIATELY.
install and get sendmail or postfix mail server working sending mail for asterisk
Hi, thanks for looking at our project! This should be a pretty simple one. It’s a quick modification to an existing PHP sendmail script, NEW_contact.php, which I’ve attached.
As you would expect, this PHP sendmail script gets information from a form on our web site. For most form submissions, the script sends a straightforward HTML email containing the info on the form.
However, for certain submissions that match a certain “recipient” field, it also sends a secondary email in XML/ADF format.
The mod we need is this:
We need a change to the way the script constructs the XML/ADF secondary email.
Right now, the contents of the form’s “recipient” field contains the full name of the form submitting user, and this becomes a variable called “$name”. This is passed into the XML like this:
<name>’.$name.’</name>
What we need is for the script to be modded so that it instead takes this input and splits it into three variables — $name, $first_name, and $last_name.
The recipient field can be passed directly to $name. However, this should then be parsed so that the first word/string goes to $first_name and any subsequent text goes to $last_name.
So, if for example, the form posts a recipient value of “John Smith”, the XML should thus be written as:
<name part=”full” type=”individual”>John Smith</name>
<name part=”first” type=”individual”>John</name>
<name part=”last” type=”individual”>Smith</name>
If there is only one word in the recipient, i.e., “John”, it should look like this:
<name part=”full” type=”individual”>John</name>
<name part=”first” type=”individual”>John</name>
<name part=”last” type=”individual”></name>
Another example: “John P. Smith”
<name part=”full” type=”individual”>John P. Smith</name>
<name part=”first” type=”individual”>John</name>
<name part=”last” type=”individual”>P. Smith</name>
Does that make sense?
Please let us know if you have any questions. Thanks!
Hi, thanks for looking at my project!
This is for a sendmail that will send form info to an email address that will be specified by the user. The email address will be assembled from a text box (the email account name) plus a dropdown box (the email domain). The idea is to send a message to a cellphone, so the text area will be a number like 3605551212, and the domain will be selected from options with values like “messaging.sprintpcs.com”.
What we need is this:
You set up a hidden invisible DIV on our page, which contains a
Hi, thanks for looking at my project!
This is for a sendmail that will send vehicle info to a cellphone.
What we need is this:
You set up a hidden, invisible <DIV> on our page, which contains a
I need you to setup “sendmail” to a VPS.
I will supply a domain so you can create nameservers and point to the VPS server.
I need it to hide my IP and only show the servers IP. Also need it to take a huge load (10k / hour) with 100kb attachments per mail. 4 connections minimum.
PS: If you prefer to install other mail clients, PM me.
Hi there, thanks for looking at our project!
We currently have a simple script on our site called contact.php, which handles input from a form and sends an HTML email to an address specified as a hidden field in the form.
We would like to add a new function to this script. This is what we would like:
- At the top of the script, there should be a config area, where a set of email addresses will be located. Each email address should have an array that contains a SECONDARY email address. Once you have created a working example, the correct data for this section will, of course, be set up by me, the admin.
IF the script is run from the form, AND the email address specified is NOT one of the addresses in the config list, then the script should function normally, as it does now.
However, if the script is run from the form, AND the email address IS one of the ones in the config list, then the script should send the email as normal, BUT it should ALSO send a SECOND email.
The second email should be generated by using data that is passed through from these and additional hidden fields in the form. This second email should be sent to the SECONDARY email address, corresponding to the primary email address in the config part of the file.
The script should propagate this data into an email, as follows:
<code>
<adf>
<prospect>
<requestdate>2000-03-30T15:30:20-08:00</requestdate>
<vehicle>
<year>1999</year>
<make>Chevrolet</make>
<model>Blazer</model>
</vehicle>
<customer>
<contact>
<namepart=”full”>John Doe</name>
<phone>393-999-3922</phone>
<email>[customeremail]</email>
<comment>Keyless entry essential</comment>
</contact>
</customer>
<vendor>
<vendorname>Dealer A</vendorname>
I have a dedicated server that I have had for several years. It is a Linux server (Redhat 9) that has never had any real problems before. I have about 19 domains on it and suddenly it does not send or receive any email.
It uses cPanel and creating email accounts is no problem. In fact, it thinks the mail is working as I cannot locate any error messages. I have root access, and an add-on explorer script in WHM for easy access. (If you send an email it shows up in the sent folder of that account. It just never gets where it is sent. And if you send one to the account it never shows up).
I have tried everything I know but can’t figure out the problem. The mail queue in WHM is always empty as well.