mirror of
https://github.com/directorz/mailfull-go.git
synced 2025-12-17 09:37:02 +00:00
Add migration guide from directorz/mailfull #9
This commit is contained in:
24
doc/migrating_from_mailfull.md
Normal file
24
doc/migrating_from_mailfull.md
Normal file
@@ -0,0 +1,24 @@
|
||||
Migrating from mailfull
|
||||
=======================
|
||||
|
||||
Migrating from [directorz/mailfull](https://github.com/directorz/mailfull)
|
||||
|
||||
Change directory to Mailfull directory.
|
||||
|
||||
```
|
||||
# su - mailfull
|
||||
$ cd /home/mailfull
|
||||
```
|
||||
|
||||
Initialize a directory as a Mailfull repository.
|
||||
|
||||
```
|
||||
$ mailfull init
|
||||
```
|
||||
|
||||
Delete unnecessary files.
|
||||
|
||||
```
|
||||
$ rm -rf .git .gitignore bin docs lib README.md README.ja.md
|
||||
$ find domains -maxdepth 2 -name '.vforward' | xargs rm -f
|
||||
```
|
||||
Reference in New Issue
Block a user