Displaying 20 results from an estimated 25 matches for "hile".
Did you mean:
file
2019 Aug 09
2
What does `iterate_query` for SQL want as output?
> On Aug 9, 2019, at 3:45 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
>
>> On 09/08/2019 22:16 Coy Hile via dovecot <dovecot at dovecot.org> wrote:
>>
>>
>> Hi all,
>>
>> In an earlier thread, https://dovecot.org/pipermail/dovecot/2019-August/116694.html I got a lot of useful help about migration. On my older host, everything was static; on the newer host, I?m s...
2019 Aug 09
2
What does `iterate_query` for SQL want as output?
Hi all,
In an earlier thread, https://dovecot.org/pipermail/dovecot/2019-August/116694.html I got a lot of useful help about migration. On my older host, everything was static; on the newer host, I?m storing user information in Postgres. usernames are of the form <login at REALM>, say ?hile at coyhile.com? as basically a Kerberos principal, and authentication and individual lookups work.
My `users` table looks thus:
mail=> \d users
Table "public.users"
Column | Type | Modifiers
----------+------+-----------
username | text | not null
domain | text | not null...
2019 Aug 10
2
What does `iterate_query` for SQL want as output?
>
> Did you check your logs?
>
that?s just it. There?s nothing in syslog (which is logging at mail.debug). Not just nothing useful, absolutely _nothing_ logged when I run that. All I see is this (printed, I presume to STDERR):
doveadm backup -D -A -R -f ssh -i id_rsa.dsync imap01.coyhile.com /opt/local/bin/doveadm dsync-server -A
Error: User listing returned failure
doveadm: Error: Failed to iterate through some users
dsync-local(hile at coyhile.com)<gCspG6m8Tl3bJQEAxHAMlw>: Error: read(remote) failed: EOF (version not received)
The last line makes sense given the earlier fa...
2019 Aug 10
0
What does `iterate_query` for SQL want as output?
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 09/08/2019 23:01 Coy Hile via dovecot <
<a href="mailto:dovecot@dovecot.org">dovecot@dovecot.org</a>> wrote:
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On Aug 9, 2...
2019 Aug 09
0
What does `iterate_query` for SQL want as output?
> On 09/08/2019 22:16 Coy Hile via dovecot <dovecot at dovecot.org> wrote:
>
>
> Hi all,
>
> In an earlier thread, https://dovecot.org/pipermail/dovecot/2019-August/116694.html I got a lot of useful help about migration. On my older host, everything was static; on the newer host, I?m storing user informa...
2019 Sep 03
4
Dovecot and Apple's Mail.app not playing nicely?
...ven ActiveSync
via Mail.app on my phone), they do get moved or deleted. However, if I take the same actions in the desktop
mail client, when logging in to the Webmail (or phone) app, I see the messages still seeming to be in the Inbox.
Is this known behavior? A peculiarity in Apple Mail?
--
Coy Hile
coy.hile at coyhile.com
2019 Sep 03
1
Dovecot and Apple's Mail.app not playing nicely?
On 2019-09-03 09:22, Sami Ketola via dovecot wrote:
>> On 3 Sep 2019, at 15.30, Coy Hile via dovecot <dovecot at dovecot.org>
>> wrote:
>>
>> Hi all,
>>
>> Is there anything cute one has to take into account when using Dovecot
>> with users of Apple?s Mail.app?
>> Behavior I?m seeing is that if I delete or move messages via Webmail
&...
2019 Aug 11
2
dovecot-lmtp and postfix
...st_special = no
queue_directory = /var/spool/postfix
queue_minfree = 76800000
readme_directory = /opt/local/share/doc/postfix
recipient_canonical_maps = hash:/opt/local/etc/postfix/recipient_canonical
recipient_delimiter = +
relayhost = relay.svc.a4b01392-e48d-4cdf-cacf-f850d1800d45.basement.cns.coyhile.com
sample_directory = /opt/local/share/examples/postfix
sender_canonical_maps = hash:/opt/local/etc/postfix/sender_canonical
sendmail_path = /opt/local/sbin/sendmail
setgid_group = maildrop
shlib_directory = /opt/local/lib/postfix
smtpd_banner = $myhostname ESMTP
smtpd_client_restrictions = permit...
2019 Aug 10
0
What does `iterate_query` for SQL want as output?
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 10/08/2019 15:51 Coy Hile via dovecot <
<a href="mailto:dovecot@dovecot.org">dovecot@dovecot.org</a>> wrote:
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<blockquote type="cite">
<div>
Did you che...
2019 Aug 02
1
Question about replication
> On Aug 2, 2019, at 7:57 AM, Sami Ketola via dovecot <dovecot at dovecot.org> wrote:
>
>
>
>> On 2 Aug 2019, at 14.52, Coy Hile via dovecot <dovecot at dovecot.org> wrote:
>>
>> Good morning,
>>
>>
>> I?m looking at dovecot replication for the first time for a particular use case: The VM running dovecot is currently in a public cloud, and I want to move it on-premises, so I want to re...
2001 Oct 02
1
problem with while loop with next (was RE: file connection, w hile, readLines and browser)
Dear R-help,
I think I have kinda isolated the problem I had to the following:
i <- 0
while( {i <- i + 1} < 5) {
if(i < 3) next
print(i)
}
This seems to go into an infinite loop. After I break the execution, i has
the value 1.
At the R prompt, if I start from i <- 0 and keep typing {i <- i + 1} < 5, it
eventually evaluate to TRUE. So why does the while loop not w...
2019 Aug 11
0
dovecot-lmtp and postfix
Am 11.08.2019 um 18:06 schrieb Coy Hile via dovecot:
> And in syslog I see:
>
> 2019-08-11T15:37:57+00:00 81716ec5-bca4-6d53-ed81-bd1a55d46b4f postfix/smtpd[56103]: [ID 197553 mail.info] 12327F13D: client=ns1.coyhile.com[172.17.64.25]
> 2019-08-11T15:38:40+00:00 81716ec5-bca4-6d53-ed81-bd1a55d46b4f postfix/cleanup[56365]: [I...
2019 Aug 02
2
Question about replication
Good morning,
I?m looking at dovecot replication for the first time for a particular use case: The VM running dovecot is currently in a public cloud, and I want to move it on-premises, so I want to replicate all mail data from the older instance to the new (then cutover internal DNS) (and in the process update to newer features on the internal instance such as mdbox vs Maildir).
However, the
2010 Aug 26
3
openssh - run as another user
For security, many systems are configured so you cannot log directly as root via the initial authentication in openssh.
What is usually done is that you log onto as your normal login and once you get a interactive shell you su to root to
run the command that requires root.
Does openssh have a more elegant way of exec'ing a command as root so I can run the command
non-interactively? I know:
2020 May 30
1
Current thinking on backups ?
I run a pair of dovecot servers for personal small domains with several
layers of backup in place ...
- The two dovecot servers replicate to each via a Tinc vpn mesh. That
gives email resiliency.
- All mail is replicated via offlineimap to a 3rd server over that Tinc
vpn. It's on the mesh, it has space, so why not ?
- All mail is replicated as well as via mbsync to a zfs dataset on my
2019 Aug 02
0
Question about replication
> On 2 Aug 2019, at 14.52, Coy Hile via dovecot <dovecot at dovecot.org> wrote:
>
> Good morning,
>
>
> I?m looking at dovecot replication for the first time for a particular use case: The VM running dovecot is currently in a public cloud, and I want to move it on-premises, so I want to replicate all mail dat...
2019 Sep 03
0
Dovecot and Apple's Mail.app not playing nicely?
> On 3 Sep 2019, at 15.30, Coy Hile via dovecot <dovecot at dovecot.org> wrote:
>
> Hi all,
>
> Is there anything cute one has to take into account when using Dovecot with users of Apple?s Mail.app?
> Behavior I?m seeing is that if I delete or move messages via Webmail (Roundcube, Horde, or even ActiveSync
>...
2007 Sep 15
1
ZFS and Live Upgrade
Is there any update/work-around/patch/etc as of the S10u4 WOS for the bugs that existed with respect to LU, Zones, and ZFS? More specifically, the following:
6359924 live upgrade needs to include support for zfs
I can''t even find that bug ID on bugs.opensolaris.org (or via sunsolve when I''m logged in for that matter) anymore. Basically, one couldn''t put zoneroot on
2008 Dec 17
1
Question re: samba 4 feature set
In what I've read so far about the proposed features for Samba 4, I see
mention of using a Samba 4 Domain Controller. Is support either
present or planned to integrate the SAMBA 4 DC as a second or third DC?
(That is to say, to join the Samba 4 DC as an additional DC for an
existing 2003 or 2008 domain?) All of the documentation that I have
read so far addresses the situation where the
2007 Jul 01
1
implementing MovieClip drawing API
Hi,
I would like to implement MovieClip.{moveTo,lineTo,lineStyle}. I
initially thought I could place an SwfdecShape inside an
SwfdecSpriteMovie created by createEmptyMovieClip then call
swfdec_shape_ counterparts when MovieClip.{moveTo,lineTo,lineStyle}
were called. It wasn't as easy as I had thought. All the functions are
highly tied to swf bitstream, even adding an SwfdecShapeMovie to