Displaying 20 results from an estimated 1000 matches similar to: "ot: copy physical mail files ?"
2020 May 07
4
ot: copy physical mail files ?
> Am 07.05.2020 um 17:15 schrieb Admin dishaw.org <admin at dishaw.org>:
>
>
>
>> On May 6, 2020, at 9:45 PM, Voytek Eymont <voytek at sbt.net.au> wrote:
>>
>> dumb question warning:
>>
>> I have two email accounts, me at tld1 and me at tld2
>> often, get emails intended (by me) for me at tld2 sent to me at tld1
>>
>>
2020 May 07
0
ot: copy physical mail files ?
> On May 6, 2020, at 9:45 PM, Voytek Eymont <voytek at sbt.net.au> wrote:
>
> dumb question warning:
>
> I have two email accounts, me at tld1 and me at tld2
> often, get emails intended (by me) for me at tld2 sent to me at tld1
>
> this is purely for my own preferred record keeping preference,
>
> as I run the server, is it 'a really bad things' if
2018 Jan 16
1
MyISAM Too many open files; + index.cache: Cannot allocate memory
installed new Dovecot 2.2 on Centos 7, and, migrated some users from old
server
# dovecot --version
2.2.33.2 (d6601f4ec)
works OK, but, noticed some sql and index.cache errors
what am I missing ?
only noticed this one so far
------------------
# grep "Too many open files" /var/log/dovecot.log
Jan 02 15:22:16 auth-worker(1411): Warning: mysql: Query failed, retrying:
Got error 24
2019 Mar 08
5
rsync /old/server new/server ?
I have Centos 7 with dovecot/postfix/mysql Maildir
I want to bring in a new server, new server will have same hostname as
current, but, different IP
I was intending to
rsync -avzhe ssh vmail at oldserver:/var/vmail/vmail1 /var/vmail/vmail1
and, then, re run as necessary when/if mail still arrives on old server
is that "a good plan" ...?
TIA, V
2011 Feb 09
2
critical feature from version 1 not migrated to version 2 = authentication configuration database per IP
not possible make operation with dovecot version 2.x as was possible in version 1.x:
requisites description:
connect to dovecot service on IP1 - dovecot must serve users that related to domain1 located in database1
connect to dovecot service on IP2 - dovecot must serve users that related to domain2 located in database2
login must be with username that form not as "user at domain" but
2019 May 30
2
sieve setup. no svbin ?
since moving/upgrading system I've noticed I no longer get sieve script
compiled, there is no dovecot.svbin created in
/var/vmail/vmail1/sbt.net.au/voytek at tld.au/sieve
what am I missing, how to check ?
also, looking at sieve.log, I see a lot of
May 31 06:32:50 lda(voytek at sbt.net.au)<1234><c4aVBfI98FzSBAAAyLbbsQ>:
Error: sieve: Failed to initialize script execution: Invalid
2020 Aug 28
1
moving /var/vmail/vmail1 Maildir tree to another partition?
I have a small Postfix/Dovecot/MariaDB on Centos 7 with a dozen virtual
domains, I'm running out of space in /var but got space
can I simply move the entire /var/vmail/vmail1 tree elsewhere ?
like say /vmail/vmail1
is it as simple as shutting Dovecot/Postfix, move tree, edit conf and re
start ?
or am I missing something ..? or is the a better way of doing this ?
# grep 'var/vmail'
2019 May 31
3
sieve setup. no svbin ?
On Fri, May 31, 2019 10:18 am, Ralph Seichter via dovecot wrote:
> * Voytek Eymont via dovecot:
> Try runing "sievec -u {your_linux_user} /path/to/whatever.sieve" from a
> shell and check the resulting error messages.
Raplh, thanks
so, am I'm missing sql lookup for sieve...?
# sievec -u voytek dovecot.sieve
sievec(voytek)<9667><>: Error: user voytek: Auth
2012 Jul 10
6
getting rid of old spam from +spam Maildir ?
I'm trying to setup per user '+spam' delivery from amavis tags, so that
each user gets any mails tagged as spam to 'spam' Maildir via +spam
Dovecot lmtp delivery.
after say 7 days I want to delete all spams older than 7 days,
if I simply delete mail files from the file system, is that a 'bad thing' ?
what is a proper way to do that, and scripts ?
for
2018 Jul 22
4
ot: LE server conf setup/ iPhone 'expired cert' message
I've installed LE certs on my Dovecot a while back, and, it has been
working OK since, but, today, an iPhone user said he can't get emails as
iphone says 'cert is expired', searching around, I see some other iPhone
similar issues reported, do I have my conf correct, I have;
# cat dovecot.conf | grep ssl
ssl = required
verbose_ssl = no
ssl_cert =
2020 Jun 11
2
executing script on mail arrival from sieve
I currently have a basic script to process some mails, it runs from cron
every 10 minutes, basically, sieve copies some mails to subfolder on mail
arrival, script fetches mails if any from this subfolder then processes
these mail, get maybe 1 or 2 or often none
but cron runs the script every 10 minutes, most times not needed as
nothing is retrieved
it's pretty crude - but works
getmail
2011 May 02
3
is reverse dns down ?
Hi guys, is that a genuine email from the list, I'm getting it rejected as
it's missing reverse hostname:
May 2 21:21:41 postfix/smtpd[18033]: NOQUEUE: reject: RCPT from
unknown[194.89.34.45]: 450 4.7.1 Client host rejected: cannot find your
reverse hostname, [194.89.34.45]; from=<dovecot-bounces at dovecot.org>
to=<voytek at sbt.net.au> proto=ESMTP
2012 Sep 25
3
duplicate all emails for 'backup' after user deletes them?
I have a user who occasionally reads, then deletes emails using his phone,
on his and others email accounts, causing emails deleted on mail server,
then he says 'oops, can you recover emails I've deleted?'
what's the best way to duplicate all emails to duplicate accounts ? backup
folders ? so, next time he deletes emails they can be 'recovered' on the
server ?
I was
2020 May 22
3
fail2ban setup centos 7 not picking auth fail?
On Fri, May 22, 2020 2:05 pm, Adi Pircalabu wrote:
> On 22-05-2020 10:38, Voytek Eymont wrote:
>
> Hardly a Dovecot issue. Can you please post the output of this command?
> /usr/bin/fail2ban-regex /var/log/dovecot.log
> /etc/fail2ban/filter.d/dovecot.conf
Adi,
thanks, what I get is:
# /usr/bin/fail2ban-regex /var/log/dovecot.log
/etc/fail2ban/filter.d/dovecot.conf
Running
2012 Jul 12
3
ot: execute a script via email?
anyone has any tips what's best way to execute a script via email ?
I have a wget script that fetches some pages, and, emails me the output,
there is no paramters passed, it's all in the script
I'll like to email in and action the script to get the results email
--
Voytek
2019 Mar 03
2
migrating/cloning 2.2 > 2.3?
I have 2.2 installation on Centos 7, and, I'm trying to setup a new
server, and, 'clone' existing setup: Dovecot/Postfix/Mysql
on new Centos 7 installed from RPM 2.3.4.1 (3c0b8769e)
I then copied/overwrote from old to new /etc/dovecot/*.conf (but not
conf.d files), created self certs in place of old server certs
and, started Dovecot
is that totally dumb, and, how should I do this,
2011 Apr 08
1
mysql lookup on another host performance q?
Hi, new to dovecot
I'm setting a small postfix/dovecot server for virtual domain/users in mysql
dovecot is on one host, mysql on another
seems to be working, but I'm concerned over performance overhead of this
setup;
dumb Q, is there any 'proxy mysql' or cacheing option I can use ?
any suggestions appreciated
also, my mail users as set as 5000/5000
virtual_gid_maps =
2018 Jul 22
2
ot: LE server conf setup/ iPhone 'expired cert' message
On Sun, 22 Jul 2018, B. Reino wrote:
> You can add a hook (script) to /etc/letsencrypt/renewal-hooks/deply/
I meant, of course "deploy" and not "deply" :)
Sorry about that.
2019 Feb 22
2
new Centos server install yum dependancy error
Am 22.02.2019 um 14:43 schrieb Voytek Eymont via dovecot:
>
>
> On Sat, February 23, 2019 12:31 am, Gerald Galster via dovecot wrote:
>> Hello Voytek,
>>
>>
>> the *-devel packages include header files that are only needed if you
>> want to compile something, they are not needed for running a dovecot
>> server. Likewise the *debuginfo packages, they
2019 Feb 22
2
new Centos server install yum dependancy error
I'm installing a new Centos 7 server, following repo.dovecot.org/ page,
but, get this:
(I've opted to install all BUT pgsql (use mysql), not sure I really need
all other packages..?)
should I just go for "dovecot dovecot-mysql dovecot-pigeonhole" ??
tried
# yum install dovecot dovecot-debuginfo dovecot-devel dovecot-imaptest
dovecot-imaptest-debuginfo dovecot-lua dovecot-mysql