Archive

Archive for the ‘Mail’ Category

Parallels small business panel. How to disable mail for domain

December 19th, 2010 1 comment

I’ve needed to allow for my domain only hosting without mail service. Mail server will be remote. I’ve changed MX-records to remote server IP (or hostname), but it’s not enough. Also this domain must be removed from mail daemon (Qmail, Postfix or other) config files.

There is no possibility to disable mail service for domain via Small business panel. You can only do it via command line.

#/usr/local/psa/bin/domain -u <domain> -mail_service false

Additionally, if you want to set option “What to do with mail sent to nonexistent users” to “Forward to address”, you need than manually edit

/var/spool/postfix/plesk/virtual.db

with command

postmap -d @<domain> hash:virtual
Categories: Mail, Plesk Tags: ,

Won’t login in Horde IMP twice?

September 15th, 2009 Comments off

I’ve installed on my server Horde with IMP, DIMP and other services. All was excellent, while I’ve try to login to IMP as user. It was asked my login and password twice!

To login directly in IMP (enter login data once) do the follow:

  1. Login in Horder as Administrator
  2. Go to Administration -> Setup -> Horde -> Authentication
  3. Change the option $conf[auth][driver] to Let a Horde application handle authentication
  4. Change the option $conf[auth][params][app] to imp

Now you can login directly to IMP without logging to Horde with URL: http[s]://<myip>/horde/imp/

Categories: Mail Tags: