To move Sandbox folder from C drive to D drive. Start Sandboxie Control.
1 |
Sandbox > Set Container Folder |
On next screen, select the drive where you need sandbox folder stored. […]
To move Sandbox folder from C drive to D drive. Start Sandboxie Control.
1 |
Sandbox > Set Container Folder |
On next screen, select the drive where you need sandbox folder stored. […]
NOTE: CentOS 5 reached its End of Life on March 31, 2017. For installing VNC desktop on CentOS 7, see Install Xfce VNC remote desktop on CentOS 7 Install GUI on Sever To find available desktop environments
1 |
yum grouplist |
To install gnome
1 |
yum groupinstall "GNOME Desktop Environment" |
For KDE
1 |
yum groupinstall "KDE (K Desktop Environment)" |
For XFCE, install
1 |
yum groupinstall "XFCE" |
XFCE file size in fedora 12 […]
Create a new file with file name del_smtp_log.bat in C:\Program Files\Mail Enable\Logging with following commands.
1 2 3 |
net stop mesmtpcs del SMTP\*.log net start mesmtpcs |
See MailEnable […]
1 2 |
cd C:\Program Files\Mail Enable\Logging\SMTP findstr "Authenticated" LOG_FILE_NAME > auth.txt |
Now check each sender IP in auth.txt file, check whois of IP address see, if any spamer.
1 2 |
cd C:\Program Files\Mail Enable\Logging\SMTP findstr "AUTH" ex* > auth.txt |
1 2 |
cd C:\Program Files\Mail Enable\Logging\SMTP findstr "AUTH" ex* | findstr "Authenticated" > auth.txt |
See MailEnable […]
MailEnable provides a command line utility to purge messages from the MailEnable message store. The utility will purge all postmaster, badmail, Inbox or Deleted Items messages that exceed the specified age. It can be scheduled as a batch job using the Windows Task Scheduler if needed.
1 |
Syntax: MEPURGE {POSTOFFICE+ALL} {DAYS} {SWITCHES} [UNREAD] |
Parameters POSTOFFICE|ALL = Apply to a single postoffice […]
Install MailEnable Mail Server MailEnable delete old mails Check spam mails in MailEnable MailEnable Delete old logs […]
Download mailenable Standard edition from http://www.mailenable.com/mailenablestandard.exe
1 2 3 4 5 6 |
Mailenable username: Postmater Password : Gkl1234rt22 Domain name : server30.hosthat.com DNS host : default SMTP Prot : 25 |
Configuration Go to
1 |
MailEnable > Connector> SMTP > Properties |
General Tab
1 2 3 |
Local domain : server30.hosthat.com Default mail domain : server30.hosthat.com email id for sending notification : POSTMASTER@server30.hosthat.com |
Inbound Relay
1 2 3 4 |
check Enable Mail relay Authenticated Sender Prevelaged IP ranges Click Prevelaged Ips and add all server ips |
Check Denied relay ip
1 |
Enable DNS blacklisting >Select Smamcop and click applay |
Security Check following
1 2 3 4 5 6 |
Reject mail if sender is invalid domain name authentical sender must use valid user address Require PTR DNS entry for unauthenticated users Disable all catchall Use an alternative Welcome message enter HostOnNet.com S30 Mail Server |
Restrict number of recipents per emails 10 Delivery Check Never send delay notification mail restart SMTP Check open relay at http://www.abuse.net/relay.html See MailEnable […]
Reset osticket admin password […]
Generate CSR: IIS 6 Microsoft Windows Server 2003 Open the Internet Information Services (IIS) Manager. From the Start button select Programs > Administrative Tools > Internet Information Services Manager. In IIS Manager, double-click the local computer, and then double-click the Web Sites folder. Right-click the Web site for which you want to request a certificate, […]
Reset password for admin, can be used for any user, replace admin with username.
1 |
UPDATE `ost_staff` SET `passwd` = MD5( 'newpassword' ) WHERE `username` = 'admin'; |
See osticket […]