Displaying 20 results from an estimated 200 matches similar to: "İnstall dovecot-piegonhone"
2011 Dec 07
1
postlogin script
Hi,
I have Postfix + OpenLdap + DoveCot configuration, and it's running
succesfuly,
i wantto convert users pop3 password NTPassword and LMPassword, so i ne
plain passwor dof users,
how can i do that. (Normaly using perl's ntlmgen function i convert
password , but in plain)
thanks in advance
2014 May 16
2
Pigeonhole and Dovecot deliver
Hi,
i still try to sieve system.
ok first our deliver command procmail. our user accounts stored in
openldap, mail files are in Maildir folders
in 15-lda.conf recommented
protocol lda {
  # Space separated list of plugins to load (default is global
mail_plugins).
   mail_plugins = $mail_plugins sieve
   log_path =
   info_log_path =
}
after that,
in master.cf i added
dovecot   unix  -      
2012 Sep 20
6
Prevent Download messages from server
Hi,
can we prevent download messages from server user by user ? sme common used
mail's message must be remain at the server, but sometimes we download them
?
thanks in advance
-- 
Sel?uk YAZAR
2020 May 13
4
Re: Can't connect to Managesieve Server - what´s wrong?
Am 14.05.2020 um 00:22 schrieb Benny Pedersen:
> On 2020-05-14 00:14, Anton Blau wrote:
>
>> What can I do to get connect from Roundcube to dovecot-managemsieve?
>
> if roundcube is installed on same server as dovecot then disable ssl
> in roundcube managesive plugin as same way for imap and submission/smtps
>
>
Thank you for your very fast answer.
There are two virtual
2018 Jan 08
1
openssl question
Hi
we are using dovecot on secure port
when i try to command
openssl s_client -connect mail.mydomain:pop3s
it works perfect.
[image: Inline image 1]
Also   i check from
https://www.sslshopper.com/ssl-checker.html web page i can see all correct
ceritificate paths
but i try to this command
openssl s_client -connect mail.mydomain:pop3s -starttls imap
it says CONNECTED and hang. second
2014 May 27
3
Quota per user from openldap
Hi,
in dovecot documentation i try to implement quota per users.
i added dovecot-ldap.conf file
user_attrs = homeDirectory=home, uidNumber=uid, gidNumber=gid,
mailbox=mail, quota=quota_rule=*:bytes=%$
and i see in logs
quota(quota_rule=*:bytes=%$)=*:bytes=241800
 Debug: Added userdb setting: plugin/quota_rule=*:bytes=241800
but still mail is delivering , i'not sure other settings about
2014 May 13
3
pigeonhole installation postfix+dovecot+openldap
Hi,
we have running system postfix+dovecot+openldap. i have installed pigeon
hole, and afterlogic webmail php my test system.
when i try to connect with telnet
[root at ....mail postfix]# telnet 0 4190
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
"IMPLEMENTATION" "Dovecot Pigeonhole"
"SIEVE" "fileinto reject envelope encoded-character
2014 May 21
2
Per-user Sieve script location question
Hi,
after some problems, i successfuly ran my dovecot delivery and pigeonhole
service in redhat EL 6.
our users stored OpenLdap and users home folder like below:
/home/vmail/domains/domainname.edu.tr/username/...
now when i used default settings for dovecot sieve
 sieve = ~/.dovecot.sieve
 sieve_dir = ~/sieve
sieve script write and work globaly and stored, /home/vmail/domains/sieve
i looked
2011 Dec 06
0
Log/Process users pop3 plain password
Hi,
I have Postfix + OpenLdap + DoveCot configuration, and it's running
succesfuly,
i wantto convert users pop3 password NTPassword and LMPassword, so i ne
plain passwor dof users,
how can i do that. (Normaly using perl's ntlmgen function i convert
password , but in plain)
thanks in advance
-- 
Sel?uk YAZAR
http://www.selcukyazar.blogspot.com
2009 Jan 30
1
dovecot-1.2-managesieve "make install" ignores Dovecot's prefix
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I'm trying to compile dovecot-1.2-managesieve from hg repo with Dovecot 
v1.2 and I found that managesieve uses another "install" target/prefix 
than I've configured in Dovecot.
Is this intentional?
Because you must specify the compiled Dovecot sources, is managesieve just 
"loosly" connected to Dovecot so it
2012 Feb 21
1
dovecot 2 doesn't start with managesieve
Hi
I build dovecot 2.0.16 and and dovecot-pigeonhole-0.2.5 on two machines with the same options. The config files are equivalent. On the first machine everything works fine - on the second dovecot with managesive won't start (without sieve protocol it does).
	Error: socket() failed: Protocol not supported
	Error: service(managesieve-login): listen(::, 4190) failed: Protocol not supported
2013 Nov 16
1
Reset vacation lda-dupes database
Hello, I have dovecot 2.2.6 and pignenhole 0.4.2 running on freebsd9.1. We have a mix of unix users (/home/user) and postfixadmin users (/home/vmail/domain/user).
I am using dovecot managesive with afterlogic webmail which has a managesieve plugin to set the out of office message. All works fine. I have sieve_vacation_default_period set to 1d.
The problem I'm trying to solve is that users
2011 Dec 12
2
Prevent re-download mails
Hi,
today we have a problem our mail server about user accounts. (something
about prefetch) anyway i corrected, but some clients re-download emails
again.
how can i stop this .I've read about some forums about UIDVALIDITY  ?
is it posibble prevent clients redownload emails with pop3 ?
thanks in advance.
-- 
Sel?uk YAZAR
2006 Oct 24
2
Installing stats4 package
Hi,
I wantto use 'mle'  function in R on linux. As I see its been integrated
into the stats4 package. Am I correct ? If yes, Can anyone suggest how to
install the stats4 package to be able to run 'mle' function in R on linux ?
Otherwise how to sort out this problem ?
Thanks
Himanshu
	[[alternative HTML version deleted]]
2009 Dec 06
5
optim with constraints
Hi, dear R users
I am a newbie in R and I wantto use the method of meximum likelihood
to fit a Weibull distribution to my survival data. I use "optim" as
follows:
optim(c(1, 0.25),weibull.like,mydata=mydata,method="L-BFGS-B",hessian
= TRUE)
My question is: how do I setup the constraints so that the two
parametrs of Weibull to be pisotive? Or should I use other function
2005 Jul 20
1
how to define a port range?
hi,
i´am new in tcc (tcng). i try to define my qos for VoIP-Services.
For this i wantto define a class for a port range 10000 till 15000.
how is the right way?
this down works:
class (<$voip>) if tcp_sport => 10000 || tcp_sport <= 10000 ;
are there any examples of real installations - maybe including VoIP,
HTTP and P2P services?
regards
thorsten gehrig
2005 Apr 18
1
Poblem while build a package (PR#7798)
Full_Name: Justin Bem
Version: 1.9.1
OS: Windows XP Home
Submission from: (NULL) (196.202.235.48)
I am a R new user !
I have writed procedure that i wantto transform as a package but with
RCMD build packageName [...]
I have 'sh' is not a recognized command in the dos promp I have Active Perl 5.8
!
Does I need to have another software or it is a Perl problem ?
I hope you will find a
2009 Sep 09
1
R code for creating and appending to frequency table
Apologies for what might seem like an simple question.
I have written a model which gives me a frequency distribution for a
particular score within a set. What I now want to do is loop this so that I
get many different frequency distributions and append them to a table with a
collum which specifies which loop the frequency distribution is from. What I
wantto end up with would look something like
2024 Jul 09
2
Weird R Studio behaviour...
Hi,
Have a nice week. First of all, I know this is not R Studio forum but I want to ask here first, if you all do not mind. Well, I am away from my computer right now but, I have a strange problem (at least to me). My script worked perfectly for a year, and today, suddenly stop working because R Studio begins to warn me about illegal characters in the script.
System is on W 10, and R 3.4.1 is
2020 May 13
2
Can't connect to Managesieve Server - what´s wrong?
Hi, please excuse my bad english language. But I am not a native
speaker. I have installed dovecot including sieve and managesieve on a
ubuntu 18.04 lts. When I try to access the filter with roundcube (from
another vm) I get the error message "Cannot connect to
Managesieve-Server". If I try a "telnet myserver.dynvpn.de 4190" from
the roundcube-vm I get Trying 188.194.95.63...