Displaying 20 results from an estimated 500 matches similar to: "Doveadm HTTP API and CORS"
2018 Sep 04
5
Best way to move mail from one server to another
I?d like to migrate to a new server. I only need to transfer the mail store, have already done the users. I?ve seen different recommendations:
IMAP-Sync
Rsync
Doveadmin backup and
dsync
What are the pros and cons of each? What would be best for me? I?m thinking that Doveadmin backup is the way to go.
Both old and new servers are on same network. New server is running Dovecot 2.3.2.1, old server
2018 Sep 04
3
Best way to move mail from one server to another
Thanks Sam
Users not using new mail server yet.
Both old and new using maildir.
Sounds like rsync is the way to go.
Thanks for your help.
James.
Sent from my iPhone XI
> On 4 Sep 2018, at 5:41 pm, Sami Ketola <sami.ketola at dovecot.fi> wrote:
>
>
>
>> On 4 Sep 2018, at 10.20, James Brown <jlbrown at bordo.com.au> wrote:
>>
>> I?d like to
2019 Jan 07
1
doveadm + HA
Hi
I have two server directors in ring and 5 dovecot servers (2.2.36)
IP for IMAP and POP3 is a VIP (keepalived)
What is the best solutions to get realy HA for 5 dovecot servers ?
Maby corosync+pacemeker ? But this solution is too problematic and hardcore
Why I need HA ?
Doveadmin is too lazy and doveadm director does not know that one
machine broke down and still sends traffic
2020 Jun 02
2
Doveadm Backup issues
Hi,
I'm trying to use doveadm backup but I'm having a few issues.
When trying locally:
`doveadm backup -D -A maildir:/usr/local/backup`
It results that no mailbox is separated by user - all seems to sync on
the same folder, messing up with the folder structure of the original
maildir.
When trying remotely:
`doveadm backup -D -A -N ssh -i mykey root at myremotebackup.com:/backup
2011 Mar 13
3
Master user creds for proxy stored statically/locally?
I have successfully set up the master user on the destination server
(2.0.11) and tests have worked. now I'm working on the proxy
Before I had the proxy just forward everything to the backend and had the
destination server do the authentication.
My authentication is done via LDAP but not really sure how to append the
master user and password to the users credentials after authentication is
2018 Sep 04
0
Best way to move mail from one server to another
> On 4 Sep 2018, at 10.20, James Brown <jlbrown at bordo.com.au> wrote:
>
> I?d like to migrate to a new server. I only need to transfer the mail store, have already done the users. I?ve seen different recommendations:
>
> IMAP-Sync
> Rsync
> Doveadmin backup and
> dsync
>
> What are the pros and cons of each? What would be best for me? I?m thinking that
2018 Sep 04
0
Best way to move mail from one server to another
If you have lots of data, you can make an initial pass with rsync whilst
the old server is running and another rsync pass (with --delete, use dry
run to test) when you've shut down the old server to sync the changes
since the initial pass.
Good luck!
Reio
On 04/09/2018 11:40, James Brown wrote:
> Thanks Sam
>
> Users not using new mail server yet.
>
> Both old and new
2019 Jan 16
2
Dovecot + Weakforced Policy server
Hi,
I'm trying to set Weakforced with Dovecot and I cannot log in policy
server. This is the config:
/root/weakforced/wforce/wforce.conf
-----------------------------------
...
webserver("0.0.0.0:8084", "super")
...
/etc/dovecot/conf.d/95-policy.conf
----------------------------------
auth_policy_server_url = http://localhost:8084/
#auth_policy_hash_nonce = wforce:super
2019 Jan 16
2
Dovecot + Weakforced Policy server
Hi Aki,
I've configured in this way:
vm-weakforced:~# printf 'wforce:super' | base64
d2ZvcmNlOnN1cGVy
vm-weakforced:~# cat /etc/dovecot/conf.d/95-policy.conf
auth_policy_server_url = http://localhost:8084/
auth_policy_hash_nonce = some random string
auth_policy_server_api_header = "Authorization: Basic d2ZvcmNlOnN1cGVy
With the same result...
> WforceWebserver: HTTP
2019 Mar 06
2
how to enable PowerDNS/Weakforced with Fedora and sendmail
I took suggestions from https://forge.puppet.com/fraenki/wforce to set
these in /etc/dovecot/conf.d/95-auth.conf
auth_policy_server_url = http://localhost:8084/
auth_policy_hash_nonce = our_password
auth_policy_server_api_header = "Authorization: Basic
hash_from_running_echo-n_base64"
auth_policy_server_timeout_msecs = 2000
auth_policy_hash_mech = sha256
auth_policy_request_attributes =
2013 Jan 21
1
Mail logger question
I use Dovecot simply as a way, to provide an e-mail archive for people
on the LAN, where they can move messages into from within thunderbird.
Mails are stored in a maildir of one system user where all the people
know the password of. This was very easy to setup in ubuntu 12.
Today I started using the mail_log plugin to provide an audit trail. Now
I am looking for a light way, to get the log
2019 Mar 29
1
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
On 28.3.2019 22.34, Robert Kudyba via dovecot wrote:
>>>>> Set
>>>>>
>>>>> ssl_client_ca_file=/path/to/cacert.pem to validate the certificate?
>>>>
>>>> Can this be the Lets Encrypt cert that we already have? In other
>>>> words we have:
>>>> ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
2019 Jan 03
2
doveadm_allowed_commands doesn't work as expected
Trying to limit the API calls to doveadm-http-api by configure allowed
commands, but once the commands added to the list, the RestAPI no longer
work.
1) Return correct reply when doveadm_allowed_commands is empty
# curl -k -H "Content-Type: application/json" -H "Authorization:
X-Dovecot-API <base64 api key>" https://localhost:9088/doveadm/v1
2019 Mar 07
2
how to enable PowerDNS/Weakforced with Fedora and sendmail
So for auth_policy_server_api_header. is the value of our_password come from the hashed response or the plain-text password? What else am I doing wrong?
Mar 7 09:20:53 olddsm wforce[17763]: WforceWebserver: HTTP Request "/" from 127.0.0.1:56416: Web Authentication failed
curl -X POST -H "Content-Type: application/json" --data '{"login?:?ouruser?, "remote":
2019 Mar 28
2
configuring Dovecot with wforced and auth_policy_server_url with https results in assertion failed
> On Mar 28, 2019, at 10:29 AM, Aki Tuomi via dovecot <dovecot at dovecot.org> wrote:
>
>> On 28 March 2019 16:08 Robert Kudyba via dovecot <dovecot at dovecot.org> wrote:
>>
>>
>> dovecot-2.3.3-1.fc29.x86_64
>>
>> Mar 28 10:04:47 auth: Panic: file http-client-request.c: line 283 (http_client_request_unref): assertion failed:
2006 Apr 06
1
Apache - mod_proxy
This is really an apache question but if anyone knows offhand it would
be nice to know...
How do i build a standalone mod_proxy.so module that i can use to load
into an apache install that has loadable module support compiled in?
thanks
2005 Nov 01
0
proxying rsync through http
Hi All,
I'm trying to get rsync to proxy through an apache httpd server to an
rsync server.
On the proxy, which has a direct connection to the internet, I've stopped
the firewall and unset HTTP_PROXY and RSYNC_PROXY. I've configured the
httpd to allow proxy requests as follows:
<IfModule mod_proxy.c>#
ProxyRequests On
<Proxy *>
Order deny,allow
Deny from all
2009 Mar 24
9
mailutil?
dbox format needs at least two tools:
1. Expunging only marks the message having refcount=0. The actual disk
space is freed only after calling a tool pointing to the user's dbox
dir.
2. Ability to force index resync/rebuild in case it doesn't figure out
itself that there's something wrong.
I'm starting to think about building a more generic mailutil tool, maybe
something similar
2020 Feb 14
0
Possible CORS issue
> ---------- Marvin wrote ---------
> From: Marvin Scholz <epirat07 at gmail.com>
> Date: Thu, 13 Feb 2020 at 22:51
>
> On 13 Feb 2020, at 23:44, Chip wrote:
> >
> > This is successful:
> >
> > curl http://example.com:8000/status-json.xsl
> >
> > But this:
> >
> > curl -I http://example.com:8000/status-json.xsl
> >
>
2020 Feb 16
0
Possible CORS issue
Good morning
On Sat, 15 Feb 2020 at 14:30, Philipp Schafft <lion at lion.leolix.org> wrote:
>
> No, official Icecast does not support HEAD requests as they are largely
> useless in Icecast context.
>
> HEAD requests are meant for cache validation. So they only apply to
> static files basically. For Icecast, beside a few boring files in web/
> the answer to "is my