Displaying 20 results from an estimated 1000 matches similar to: "Two strange behaviours with dovecot+postfix+squirrelmail"
2005 Sep 16
0
Two strange behaviours with dovecot+postfix+squirrelmail
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
About a week ago I was forced to migrate my main (production) email server from RH9 to
Centos4.1. The installation has dovecot-0.99.11 + postfix-2.1.5 and >600 mbox accessed email
accounts.
Number 1. Some users accessing thru squirremail (installed in my webserver) can read their
INBOX at /var/spool/mail directory but when trying to
2006 Jun 17
4
Simple tutorial weirdness
Sorry - working on a simple tutorial but something is throwing me
here. I''m supposed to get a Time.now() print to the page but it''s not
working and I can''t figure out why.
No errors are thrown my the page shows:
Howdy, world! My name is Stuart Felenstein.
This was verified at .
So no time stamp showing. I went into IRB , did a Time.now() and it''s
working
2017 Jul 08
4
force port redirection for list of users
Hi ,
I have the following requirement .
other than following users, any other user sshd connection should be
redirected to 2024 instead of port 22.
root, ftp, guest
So
ssh root at ip // should be sent to sshd running at port 22
ssh otheruser at ip // should be sent to sshd running at port 2024
I know that we can do something like this:
ssh -o ProxyCommand='ssh -W localhost:2024 cliuser
2015 Aug 17
1
Store ACL files within shared mailbox / rename shared folder problem
Hi.
If $otheruser shares a mailbox to $myuser, my private index is stored
in *my* Maildir, according to this template (from the dovecot docs):
mail_location = maildir:%%h/Maildir:INDEXPVT=%h/Maildir/shared/%%u
If $otheruser renames the shared mailbox, all my private mail flags
(Seen) are lost because my mailclient couldn't find the private index
anymore.
Is there any way to store the
2017 Jul 18
2
force port redirection for list of users
Thanks somuch. I am checking it.
Best Regards,
On Tue, Jul 18, 2017 at 9:08 PM, Reuti <reuti at staff.uni-marburg.de> wrote:
>
> > Am 08.07.2017 um 18:41 schrieb Sudarshan Soma <sudarshan12s at gmail.com>:
> >
> > Hi ,
> > I have the following requirement .
> > other than following users, any other user sshd connection should be
> > redirected
2007 Mar 21
4
Bug in TextCtrl constructor
Howdy,
I''ve uncovered a bug in the constructor for TextCtrl (originally
uncovered while using WxSugar but it appears to apply to WxRuby itself
as well). Here''s the output from irb:
# ------
irb(main):001:0> require ''wx'';
irb(main):002:0* ctl =
2015 Apr 19
1
[bug?] idmap.ldb xidNumber attributes overlap with existing users'/groups' uidNumber/gidNumber
Greetings, All!
I've discovered a nasty mismatch in my recently upgraded domain.
It seems that a number of builtin groups have mappings in idmap.ldb that
overlap with posixAccount mappings in the sam.ldb.
Namely,
# file: var/lib/samba/sysvol/ads.example.com/scripts/
# owner: root
# group: 544
user::rwx
user:root:rwx
group::rwx
group:544:rwx
group:30000:r-x
group:30001:rwx
2019 Dec 06
2
Problem with sievefilter forwarding
Hello!
dovecot --version 2.2.36 (1f10bfa63)
I defined a sievefilter
require ["copy"];
# rule:[weiterleitung]
if header :contains "to" "user at bitclusive.de"
{
redirect :copy "otheruser at gmail.com";
stop;
}
It doesn't work and I don't know why. I can define a vacationfilter
that works fine.
Can I debug this somehow and can somebody here
2009 Aug 05
2
[LLVMdev] Dominator error inserting instructions into BasicBlock
Hi,
I've been writing some optimization passes for LLVM and had good luck
with
the simple stuff, but I am running into all kinds of trouble trying to
make copies of variables within a BasicBlock as part of a LoopPass
I am trying to make copies of the variables that are in scope in the
loop body like so:
//Remove the existing terminator
1999 Oct 29
1
LinuxBox can't appear in Net neighbourhood.
I have samba 2.0.5 run on my RH6.1
In windoz,when I use "find computer",I can find it without any difficulty!
Also I can access it using this method!
But I can't see it in network neighbourhood!
I've tried "net view /workgroup=MY_LINUXBOX_DOMAIN",still can't see.
Why?(In my linuxbox,the dns resolve doesn't work.does that matter?)
The following is my global
2006 Sep 22
1
Restrictions on User Basis
hi, man
I can't make my wan users send mail to my office
I have sendmail
dovecot
in lan function so good
I have squirremail and it function well from everywhere
but wan users can send messages to my office
say - server response 553-
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2020 Apr 02
4
Sieve with links?
On 02 Apr 2020, at 03:48, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
> On 2.4.2020 11.07, @lbutlr wrote:
>> Is there any reason that a .active_sieve file would not load because it is a symbolic link? The target of the link is readable by the mail user, but instead of getting the trace for the .active_sieve file, I only get the trace for the default sieve file.
>
> Does
2008 Sep 26
2
Few questions on configuring Samba as a PDC
Please don't flame me. I did attempt to search before posting this question
(through Gmail), if there's a better way, please let me know!
I followed this article for implementing a Samba PDC:
http://www.howtoforge.com/samba_setup_ubuntu_5.10_p4
Question 1) The only accout that appears to be able to add an account onto
the domain is the root account. There must be a way to change that
2010 Mar 21
0
[PATCH] core: use MY_NAME for syslinux_banner
Use MY_NAME for syslinux_banner in isolinux and pxelinux.
This is already done in ldlinux and extlinux.
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
diff --git a/core/isolinux.asm b/core/isolinux.asm
index ef7d92d..23429bd 100644
--- a/core/isolinux.asm
+++ b/core/isolinux.asm
@@ -1034,7 +1034,7 @@ writestr_early equ writestr
; Data that needs to be in the first sector
;
2008 Feb 26
0
Squirrelmail Problem on CentOS 4.4
Well, easy to solve for non-japaneses
find /usr/share/squirremail/functions/mime.php
if (!$charset_converted) {... <<< line 316
...
} <<< line 323
and do this (comment it out)
/*
if (!$charset_converted) {... <<< line 316
...
} <<< line 323
*/
Dont know if we run in trouble if we get a
2006 Jul 13
2
Kerberos Keytab Code Update in 3.0.23
First thing - I'd like to say a big "THANK YOU" to the developers.
I just upgraded to samba-3.0.23 and I've noticed an alarming issue with
respect to my configuration.
I've been using the built-in keytab management and it looks like the updated
code no longer creates the userPrincipal in Active Directory.
Whether this is an issue for others or not, it would be nice to have
2012 Feb 26
3
allow trusted domains
There is a samba compiled without winbind support, with the following
options configured:
workgroup = MYDOMAIN
security = domain
allow trusted domains = yes
add user script = /usr/sbin/pw useradd %u -m -Y -M 755
When a Windows user MYDOMAIN\john connects to the samba server, he is
mapped to the Unix user john. If there is no Unix user "john", it is
created by the add user script.
How
2015 Apr 12
6
Samba as AD member can not validate domain user
Hi!
the previous problems were solved (thank you, Rowland!), but few
issues remains:
I get such msg in log:
0. Is it possible to tell samba to output messages in logs as one line
per message (even if it is long one?)
1. 2015/04/12 11:32:39.293583, 3]
../source3/smbd/msdfs.c:971(get_referred_path)
get_referred_path: |shareX| in dfs path \FS\shareX is not a dfs root.
(seems it is not
2017 Sep 23
1
Different users having same home/mail_location?
Hello Peter,
I'm using a virtual users model in dovecot where all the mail is stored
under the same OS user account anyway, so file/dir permissions won't be
a problem. The system users I was referring to are actually completely
separate user accounts at the moment with their own uid/gid (and
passwordless sudo between them), but I guess they could use same uid/gid
and just have
2005 Mar 20
1
Shared maildirs with symlinking
Hello,
I try to set up a shared maildir with symbolink links, but it doesn't
work.
The main user, from which I would share a mailbox, creates a mailbox
named "Commun" with thunderbird.
I see on the file system from the server that a directory .Commun is
created in his ~/Maildir/ and that the file ~/Maildir/.subscriptions has
now such an entry. Right.
In ~/Maildir/Commun the