Displaying 20 results from an estimated 30000 matches similar to: "post-login scripting using PHP"
2014 May 13
3
RFE: please add Return-Path: to sieve sent mail headers
May I ask to add Return-Path: some meaningful header line to sieve sent
mail headers in vacation message? Now the header line isn't generated at
all and the effect is as follows:
on receiving MTA:
2014-05-09T15:04:32+02:00 host/ip postfix/qmgr[2408]: 41F2F6024E:
from=<>, size=900, nrcpt=1 (queue active)
in received mail body:
Return-Path: <>
Would be nice to get:
Return-Path:
2009 Jan 20
3
dovecot bulletins?
As a long term user of qpopper with bulletins, I'd like to know if the
bulletin feature is planned for dovecot? I really miss bulletins :-),
this is very convenient way of providing information to users.
Best regards,
MU
2012 Sep 26
2
mail size needed in dovecot sieve log line
This is a dovecot sieve log line:
2012-09-26T13:47:52+02:00 host/192.168.1.1 dovecot: [ID 583609
mail.info] lmtp(7565, user at domain): vTtJDTrrYlCNHQAAs1WjhA: sieve:
msgid=<MSGID>: stored mail into mailbox 'INBOX'
Would it be possible to have mail size logged here?
MU
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type:
2014 May 13
2
RFE: please add mail queue id to 'sent vacation response' log line
May I ask to add receiving smtp server mail queue id to sieve 'sent
vacation response' log line?
Now:
2014-05-09T15:04:32+02:00 name/ip dovecot: lmtp(8164, user1 at domain):
YvJFLVbSbFPkHwAASpgOhg: sieve:
msgid=<000301cf6b87$36be4570$a43ad050$@us.edu.pl> size=46850: sent
vacation response to <user2 at domain>
Asked for something like this:
2014-05-09T15:04:32+02:00 name/ip
2010 Sep 23
1
dovecot+sieve redirect action signal 11 while user homedir not defined
Hi, while executing simple sieve script:
require ["fileinto", "envelope"];
if header :contains "subject" "test" { redirect "user at domain"; }
we got:
2010-09-23T09:25:23+02:00 st1/192.168.10.201 dovecot: [ID 583609
mail.error] master: Error: service(lmtp): child 15524 killed with signal
11 (core not dumped)
in case user home directory is
2009 Jan 20
2
multiple passwords in different schemes
Timo wrote : "In future it's possible that Dovecot could support
multiple passwords in different schemes for a single user.".
Is it planned in the nearest future? :-)
Best regards,
MU
2011 Mar 21
1
2.0.11 segfault while can't access submission_host
15-lda.conf:
submission_host = 192.168.m.n:587
2011-03-21T14:43:49+01:00 prac/p-prac dovecot: [ID 583609 mail.debug]
lmtp(12354, user at us.edu.pl): Debug: mcQ1NitVh01CMAAAuqlTtQ: sieve:
executing script from /mails/sieve/user at us.edu.pl.svbin
2011-03-21T14:43:49+01:00 prac/p-prac dovecot: [ID 583609 mail.error]
lmtp(12354, user at us.edu.pl): Error: smtp(192.168.m.n:587): RCPT TO
failed:
2014 May 21
1
dovecot auth ldap attributes - unused?
Please explain the following dovecot (2.2.13) behaviour: I run dovecot
in ldap auth debug mode and log file excerpt follows:
2014-05-21T08:22:01+02:00 dovecot/ip dovecot: auth: Debug:
ldap(user at domain,pcip,<bdKvA+P5HQCbnmFI>): bind search:
base=o=tree,dc=do,dc=ma,dc=in
filter=(&(objectClass=MailAccount)(accountActive=TRUE)(mail=user at domain))
2014-05-21T08:22:01+02:00 dovecot/ip
2009 Sep 01
3
assertion failed while using sieve
Hi,
there is a line in TODO: "- sieve-cmu.c crash: i_assert(buf->used - 1 ==
part->body_size.physical_size); ". Yes, we've really seen this crash.
Therefore we upgraded to dovecot-1.2.3 with dovecot-1.2-sieve-0.1.11 in
order to use sieve plugin (i.e. not cmu-sieve). We use Solaris 10 on Sun
servers, we don't use NFS.
However, unfortunately, dovecot with sieve crashes
2010 Nov 10
3
plot & xlim/ylim & range of axis
Dear mailing list readers!
Using R and the plot function I stumbled over this little issue:
plot(x=NULL,
y=NULL,
xlim=range(1:10),
ylim=range(1e-9:1),
log="y")
produces an plot empty plot, where the y-axis is in the specified range.
Changing ylim to
ylim=range(1e-9:1e-3)
creates an y-axis in the range of 1e-12 to 1e-6. This appearance of the
y-axis is a
2015 May 24
2
[Mesa-dev] [PATCH 07/11] glsl: Add arb_cull_distance support
On Sun, 2015-05-24 at 19:58 +0200, Tobias Klausmann wrote:
> Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann at mni.thm.de>
> ---
> src/glsl/ast_to_hir.cpp | 14 +++++
> src/glsl/builtin_variables.cpp | 13 +++-
> src/glsl/glcpp/glcpp-parse.y | 3 +
> src/glsl/glsl_parser_extras.cpp | 1 +
> src/glsl/glsl_parser_extras.h
2002 Aug 17
2
how to determine the login shell?
Hi,
Is it possible to determine the login shell (eg, /usr/bin/ksh or /usr/ace/prog/sdshell) from the ssh client?
Is there a function call I can do or would I need to do this with a packet_get_string?
TIA.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020817/67d60b01/attachment.html
2010 Jun 04
1
ps-output and LaTeX/DVIPS/PS2PDF - Greek letters disappear
Hello!
My graphs are produced using the "postscript"-option in R (R version
2.10.1 (2009-12-14)). When Greek letters are used on the axis,
everything looks fine in the *.ps-file. If included in a LaTeX-file and
(on Ubuntu 10.04, fresh install), the Greek letters appear in the DVI-
and PS-output, however, if converted with ps2pdf they suddenly
disappear. Could anyone suggest a
2011 Apr 26
1
Listing machines as non-root user
I have a problem with virsh. I'm using eucalyptus software on top of xen 4
(debian squeeze). The problem is that unix user "eucalyptus" cannot see vm
machines when it executes "virsh list". My libvirt version is 0.8.8-3 from
debian sid repository. The same
problem occurs with older versions.
What is more I have tried to change unix_sock_ro_perms to "2777". After
2003 Apr 18
1
Samba and solaris automountd
Hello folks,
I have posted a message similar to this on the solaris list. I'm trying
to export a number of shares that are automounted under a common
directory, i.e, /prog. Under /prog, I have directories such as /prog/one,
/prog/two, /prog/three, /prog/four e.t.c; some of the directories are
from the same nfs server, others are from different nfs servers. The
beauty of automounting /prog
2017 Nov 14
2
[RFC PATCH] nouveau/compiler: Allow to omit line numbers when printing instructions
This comes in handy when checking "NV50_PROG_DEBUG=1" outputs with diff!
Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann at mni.thm.de>
---
src/gallium/drivers/nouveau/codegen/nv50_ir.cpp | 6 +++---
src/gallium/drivers/nouveau/codegen/nv50_ir.h | 2 +-
src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h | 1 +
2009 Sep 14
2
problems with reshape
Hello *
I would like to reshape wide the following dataset:
> rl <- read.dta("intermedi/rapporti_lavoro.dta") [c("id_rl","prog","sil_pi","sil_cf","sil_dat_avv")]
> dim(rl)
[1] 12964 5
> object.size(rl)
1194728 bytes
> head(rl)
id_rl prog sil_pi sil_cf sil_dat_avv
1 638 1 04567XXXXXX
2014 Jan 27
1
post-login scripting failing with "denied access to user" v2.1.7
I am trying to have a default sieve rule for new mailboxes that can be
edited by users using the round cube sieve plugin.
It would actually be better executed when a new user is created but my postfixadmin runs on a separate machine so that's a bit tricky.
The "sieve-default =" setting won't quite achieve what I want as I want users to be able to edit the default rule (to
2002 May 30
1
problem of compile fortran program
I want to call dll from R but encounter problem in compiling the fortran
program.
First I try "Rcmd shlib prog.f", it failed and warning:
make[1]: `libR.a' is up to date.
make: *** No rule to make target `'prog.o', needed by `prog.a'. stop.
Then I try to compile it by absoft fortran compiler, it works and produces
prog.dll.
But when this routine is called in R, it
2005 Jun 06
2
PHP mcrypt
Hi,
Could someone tell me how I'd go about compiling php with mcrypt support
from src.rpm?
ie. configure -with-mcrypt[=DIR]
Is it just a matter of calling
rpmbuild --rebuild src.rpm --with=mcrypt
?
Cheers,
MaZe.