Imapsync: Difference between revisions
Update to use imaps by default |
|||
| (2 intermediate revisions by one other user not shown) | |||
| Line 15: | Line 15: | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
imapsync \ | imapsync \ | ||
--host1 mail1.example.org --user1 user1 --password1 "secret1" \ | --host1 mail1.example.org --port1 993 --user1 user1 --password1 "secret1" \ | ||
--host2 mail2.example.org --user2 user1 --password2 "secret1" \ | --host2 mail2.example.org --port2 993 --user2 user1 --password2 "secret1" \ | ||
--addheader | --addheader | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 32: | Line 32: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Mail Server]] | |||
[[Category:Mail | [[Category:Server]] | ||
[[Category: | |||