search for: default2

Displaying 18 results from an estimated 18 matches for "default2".

Did you mean: default
2017 Mar 21
6
Problem with sieve_before
...n within a directory is determined by the # file names, using a normal 8bit per-character comparison. Multiple script # file or directory paths can be specified by appending an increasing number. sieve_before = /var/lib/dovecot/sieve/before #####sieve_before2 = /var/lib/dovecot/sieve/before/default2.sieve #sieve_before3 = (etc...) # Identical to sieve_before, only the specified scripts are executed after the # user's script (only when keep is still in effect!). Multiple script file or # directory paths can be specified by appending an increasing number. #sieve_after = #sieve_...
2017 Mar 21
3
Problem with sieve_before[solved]
...r configuration, you set sieve_before to >>>> /var/lib/dovecot/sieve/before which is a directory. >>>> >>>> what you need to do is figure out which sieve script you'd like >>>> to execute and its path rather. >>>> If you think that default2.sieve is the right script then set >>>> sieve_before to /var/lib/dovecot/sieve/before/default2.sieve >>>> >>>> -- Yassine. >>>> >>>> >>>> >>>> >>>> On Tuesday, March 21, 2017 12:56 PM, Ger Hooton Scoil...
2017 Mar 21
0
Problem with sieve_before
...a path to sieve script file, not to a directory. > in your configuration, you set sieve_before to > /var/lib/dovecot/sieve/before which is a directory. > > what you need to do is figure out which sieve script you'd like to > execute and its path rather. > If you think that default2.sieve is the right script then set > sieve_before to /var/lib/dovecot/sieve/before/default2.sieve > > -- Yassine. > > > > > On Tuesday, March 21, 2017 12:56 PM, Ger Hooton Scoil Chro? ?osa > Blarney wrote: > > > > > >> Hi All, >> [...] >...
2017 Mar 21
0
Problem with sieve_before
Hi Ger, sieve_before should be a path to sieve script file, not to a directory. in your configuration, you set sieve_before to /var/lib/dovecot/sieve/before which is a directory. what you need to do is figure out which sieve script you'd like to execute and its path rather. If you think that default2.sieve is the right script then set sieve_before to /var/lib/dovecot/sieve/before/default2.sieve -- Yassine. On Tuesday, March 21, 2017 12:56 PM, Ger Hooton Scoil Chro? ?osa Blarney <ghooton at scins.ie> wrote: > Hi All, > [...] > plugin { > [...] > > > siev...
2017 Mar 21
2
Problem with sieve_before
...figuration Either file or directory. If a file, it searches for the svbin of that name, otherwise compiles your script. If directory, executes all in the directory. > what you need to do is figure out which sieve script you'd like to execute and its path rather. > If you think that default2.sieve is the right script then > > set sieve_before to /var/lib/dovecot/sieve/before/default2.sieve > > -- Yassine. > > > > > On Tuesday, March 21, 2017 12:56 PM, Ger Hooton Scoil Chro? ?osa Blarney <ghooton at scins.ie> wrote: > > > > > >> H...
2009 Dec 25
1
Problem with dovecot and PAM
Hi, I keep having errors when I try to authenticate to my imap acount, and I can't get my email like this. Here are the logs when i try to authenticate using PLAIN or CRAM-MD5 : PLAIN Dec 24 22:06:25 domain dovecot: auth(default2): client in: AUTH^I1^IPLAIN^Iservice=IMAP^Isecured^Ilip=1.2.3.4^Irip=1.2.3.4^Iresp=<hidden> Dec 24 22:06:27 domain dovecot: auth(default2): pam(email at domain.com,1.2.3.4): pam_authenticate() failed: User not known to the underlying authentication module Dec 24 22:06:27 domain dovecot: au...
2006 Oct 11
1
dispatching on group generics with more than one formal
...2")) setGeneric("foo", function(x) standardGeneric("foo"), group = "Foo", useAsDefault = function(x) "Default") setGeneric("foo2", function(x, y) standardGeneric("foo2"), group = "Foo2", useAsDefault = function(x, y) "Default2") setMethod("Foo", signature(x = "numeric"), function(x) "Special") setMethod("Foo2", signature(x = "numeric", y = "missing"), function(x, y) "Special2") foo(1) # gives the group method foo2(1) # gives the default method...
2008 Mar 13
3
newbie question: pxelinux.cfg/default question
...work. BUT, what if I want to have like (5) FIVE - configuration files, each of which I want to define a unique NFSroot per host?? ... example: pxelinux.cfg/default1 DEFAULT vmlinuz-2.6.22-14 APPEND initrd=initrd.img-2.6.22-14 nfsroot=192.168.16.5:/export/images/00A0D1E35838 ip=dhcp pxelinux.cfg/default2 DEFAULT vmlinuz-2.6.22-14 APPEND initrd=initrd.img-2.6.22-14 nfsroot=192.168.16.5:/export/images/00A0D1E357CA ip=dhcp etcetera .... Is this possible - I tried to google and a few folks point to using the MAC address of the booting client - i tried to place a file: /pxelinux.cfg/00A0D1E35838 which...
2004 Aug 06
2
Icecast2 Web Admin Interface
Well, it's not my native language so I'm not pretty sure of my english. :) Did somebody try the xsls ? > Poor english? Where? :D > Deven > On Sun, 2004-01-25 at 11:08, Gilles Dartiguelongue wrote: />> Hi all, I had a look at the web interface yesterday and I was a little / />> bit disappointed / />> by the code I found. So I started to make modifications
2004 Aug 06
0
Icecast2 Web Admin Interface
...listeners">...</xsl:if> block: <xsl:if test="connections"> <tr> <td width="100" > <font class="default1">Connections: </font> </td> <td> <font class="default2"> <b><xsl:value-of select="connections" /></b> </font> </td> </tr> </xsl:if> 3. I like self refreshing stats pages: This change is also added to all my admin xslt's. Referring to...
2013 Aug 29
3
ruby connect oracle problem
Hello folks. I''m new in Ruby also ROR. I installed oracle intant client and test it it works fine. Now I wanna connect to oracle db. But its got some error. like this *custom_require.rb:36:in `require'': cannot load such file -- oci8 (LoadError)* my code is here. require ''oci8'' oci =
2004 Aug 06
2
Icecast2 Web Admin Interface
...lt;xsl:if test="listeners">...</xsl:if> block: > <xsl:if test="connections"> > <tr> > <td width="100" > > <font class="default1">Connections: </font> > </td> > <td> > <font class="default2"> > <b><xsl:value-of select="connections" /></b> > </font> > </td> > </tr> > </xsl:if> > >3. I like self refreshing stats pages: > This change is also added to all my admin xslt's. > Referring to your xslt th...
2007 Jul 12
0
Linux CIFS-access problem since samba 3.0.25(a/b)
...ba/config/printer read only = yes admin users = Is there any solution known to solve this problem? Regards, Michael _________________________________________________________________ Wenn Ihnen E-Mail nicht schnell genug ist: MSN Messenger! - http://www.imagine-msn.com/messenger/default2.aspx?locale=de Kostenlos downloaden!
2007 Jul 28
0
FW: Linux CIFS-access problem since samba 3.0.25(a/b)
...s > admin users = > >Is there any solution known to solve this problem? > >Regards, >Michael > >_________________________________________________________________ >Wenn Ihnen E-Mail nicht schnell genug ist: MSN Messenger! - >http://www.imagine-msn.com/messenger/default2.aspx?locale=de Kostenlos >downloaden! > >-- >To unsubscribe from this list go to the following URL and read the >instructions: https://lists.samba.org/mailman/listinfo/samba _________________________________________________________________ Ihr Blog. Ihre Fotos. Ihre Erlebnisse. Je...
2008 Dec 02
3
Only OSS in sound tab :( why?
Hi! I have small problem. On my sound tab i have only OSS and i didn't have sound in "steam" games. Emulation not work(OSS too). Somebody now why? :) Ubuntu 8.04. greetings! redlin
2006 Feb 05
2
I appear to be attacking others
It looks like my CentOS 4.2 box is attacking other people with some type of ftp attack. I got an email from somebody saying they were being attacked by my IP address. Further investigation /var/log/messages shows a whole bunch of sshd attacks on me, none of which appear successful. I'm running ethereal right now and I can see that my system is doing some kind of ftp attacks on others.
2009 Dec 02
2
Can't receive mail from outside
...s = uid=6000 gid=6000 home=/home/vmail/%d/%n allow_all_users=yes } socket listen { master { path = /var/run/dovecot/auth-master mode = 0600 user = vmail } client { path = /var/spool/postfix/private/auth mode = 0660 user = postfix group = postfix } } } auth default2 { userdb passwd { } user = root } dict { } plugin { } ----------------------------------------------------------------- POSTFIX ----------------------------------------------------------------- master.cf > ----------------------------------------------------------------- smtps...
2015 Jun 08
5
Am I cracked?
Kevin Larsen <kevin.larsen at pioneerballoon.com> schrieb: > Make sure you have solved the problem. You don't want to get hit with a > phone bill for calls from your location to Israel. Basically, they are > hoping that you are running the equivalent of a mail server open relay. > They are trying to use you to dial out to another number. You don't want > to pay