change README.md again again

Signed-off-by: AGentooCat <agentoocat@mail.i2p>
This commit is contained in:
2025-06-11 09:55:35 +00:00
parent 811398e478
commit d4efabc70f

View File

@ -4,6 +4,7 @@ directly into an I2P server hosting `itoomail` (or a similar server).
## Setup
`itoomail` is designed to be (somewhat) easy to setup:
- Ensure that your I2P router has it's [SAM](http://i2p-projekt.i2p/en/docs/api/samv3) port open.
This can be done by starting (and ticking Run-at-startup) on [Java I2P settings](http://127.0.0.1:7657/configclients) or setting `enabled` key under `sam` section of your [I2Pd config](https://i2pd.readthedocs.io/en/latest/user-guide/configuration/) to `true` and restarting I2Pd.
- Generate a private key for itoomail to use.
@ -33,7 +34,8 @@ adminpass=adminnimda
hostname=myownsite.i2p
allowed_users=root,git,myownsite
```
Replace the fields as necessary. If itoomail starts acting weird/crashing then use the `DEBUG` loglevel to file a bug report.
Replace the fields as necessary. If itoomail starts acting weird/crashing then use the `DEBUG` loglevel to file a bug report.
- Run itoomail as either root or the wanted user.
If running as non-root then the log/pid/datadir must've been created as explained above.
Otherwise itoomail will create as necessary before changing to the user configured.
@ -44,6 +46,7 @@ allowed_users=root,git,myownsite
- Have fun!
## (Known) Limitations
- Can't send/receive from/to [Postman's mail.i2p](http://hq.postman.i2p).
A feature mapping itoomail users to mail.i2p users will be implemented in the near future.
- Can't (**and won't**) send/receive from/to clearnet sites or hosts.