Displaying 7 results from an estimated 7 matches for "plaa".
Did you mean:
laa
2017 May 10
2
Example for doveadm-save using Doveadm HTTP API
I could use an example of how to use curl to save a new message to a user?s INBOX using the Doveadm HTTP API.
https://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP <https://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP>
Do I really use the -d option and inline the entire new message in the command-line? Or, should I create a temporary .json file with the message wrapped in JSON and pass
2017 May 10
2
Example for doveadm-save using Doveadm HTTP API
...t;: "file",
> "type": "string"
> }
> ]
> }
>
> example:
>
> [
> [
> "save",
> {
> "file": "From: Joulu Pukki <joulu.pukki at korvatunturi.fi>\nSubject: plaa\n\nmail body\n",
> "mailbox": "INBOX/myfoldertoo",
> "user": "samik"
> },
> "bb"
> ]
> ]
>
> # curl -v -X POST -u doveadm:hellodoveadm -H "Content-Type: application/json"...
2017 Oct 27
3
Need help in understanding auth digest-md5 and realm
...zbau.de@mail.beckspaced.com', password 'xxxx'
dovecot: auth: Debug:
sql(user at thansadet.com,87.218.86.165,<LWItYHVc6r1X2lal>): Generating
DIGEST-MD5 from user 'user at thansadet.com@mail.beckspaced.com', password
'xxxxxxxxxx'
dovecot: auth: Debug:
sql(user at plaa-thansadetresort.com,110.164.127.146,<aGhcvHBcStJupH+S>):
Generating DIGEST-MD5 from user
'user at plaa-thansadetresort.com@imap.beckspaced.com', password 'xxxxxxxxxx'
when there's a password mismatch I see a different user string for
generating the digest-md5 hash.
i s...
2017 May 10
0
Example for doveadm-save using Doveadm HTTP API
...quot;
},
{
"name": "file",
"type": "string"
}
]
}
example:
[
[
"save",
{
"file": "From: Joulu Pukki <joulu.pukki at korvatunturi.fi>\nSubject: plaa\n\nmail body\n",
"mailbox": "INBOX/myfoldertoo",
"user": "samik"
},
"bb"
]
]
# curl -v -X POST -u doveadm:hellodoveadm -H "Content-Type: application/json" -d '[["save",{"...
2017 Oct 27
0
Need help in understanding auth digest-md5 and realm
...9;, password 'xxxx'
> dovecot: auth: Debug:
> sql(user at thansadet.com,87.218.86.165,<LWItYHVc6r1X2lal>): Generating
> DIGEST-MD5 from user 'user at thansadet.com@mail.beckspaced.com', password
> 'xxxxxxxxxx'
> dovecot: auth: Debug:
> sql(user at plaa-thansadetresort.com,110.164.127.146,<aGhcvHBcStJupH+S>):
> Generating DIGEST-MD5 from user
> 'user at plaa-thansadetresort.com@imap.beckspaced.com', password 'xxxxxxxxxx'
>
> when there's a password mismatch I see a different user string for
> generating...
2017 May 10
1
Example for doveadm-save using Doveadm HTTP API
...>> # curl -v -X POST -u doveadm:hellodoveadm -H "Content-Type: application/json" -d '[["save",{"user":"samik","mailbox":"INBOX/myfoldertoo","file":"From: Joulu Pukki <joulu.pukki at korvatunturi.fi>\nSubject: plaa\n\nmail body\n"},"bb"]]' http://localhost:8080/doveadm/v1
>>
>> Thanks. I worry that by inlining the entire message in the curl command, the message might exceed some limits on how long a command can be. Some of my messages are up to 20MBs with the attachments and 1M...
2017 May 10
0
Example for doveadm-save using Doveadm HTTP API
...>> # curl -v -X POST -u doveadm:hellodoveadm -H "Content-Type: application/json" -d '[["save",{"user":"samik","mailbox":"INBOX/myfoldertoo","file":"From: Joulu Pukki <joulu.pukki at korvatunturi.fi>\nSubject: plaa\n\nmail body\n"},"bb"]]' http://localhost:8080/doveadm/v1
>
> Thanks. I worry that by inlining the entire message in the curl command, the message might exceed some limits on how long a command can be. Some of my messages are up to 20MBs with the attachments and 1MB messag...