Displaying 11 results from an estimated 11 matches for "selmeci".
Did you mean:
tselmeci
2018 Oct 09
4
immediate delete of mails
...mailbox (/var/spool/mail/user).
Dovecot then fetches mails from this mailbox file.
Mailbox file is indeed very unoptimal, but at this moment I'm more
curious about the reason why I can't expunge mails... perhaps it'd
simpler with maildir, where it just means a simple file deletion.
--
Selmeci Tam?s
http://www.486.hu/
2018 Oct 09
2
immediate delete of mails
When I press DEL on a mail, the file /home/tselmeci/mail/Trash increases and the deleted mail is appended to it. But it doesn't disappear from /var/spool/mail/tselmeci. Once I expunge, /home/tselmeci/mail/Trash becomes empty but the original mail is still present in /var/spool/mail/tselmeci.
Maybe the SMTP server holds a write lock on the spool...
2018 Oct 10
2
immediate delete of mails
...ORE 1 +FLAGS \Deleted
* 1 FETCH (FLAGS (\Deleted \Seen))
3 OK Store completed (0.003 + 0.000 + 0.002 secs).
4 expunge
4 OK Expunge completed (0.001 + 0.000 secs).
----------------------
The answer to "2 select inbox" contains "Read-only mailbox", it's suspicious to me...
--
Selmeci Tam?s
http://www.486.hu/
2018 Oct 09
3
immediate delete of mails
....
> This is old and may have been fixed:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=208139
I don't think it's relevant, since with the very same Sylpheed an older Dovecot (1.x) could erase the unneeded mails. Perhaps some file permission issue on my server...?
Regards,
--
Selmeci Tam?s
http://www.486.hu/
2018 Oct 09
2
immediate delete of mails
...name = pop3
}
service replicator-doveadm {
name = replicator
}
service stats-reader {
name = stats
}
service submission {
name = submission-login
}
service login/submission {
name = submission
}
ssl = no
submission_max_mail_size = 0
userdb {
driver = passwd
}
verbose_proctitle = yes
--
Selmeci, Tam?s
http://www.486.hu/
2018 Oct 09
0
immediate delete of mails
> On 9 Oct 2018, at 11.19, Tamas Selmeci <tselmeci at 486.hu> wrote:
>
> When I press DEL on a mail, the file /home/tselmeci/mail/Trash increases and the deleted mail is appended to it. But it doesn't disappear from /var/spool/mail/tselmeci. Once I expunge, /home/tselmeci/mail/Trash becomes empty but the original mail is...
2018 Oct 09
0
mbox locking
On Tue, 2018-10-09 at 15:30 +0200, Selmeci Tam?s wrote:
> On Tue, 9 Oct 2018 12:08:00 +0200 Sami Ketola <sami.ketola at dovecot.fi
> > wrote:
>
> > How do you deliver then mails to the server??
> >
>
> OpenSMTPD and Dovecot run on the same machine. OpenSMTPD receives
> incoming mails and stores them i...
2018 Oct 09
0
immediate delete of mails
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 9 Oct 2018, Selmeci Tam?s wrote:
> On Tue, 9 Oct 2018 12:08:00 +0200 Sami Ketola <sami.ketola at dovecot.fi>
> wrote:
>
>> How do you deliver then mails to the server?
>>
>> also mbox is very unoptimised mailbox format for this. Each time mail is deleted from mbox mailbox the whole mb...
2018 Oct 10
0
immediate delete of mails
On 10.10.2018 09:34, Tamas Selmeci wrote:
> On Tue, 9 Oct 2018 15:44:14 +0200 (CEST)
> Steffen Kaiser <skdovecot at inf.h-brs.de> wrote:
>
>> try out pure IMAP via telnet:
>>
>> telnet server 143
>> 1 login user pwd
>> 2 select inbox
>> 4 CREATE Trash
>> 5 COPY 1 Trash
>>...
2018 Oct 09
3
immediate delete of mails
...0300
Reio Remma <reio at mrstuudio.ee> wrote:
> Do you see anything in Dovecot logs? It should definitely log if there
> were permission issues.
With 'mail_debug=yes' I see nothing relevant. Just something like this when I want to expunge deleted mails:
Oct 09 10:40:01 imap(tselmeci)<15816><ZwHSosd3NL/AqAFm>: Debug: Mailbox INBOX: Opened mail UID=25188 because: header stream
Oct 09 10:40:01 imap(tselmeci)<15816><ZwHSosd3NL/AqAFm>: Debug: Mailbox INBOX: Opened mail UID=25189 because: header stream
Oct 09 10:40:01 imap(tselmeci)<15816><ZwHSosd3NL...
2018 Oct 09
0
immediate delete of mails
...ename of a deleted email has changed in your maildir.
https://wiki2.dovecot.org/MailboxFormat/Maildir -> Filename examples
Look for T = trashed
This is old and may have been fixed:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=208139
Regards,
Gerald
> Am 09.10.2018 um 09:04 schrieb tselmeci at 486.hu:
>
> Hello all!
>
> I've got a home server running on an ARM Cortex-A7 with my custom Linux distribution. It's also responsible for handling incoming and outgoing mails. The SMTP server is OpenSMTPD-6.0.3p1. I'm using Dovecot-2.3.2.1 to export the mails (mailbox...