nav-left cat-right
cat-right

Qmail qmHandle...

QmHandle is an open source software which allows you to view and manage the qmail queue. With this program you can: * Read the qmail queue, like qmail-qread, with color capabilities. * Print queue statistics, like qmail-qstat, with color capabilities * View a message in the queue. * Remove one or more messages from the queue. * Force qmail to send queued messages immediately. How to install qmHandle ———————————– Download...

How to configure OutLook email client?...

Steps to configure OutLook Email client +++++++++++++++++++++++++++++ 1. Click “Tools” -> “Email Accounts” on the menu bar. 2. Select “Add a new e-mail account” and click “Next”. 3. Select “POP3″ and click “Next”. 4. Enter your name and email address under “User Information”. 5. Under “Logon Information”, enter the username...

How to configure OutLook Express...

Steps to configure configure Outlook Express. +++++++++++++++++++++++++++++++++ 1) Launch Outlook Express 2) Click Tools>>Accounts. 3) In the “Internet Accounts Windows” click Add >> Mail. 4) Fill in your username and Click Next. 5) Fill in your email address and Click Next. 6) On the “Email Servers Name” page, fill in the server information. “My incoming mail server is a POP3...

How to changed source SMTP IP address in postfix....

Follow the steps below if you want to change source SMTP IP address in Postfix. Modify the variable smtp_bind_address in /etc/postfix/main.cf If it’s not present, just add it. smtp_bind_address = IP Address Then service postfix reload Make sure you reload postfix. Restart, stop/start may not work .

How to change source SMTP IP address in sendmail...

Follow the steps below, if you want to change the source SMTP ip address in sendmail. 1) change the line below in sendmail.cf #O ClientPortOptions=Family=inet, Address=x.x.x.x to O ClientPortOptions=Family=inet, Address=<ip address you want> 3) restart sendmail Send a test mail and check its header. The source IP address should have changed

How to integrate Spamassassin with Qmail...

Integrate Spamassassin with Qmail You need to install the following package in order to integrate spamassassin with qmail. 1. mess822 package from DJB 2. Spamassassin Installing mess822 package ****************************** #cd /usr/local/src #wget  http://cr.yp.to/software/mess822-0.58.tar.gz #tar -xzf mess822-0.58.tar.gz #cd mess822 #make #make setup check Integrating spamassassin with qmail **************************************** Download...

FTP not working….. Connection closed by fore...

My FTP service is not working. When I try telneting to ftp port, it gets closed by foreign host soon after connecting. -bash-3.1# telnet localhost 21 Trying 127.0.0.1… Connected to localhost (127.0.0.1). Escape character is ‘^]’. Connection closed by foreign host. -bash-3.1# Solution *********** The server is having Plesk control panel installed. So, ftp service is proftp which is started with xinetd....

Error: undefined reference to 'errno'...

Error: undefined reference to ‘errno’ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stralloc.a alloc.a error.a env.a str.a case.a fs.a open.a strerr.a(strerr_sys.o)(.text+0×8): In function `strerr_sysinit’: : undefined reference to `errno’ substdio.a(substdi.o)(.text+0×2c): In function `oneread’: : undefined reference to `errno’ substdio.a(substdo.o)(.text+0×43): In function `allwrite’: :...

Plesk Error Massage 553 "Message did not Reac...

Use this article to repair the following error message: “Your message did not reach some or all of the intended recipients. 553 sorry, that domain isn’t in my list of allowed rcpthosts” 1. Log in as admin to the Plesk control panel. 2. In the server administration (click “Server” in the menu), click “Mail”. 3. Select the tab “Maximum letter size and relay mode parameters”. 4....

How to Change the Plesk Outgoing Mail Port...

Follow the steps below if you want to change the outgoing mail port for Plesk: 1. Create a copy of smtp_psa by entering: 1. # cp /etc/xinetd.d/smtp_psa /etc/xinetd.d/smtp_nonstandard 2. Add these lines to the copy you just made: 1. type = UNLISTED port = 2525 < Port to which smtp service should bind > and change the service name to match the name of the file. 3. Restart xinetd: # /etc/init.d/xinetd restart You should...

« Previous Entries