similar to: Execute Script on LMTP Deliver?

Displaying 20 results from an estimated 8000 matches similar to: "Execute Script on LMTP Deliver?"

2010 Sep 23
3
execvp /usr/local/libexec/dovecot/dovecot-lda: Permission denied
I'm trying to follow the instructions for configuring Dovecot LMTP with postfix for virtual domains but whenever mail arrives, in /var/log/maillog, I see Sep 23 16:01:20 mybox postfix/pipe[572]: 999C83206C6: to=< user at mytest.domain.com>, relay=dovecot, delay=0.08, delays=0.04/0.01/0/0.03, dsn=4.3.0, status=deferred (temporary failure. Command output: pipe: fatal: pipe_command: execvp
2010 Sep 23
2
Possible to split message store location?
We have a few dovecot servers all pointing to the same mail location (an NFS mount on a NAS drive). This could lead to a possible bottleneck eventually and we were wondering if it's possible to have dovecot direct x number of users to one message store location while others get their mail on a different mount?
2010 Oct 04
2
Proxying LMTP - Auth PASS lookup failed
I'm trying to configure my proxy/director server, which proxies imap/pop/managesieve correctly already, to proxy LMTP to my backend message store server (dovecot+postfix already configured there) This is what I have so far: 10-auth.conf using auth-static.conf.ext instead of auth-ldap.conf.ext (switching to this made proxying imap/pop/managesieve work) 10-director.conf protocol lmtp {
2010 Apr 11
4
Virusscanning
Hello list, I use currently a non-dovecot pop3 proxy which has the ability to scan all passing mails for viruses. And I like dovecot. I have to combine both. One (and the only) idea is to call a virusscanner a shellscript, installed as PostLoginScript. But I see multiple disadvantages: 1. it's a shellscript which tents to be slow. 2. it's called *on* the mailbox-host, not on a dedicated
1999 Oct 19
2
How to restart Samba conveniently
I just downloaded and installed the source to 2.0.5a, and it worked perfectly. I really like the fact that everything by default goes under /usr/local/samba (I just did the ./configure; make; make install). The one thing I don't see is the start/stop/restart commands like I used to have in my Red Hat rpm installation: /etc/rc.d/init.d/smb restart It was a shellscript to read the .pid files,
2003 Sep 29
1
Fsck (presumably e2fsck) returns exit code 127 on an ext3 file sy stem
fsck (Red Hat Enterprise Linux AS 2.1) returns an exit code 127 on an ext3 file system when run from a shellscript started by cron. Here is the pertinent part of the script: ... fsck -p /dev/${BK_SLICE} 1>/dev/null 2>&1 STATUS=$? if [ ${STATUS} -ne "0" ] then echo "${MIR_PID}: file system check of /dev/${BK_SLICE} failed, status = ${STATUS}" >>${LOG}
2008 Aug 19
3
variables in dtrace scripts
Greetings, is there a way to specify probes and other dtrace operations via command line parameters, like " BEGIN { usr_exec=$$1; usr_syscall=$$2; } syscall::usr_syscall:entry /execname == usr_exec && guard++ == 0/ { ... " [this does not work] This would make it possible to create "generic" dtrace scripts. Otherwise, some shellscript with sed-magic would
2013 Jan 10
3
firefox 18
Has anyone managed to get FF 18.0 to work on Centos 5.8? I've been hacking at it, placing a stack of .so files (from Centos 6) into a private directory, then using LD_LIBRARY_PATH to point the system to (in a shellscript that subsequently invokes ff 18) but so far I've not managed to find the right combination. I've moved over libstdc++, all or nearly all the .so files from glib2 and
2019 Sep 23
5
File manager or browser for IMAP?
Hi all, I could really use a file manager or browser to browse my Dovecot IMAP. Ideally it would have hotkeys to move, copy, delete and send. The send part needn't be coded: Just a call to a shellscript which can handle the send the way it's locally the most convenient. Anyone know of such a file manager or browser for IMAP? SteveT Steve Litt Author: The Key to Everyday Excellence
2002 May 20
2
How can $VARIABLES be used inside smbclient -c'xyz' command strings?
Hi, being a total newbie in shellscripting and similar stuff, I am suffering from a brain freeze around the following problem: * I need to print (or transfer otherwise) to a WinNT box; * the files are send from inside a shellscript; * the script gets the filename on the commandline when started; * so the only knows it works on "$1"; * the problem is, that the original filename needs to
2019 Jul 05
3
Re: [PATCH] Add Rust bindings
> Have you decided whether we need to commit the generated files > (Cargo.toml, Cargo.lock)? It looks like in this series those files > are still included and not added to .gitignore. I'm sorry I forgot adding Cargo.lock to .gitignore. I'll add it to .gitignore. However, I think Cargo.toml should be staged. This is because this is a file managed by hands. It contains
2010 Oct 13
5
managesieve fileinto folder with international characters
I have a folder created in dovecot entered by the user as "??o??" On the file system it appears as "&APEA8Q-o&AOkA6Q-" (mUTF7) When creating a sieve rule, to file into the folder ??o??, I am converting the name from UTF8 into UTF7, the rule becomes require ["fileinto"]; if header :contains ["From"] "user at domain.com" { fileinto
2013 Mar 19
3
2 questions re UPS management
Hi, trying to figure out how the system manages UPS connections. On both Centos 5.9 and 6.4, merely plugging in a USB UPS device causes an icon to appear in the top panel, and (at least on 5.9, haven't yet tested this in 6.4) when the UPS suffers a power failure the system notices and after a bit does a clean shutdown. All this without installing ANYTHING extra. one of the UPSes I'm
2007 Jan 08
3
Adding 4000 Lines to asteriskdb via asterisk -rx ?
Hi there, I want to add 4000 Callerids and Callernames to my asterisk-db. (/var/lib/asterisk/astdb) I do not want an external database or an sql-database because I do not want asterisk to depend on external processes. However, when I do 4000 "database put number name" via a shellscript and "asterisk -rx" I only have 600 entries later in my asterisk- database. The asterisk
2003 Sep 08
8
Can I execute a shell script from Wine ?
I need to be able to trigger a Linux procedure (shell script, or PERL for example) from Wine. Is it possible to do ? Please help ! Thanks. Boris Kirshteyn K-B Toys, Software Architect (413) 496-3249 bkirshte@kbtoys.com
2004 Aug 08
1
asterisk-update script - and the script - Fixed typo
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Here's a version I modified which grabs either a development or stable verision, and does a backup before updating from CVS. It also asks for addon's and cc. Leif Madsen did the original development and Mark released it. My changes does the minimum changes to previous version, to get what I need. It does the same version checking as the
2006 Jan 19
1
(newbie) using dtmf during a call
hi, im complete new with asterisk, so.. i want to be able using dtmf during a call, for execute a application. Now i'm still making phonecalls trough a sip-adapter (Linksys pap2) with my soundcart from server, and i receive in the asterisk-console putting some digits from a analog-telephon:" << Console receive digit 1 >> " e.g. Now how can i execute some application
2007 Mar 14
1
Courier keywords - anyone even tried?
I do realize from the Wiki that the formats are incompatible, and am looking at the Courier spec (http://www.courier-mta.org/imap/?README.imapkeywords.html) and the Dovecot spec (http://wiki.dovecot.org/MailboxFormat/Maildir) trying to see if there's any sane way I could try and write a shellscript. The pain here is the Courier spec, I think I lost a few brain cells trying to understand
2003 Feb 13
1
Samba Daemon start @ boot time
Hi, I'm new to linux and wanna know how to setup an 'autostart' for samba at boottime, i guess i've to put something like a shellscript in /etc/init.d. is there any documentation of this ?
2003 May 21
1
Problem with (corrupt?) file (fwd)
I've been having a problem for the past several days with a shellscript that has been working without problems for the 11 months. It's working until the comes up with the following error: total: matches=349 tag_hits=4061 false_alarms=1 data=6628073 ERROR: file corruption in public_html/reports/analog/analog.conf. File changed during transfer? I've tried deleting some of