Displaying 13 results from an estimated 13 matches for "baltasar".
2007 Aug 05
3
Disable IMAP for certain users, but not Webmailer
...s allows me to provide full POP3 to everybody and in the same
time restricting IMAP, I don't see a possibility
Is there any possibility to achieve what I need without having two
completely separated instances of Dovecot running?
I'd appreciate any hints, pointers to documents etc.
Thanx,
Baltasar
--
_____ FORMER 03 GmbH
_____ infanteriestra?e 19 haus 6 eg
_____ 80797 muenchen
_____ baltasar.cevc at former03.de
_____ www.former03.de
_____ fon 089.322112.29
_____ fax 089.322112.11
_____ mobil 0178.691.2233
_____ gesch?ftsf?hrer
_____ sebastian fiedler
_____ gert zellentin
_____ handelsr...
2007 Jun 07
2
Multiple USVs (how to identify each one)
...h (all three use the same driver). They power
different systems (two of them running windows so that I can't easily
setup a network-enabled software on two of them, as I've only seen
a NUT client for MS Windows).
Do you have any hints? Any document pointer or answer is appreciated.
Thanx,
Baltasar
--
Baltasar Cevc
_____ FORMER 03 GmbH
_____ infanteriestra?e 19 haus 6 eg
_____ D-80797 muenchen
_____ http://www.former03.de
2006 Aug 01
2
IProute/conntrack issues
...comes in, however, they never reach the internal
host, as far as I can track down the problem the connection tracking
does not recognize the answer as belonging to a known connection, so
that the reverse NAT will fail (we use SNAT on outgoing packets).
Any help or hints are appreciated!
Thanx,
Baltasar
Some more information:
### Routing looks like
ofc:/home/bc# ip ru sh
0: from all lookup local
5001: from <extip leased line>/29 lookup IQ
5002: from <extip DSL> lookup DSL
6001: from all fwmark 0x1 lookup IQ
6002: from all fwmark 0x2 lookup DSL
32765: from all lookup mai...
2007 Aug 19
1
Dovecot on different server than MTA
...stinct functions and to improve
scalability. Everything except the dovecot server is planned to be
duplicated on two different hardware machines (e.g. mx-in1 on server1,
mx-in2 on server 2, mailhub1 on server1, mailhub2 on server2,
virusscanner on server 2 and 3, etc. or something similar).
Thanx,
Baltasar
--
_____ FORMER 03 GmbH
_____ infanteriestra?e 19 haus 6 eg
_____ 80797 muenchen
_____ www.former03.de
_____ phone +49 - 176 - 23 22 08 22
2006 Jul 29
1
FWMark routing trouble
...understood table 3-2 in
http://www.faqs.org/docs/iptables/traversingoftables.html that is not
possible as the routing decision is taken even before the packet
touches netfilter for the first time.
Is that correct? Does anybody have some hints about how to work around?
Thanx a lot!
Baltasasar
Baltasar Cevc
_____ former 03 gmbh
_____ infanteriestraße 19 haus 6 eg
_____ D-80797 muenchen
_____ http://www.former03.de
2007 Jul 18
1
Loosing comms with UPS
In my system log file I get messages like:
Jul 18 13:05:12 mint upsd[4025]: Host 192.168.145.12 disconnected (read failure)
Jul 18 13:10:12 mint last message repeated 5 times
Jul 18 13:10:12 mint last message repeated 4 times
and broadcast messages like:
Communications with UPS mintups at mint.phcomp.co.uk lost
30 seconds later:
Communications with UPS mintups at mint.phcomp.co.uk
2007 Aug 21
2
Imap service and quota
Hi, i have just migrated from courier-imap to dovecot. im using it with
vpopmail, the pop service is working ok but the imap service for imp
webmail is not writing the quota information to the maildirsize file, as
recommended in the docs, i have this in dovecot.conf :
plugin {
# Quota plugin. Multiple backends are supported:
# dirsize: Find and sum all the files found from mail
2007 Aug 30
2
define-based exported virtual resources
Can you use exported virtual resources with custom definitions? As an
example, with the following definition:
define vr-tester() {
file {
"/tmp/vr-success.txt":
content => ''foobar'';
}
}
this code is working for me:
class testme {
@vr-tester { "foobar": ; }
Vr-tester <||>
}
but this is not:
class testme {
2007 Jul 31
2
Node and Class unique naming
All
I am doing some testing and have a quick question. Do class and node
names have to be unique? I define a node:
node test {
include test
}
and a class called test.
When I run the test node and connect I don''t get an error but no
configuration is applied to the node. Is this normal behaviour or a
bug? If it''s normal behaviour should Puppet tell you about the
2007 Sep 05
1
Quota bug in deliver?
...BOX
The mailbox is still over quota here, but deliver does not seem to
notice.
== standard quota in the config
plugin {
quota = maildir:storage=102400:messages=1000
[...]
}
In case I've overlooked something, please let me know. Otherwise let
me know if you need some more information.
Baltasar
_____ FORMER 03 GmbH
_____ www.former03.de
_____ fon 089.322112.0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://dovecot.org/pipermail/dovec...
2007 Jul 06
5
The puppet model
It seems to me that when you have a master server and a client
computer, the master doesn''t really need to know the implementation
details of the client computer.
It''s kinda like a browser from my perspective...the server is just
telling the browser what needs to be drawn on the local side.
Does the puppet model work like this? If not, I guess what I read
didn''t
2007 Aug 22
12
Virtual resource not found
Hi All,
I asked on IRC but didn''t have everything organized and most people
seemed busy. Hoping someone can see what I''m missing here.
I''m trying to create a network module, used similar to the ''users''
configuration described in the Best Practices document. I have a users
module which has that and it works with similar syntax to below. If I
2007 Dec 20
9
Puppet Reports
Hello All,
We are investigating writing a custom puppet report that would be a web
app to show a change log for each host. The issue we are running into
stems from how we run puppet. We run a daily cronjob in noop and report
mode and fix inconsistency''s either by hand or by puppet depending on
the host. This should change some what in the future as our puppet
environment matures