Displaying 13 results from an estimated 13 matches for "lottspot".
Did you mean:
hotspot
2015 Jul 17
1
Quota policy service not rejecting messages when user over quota
...as. Every other aspect of my configuration is working with
absolutely no problems. When I attempt delivery via LTMP, the message
is, as expected, rejected due to the user's inbox being full.
root at smtp:/usr/local/etc/mail-config # nc -U
/var/spool/postfix/private/dovecot-lmtp
< 220 mx0.lottspot.com Dovecot ready.
> LHLO localhost
< 250-mx0.lottspot.com
< 250-8BITMIME
< 250-ENHANCEDSTATUSCODES
< 250 PIPELINING
> MAIL FROM:<root at localhost>
< 250 2.1.0 OK
> RCPT TO:<james at lottspot.vpn>
< 552 5.2.2 <james at lottspot.vpn> Quota exceeded (mail...
2015 Jul 19
2
[Dovecot Antispam] Can't seem to load plugin
...= Spam
antispam_trash = Trash
antispam_unsure = INBOX/Suspect
recipient_delimiter = +
sieve = file:~/filters;active=~/.main.sieve
sieve_after = %h/.after.sieve
sieve_before = %h/.before.sieve
sieve_max_actions = 0
sieve_max_script_size = 0
}
postmaster_address = mailstore at zerolag.lottspot.com
protocols = imap sieve
service auth {
unix_listener auth-userdb {
group = nobody
mode = 0666
user = nobody
}
}
service imap-login {
service_count = 0
}
service managesieve-login {
inet_listener sieve {
port = 4190
}
service_count = 0
}
userdb {
driver = passwd
}
pr...
2015 Jul 17
2
[Sieve] Unable to fileinto subfolders
...messages
into a subfolder of a mailbox. An email which is matched by the
following script:
require "fileinto";
if header :contains "Subject" "[SORT ME]" { fileinto "INBOX.Sorted"; }
Yields the following error:
Jul 16 18:54:46 smtp dovecot: lmtp(james at lottspot.vpn): Error:
DiJmNGZgqFWLFAEANWXNPw: sieve: msgid=<4973528.yvy4Yu8Tt4 at arch_project>:
failed to store into mailbox 'INBOX.Sorted': Character not allowed in
mailbox name: '.'
As far as I can tell based on the Sieve usage page in the wiki
(http://wiki2.dovecot.org/Pigeonh...
2015 Jul 17
0
[Sieve] Unable to fileinto subfolders
Am 17. Juli 2015 04:10:50 MESZ, schrieb james at lottspot.com:
>Hello again list!
>
Hello,
>
>require "fileinto";
>if header :contains "Subject" "[SORT ME]" { fileinto "INBOX.Sorted"; }
>
>Yields the following error:
>
>Jul 16 18:54:46 smtp dovecot: lmtp(james at lottspot.vpn): Error:
&...
2016 Jul 12
2
virt-login-shell: Security model none cannot be entered
Hello!
I am currently experimenting a bit with some of the LXC support under
libvirt, and in trying to utilize the tool virt-login-shell, I encounter
the following error:
[james@lxchost ~]$ virt-login-shell
libvirt: error : argument unsupported: Security model none cannot be
entered
Though it should be apparent from the lack of error, the domain is most
definitely running.
[root@lxchost
2016 Feb 24
2
SQLite driver and auth-worker credentials
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
On 24.02.2016 21:49, james at lottspot.com wrote:
> The only secure way to enforce read-only access on a sqlite
> database is via filesystem permissions. I would recommend setting
> your database to 640 and ensure that any modifying process runs
> with the owning UID.
dovecot CAN NOT open SQLite database with read-only pe...
2015 Jul 21
2
dovecot proxy/director and high availability design
I think RR DNS is the only viable solution under these circumstances. If
you can cope with the fact that failovers won't be seamless, I don't
think there's anything wrong with that though.
On 07/21/2015 11:54 AM, Laz C. Peterson wrote:
> The consensus seems to say no to RR DNS ? I am going to take that into serious consideration.
>
> With this proxy setup you describe, what
2016 Jul 13
0
Re: virt-login-shell: Security model none cannot be entered
On Tue, Jul 12, 2016 at 11:25:11AM -0400, james@lottspot.com wrote:
> Hello!
>
> I am currently experimenting a bit with some of the LXC support under
> libvirt, and in trying to utilize the tool virt-login-shell, I encounter the
> following error:
>
> [james@lxchost ~]$ virt-login-shell
> libvirt: error : argument unsupported:...
2015 Jul 21
0
dovecot proxy/director and high availability design
On Tue, 21 Jul 2015 12:00:39 -0700
James Lott <james at lottspot.com> wrote:
> I think RR DNS is the only viable solution under these circumstances.
> If you can cope with the fact that failovers won't be seamless, I
> don't think there's anything wrong with that though.
>
> On 07/21/2015 11:54 AM, Laz C. Peterson wrote:
> >...
2015 Mar 13
1
Configuring Shared Mailbox Dictionaries
Hello, list!
I am in the midst of configuring a new Dovecot IMAP server, and I'm
preparing to setup shard mailboxes as part of the ocnfiguration. In
order to get these setup the way I want, I've figured out that I'm going
to have to setup an acl_shared_dict. This is where things start to get
confusing for me, as I have had difficulty finding thorough explanations
of dictionary
2016 Feb 24
2
SQLite driver and auth-worker credentials
I want to use SQLite database as storage for auth and user databases.
I've encountered two problems here:
(1) There is no way to open SQLite database read-only (via
sqlite3_open_v2() call with SQLITE_OPEN_READONLY flag). It looks bad. I
don't need (and want) to give dovecot rights to write to this database.
(2) I've created system group "hostingdb", added
2015 Jul 20
0
[Dovecot Antispam] Can't seem to load plugin
So I modified my configuration a couple times just to try and get any results
from the plugin. I commented out my backend configuration, and finally got the
plugin to log something.
root at zerolag:/usr/local/etc/dovecot # grep antispam /var/log/maillog
Jul 20 05:27:50 zerolag dovecot: imap(james.lott): Error: antispam plugin
backend is not selected for this user
At this point, I'll take
2015 Jul 20
2
[Dovecot Antispam] Can't seem to load plugin
Thanks for the pointer! Thanks to the enabled debug logging, I can now see
that the plugin is at least loading
root at zerolag:/usr/local/etc/dovecot # grep antispam /var/log/debug.log
Jul 19 20:02:30 zerolag dovecot: imap(james.lott): Debug: Module loaded:
/usr/local/lib/dovecot/lib90_antispam_plugin.so
Jul 19 20:02:35 zerolag dovecot: imap(james.lott): Debug: Module loaded: