vm-pop3d install

Fettah

Verified User
Joined
Feb 6, 2006
Messages
6
How do i install `vm-pop3d`??

I removed it so "apt-get remove vm-pop3d"

If I "apt-get started vm-pop3d" do get I this:

host:~# apt-get install vm-pop3d
Reading Package Lists... Done
Building Dependency Tree... Done
Package vm-pop3d is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package vm-pop3d has no installation candidate
 
vm-pop3d is packaged with exim so you have to run the following script as root

Code:
/usr/local/directadmin/scripts/exim.sh
 
Hi,

I get start the next error as I exim:
========================
/etc/init.d/exim start
Starting exim: 2006-05-24 09:24:04 Exim configuration error in line 641 of /etc/exim.conf:
missing quote at end of string value for condition
========================
What is there mistake in exim?
Exim: http://www.oyun-saati.com/zooi/exim.txt
 
Find this line in the spamassassin section

Code:
{exists{/home/${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}/.spamassassin/user_prefs}}

Move the \ right under this line up so the line now looks like

Code:
{exists{/home/${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}/.spamassassin/user_prefs}} \

Then restart exim.
 
help me plz

[root@cmhostweb /]# service exim restart
Shutting down exim: /etc/init.d/exim: line 40: kill: (10896) - No such process

Starting exim: 2011-11-26 03:31:34 Exim configuration error in line 555 of /etc/exim.conf:
missing quote at end of string value for condition
 
Back
Top