http://technet2.microsoft.com/WindowsServer/en/Library/00c498a8-95e7-4780-942e-c4594b01f6151033.mspx
http://technet2.microsoft.com/WindowsServer/en/Library/00c498a8-95e7-4780-942e-c4594b01f6151033.mspx
for ASA 5505
policy-map global_policy
class inspection_default
inspect pptp
inspect esmtp
inspect icmp error
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
inspect pptp
See pix config for MechReps
Mail logs for Plesk are located in /usr/local/psa/var/log/maillog and associated archives
Often Media Temple customers find themselves unable to send mail using the default http://kb.parallels.com/en/3477
For information on how to do this manually please visit http://kb.parallels.com/en/5568
This provides a way to get your SMTP server to listen on port 25 and an additional port at the same time. This workaround has been tested with Plesk versions 7.5.2 and 7.5.3. Customers should proceed with caution as this workaround is UNSUPPORTED by Media Temple and Plesk. There is a high probability that this will cease to work or even break your server if you attempt to update Plesk after applying the workaround. You will need AccountCenter.
You can find additional documentation at http://www.gobdg.com/blog/2009/06/how-to-add-an-additional-outgoing-mail-smtp-port-mediatemple-on-plesk/
�
cp /etc/xinetd.d/smtp_psa /etc/xinetd.d/smtp_nonstandard
vi /etc/xinetd.d/smtp_nonstandard type = UNLISTED port = 2525
service = smtp_nonstandard type = UNLISTED socket_type = stream protocol = tcp port = 2525 wait = no disable = no user = root instances = UNLIMITED server = /var/qmail/bin/tcp-env server_args = -Rt0 /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
/etc/init.d/xinetd restart
By default, Plesk will install PEAR and a lot of packages, but block any access to it for PHP scripts. It’s fairly easy to enable this, though.
First of all, you need to edit the VirtualHost of whatever domain you’re trying to enable this for. Seeing as Plesk would just overwrite your httpd.conf with the next change you make in the controlpanel, you need to use a seperate vhost.conf file.Read More