similar to: configuring lda

Displaying 20 results from an estimated 5000 matches similar to: "configuring lda"

2006 May 10
4
LDA not being called by postfix?
Hello, I'm using Postfix with virtual domains (MySQL), Dovecot 1.0beta7 and CVS LDA. I've set up postfix to use the LDA for maildir delivery and defined a global sieve script. -- master.cf -- ... dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/local/libexec/dovecot/deliver -d ${recipient} ... -- main.cf -- smtpd_banner =
2006 May 11
3
LDA Sieve feature request
Hello, In http://wiki.dovecot.org/LDA I read # If there is no user-specific Sieve-script, global Sieve script is # executed if set. #global_script_path = so you can set global_script_path and override it using a per user script. It would be nice if the per user scripts could be optionally run after (or before maybe?) the global script. Another nice thing would be per-virtualdomain sieve
2019 Oct 14
2
Detect version of smb being employed
On Mon, 14 Oct 2019 13:47:34 +0100, Rowland penny via samba stated: >On 14/10/2019 13:27, Gerard Seibert via samba wrote: >> FreeBSD 12 >> Samba 4.8.12 >> >> Samba is not showing up on my Win 10 PRO machine. I can access the >> shares if I use the machines hostname or IP, though. How can I >> determine what version of ?smb? is being used? I have set ?client
2006 Feb 21
1
Dovecot lda woes
Having some painful problems with the dovecot lda and getting it to (a). Just work (b). Work with sendmail This is how I have dovecot setup (appropriate dovecot.conf snippets included) protocol lda { module_dir = /usr/local/lib/dovecot/lda postmaster_address = postmaster at bradphinney.com auth_socket_path = /var/run/dovecot-auth-master } auth default { .... # passwd-like file with
2005 Dec 29
2
has_many & belongs_to with Plugins (login_engine)
Hello list, Probably a newbie question but couldn''t find the answer in the archives. I am using the login_engine Plugin to implement the login functionality. I have a JournalEntry model that interacts with the journal_entries table. I would like to link the journal entries to the user who entered it. Essentially, it is a one to many relationship between the model User(from
2019 Oct 14
1
Detect version of smb being employed
On 10/14/19 12:00 PM, Roy Eastwood via samba wrote: >> -----Original Message----- >> From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Gerard Seibert via samba >> Sent: 14 October 2019 17:09 >> To: samba at lists.samba.org >> Cc: Gerard Seibert >> Subject: Re: [Samba] Detect version of smb being employed >> >> On Mon, 14 Oct 2019
2007 Nov 06
4
strange behavior from purge
I have the following define... define puppet::module_dir { if $name { include puppet file { "${puppetdir}/modules/${name}": ensure => directory, mode => 0755, purge => true, recurse => true, } } } I call it like so: puppet::module_dir { "main" } puppet::module_dir
2006 Apr 13
2
LDA Questions
Firstly, if you're out of quota for example, and using postfix, will it need to send a bounce email, or will it do the out of quota error at SMTP time? (preferred) Also, I want a global sieve script to run first, REGARDLESS if the user has their own script. # If there is no user-specific Sieve-script, global Sieve script is # executed if set. #global_script_path = This suggests to me,
2009 Nov 06
1
scenario with one lda and 4 imapds/pop3ds
Hello, i want to create following scenario: one dovecot using ONLY LDA (using sql ) # 1.2.6: /etc/dovecot/dovecot.conf # OS: Linux 2.6.31 x86_64 Debian squeeze/sid xfs log_path: /var/log/dovecot/error.log info_log_path: /var/log/dovecot/info.log log_timestamp: %FT%T%z protocols: none listen: none disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable:
2006 Jul 02
3
Dovecot deliver logging problem and procmail
Hello! Currently I'm trying to integrate dovecot's deliver program into procmail. So basically I'd write a patch for procmail to deliver not directly into the mbox file but delivering with the dovecot deliver program. Do you think this is a good concept? For testing I use the commands discussed below. Currently I'm having a problem that deliver doesn't recognize the
2013 Apr 23
2
Feature request: Configure CONFIG_MODULE_DIR and AUTH_MODULE_DIR at runtime
Hi! I am running dovecot 2.1.16 on NixOS (http://nixos.org), and I have been fighting the dynamically loaded dovecot modules/plugins a bit. The problem is that in Nix/NixOS all packages are completely isolated from each other (each package has a separate /lib, /libexec, /bin etc, with only its own files in it). So dovecot has all its modules under
2008 Jun 10
1
Bizarre Networking
Hi, I''ve bit the bullet and gone with Xen, but I get some odd networking. Basically, this was the original idea. eth0 external eth1 internal create bridge br0 for eth0 create bridge br1 for eth1 Strip IP addresses for eth0 and eth1 and assign to br0 and br1 respectively. Worked great in a non-xen kernel under Fedora 8 in KVM/Qemu. Booting into Xen, my eth1 becomes eth2, I also get
2007 Apr 19
2
setClass inside a function
Hello, I would like to create a function that gets passed a class name and then calls setClass, and a few other functions, inside. I have done this in the past with setmethod, creating accessors for all slots in a set of S4 classes. But setClass is choking when my function is called isnide a package, telling about an error in exists(cname, where). I assume this to be a problem with the
2007 Sep 02
1
Virtual Box: br0 not resolving: No DHCPOFFERS
Dear Centos-Virt: Help! Guest=XP Pro, SP2 Host=CentOS5; # uname -r; 2.6.18-8.1.8.el5 VirtualBox-1.4.0_21864_rhel5-1.i586 http://www.virtualbox.org/download/1.5.0/VirtualBox-1.5.0_24069_rhel5-1.i586.rpm.run I have two nic: eth0 is the internal network; eth1 connects to a DSL modem. I also have a fully functioning DHCP server on eth0 (works perfectly with Parallels for Linux). The directions
2006 Mar 16
0
smbclient segfault with mulicast DNS (mdns) enabled
Hello list, Using Samba-3.0.21c (with these USE flags: cups doc postgres python xml xml2) as a standalone server on Gentoo Linux in a small LAN. I noticed the following: when using mutlicast DNS (mdns, for example to make use of zeroconf [1] in a network with Macs and Linux and Windows machines) with a resolver like Apple's mDNSResponder, avahi [3] or a client like nss-mdns [2] one has
2011 May 14
4
Libnss-mdns problem
Hi there! I've got a problem with running wine under Debian. When i try to start a download following comes : root:~# wine ~/.wine/drive_c/Program\ Files/Valve/HLServer/HldsUpdateTool.exe -command update -game brink ~/server/brink It appears that libnss-mdns is installed on your system, but lib32nss-mdns is not. Please note that Wine will not be able to access the Internet unless you either
2010 Jan 28
2
lib32nss-mdns ist nicht installiert
Guten Tag, Ich habe ein Debian lenny 64 Bit Server. Auf diesem l?uft FreeNX und ich m?chte WineWinrar drauf machen. Nur jedes mal wenn ich Wine starten will kommt diese Meldung: Code: It appears that libnss-mdns is installed on your system, but lib32nss-mdns is not. Please note that Wine will not be able to access the Internet unless you either install lib32nss-mdns, or uninstall libnss-mdns.
2009 Oct 14
0
[LLVMdev] Fwd: JIT on ARM
Hi. Sorry for reposting my mail, but can somebody at lest give some general ideas for what to look to solve my problem? -- Martins Mozeiko Begin forwarded message: > From: Martins Mozeiko <49640f8a at gmail.com> > Date: September 25, 2009 12:04:04 GMT+03:00 > To: llvmdev at cs.uiuc.edu > Subject: JIT on ARM > > Hello. > > My goal is to use LLVM with JIT compiler
2007 Mar 09
1
global_script_path and virtual users
We have a big installation with postfix + dovecot + sieve. Now we would like to create a "junk" folder in every customer inbox so they can discard the spam by they own. We are planning to user global_script_path = /etc/dovecot/dovecot.sieve Where /etc/dovecot/dovecot.sieve is: require "fileinto"; if exists "X-Spam-Flag" { fileinto "Junk"; } My
2008 Oct 17
0
avahi and mDNS
Trying to figure out how to make it work. Seems as though it should be pretty easy. installed package (from yum search) avahi-compat-libdns_sd.i386 : Libraries for Apple Bonjour mDNSResponder compatibility. /etc/nsswitch.conf altered line so it reads, hosts: files dns mdns mdns4 started avahi-dnsconfd service (don't know that it's needed) restarted avahi-daemon service but the