feng-zh / docker-james-server

Docker for apache james server, the java mail server
4 stars 8 forks source link

Does this docker include dkim setup? #1

Open doggie1989 opened 8 years ago

doggie1989 commented 8 years ago

Does this docker include dkim setup?

feng-zh commented 8 years ago

@doggie1989 this docker is just james server, based on latest james-project (https://github.com/apache/james-project) during docker auto build.

You can find it from file docker-setup.sh.

If you want to enable dkim, maybe you can put additional jdkim jar files from apache-jdkim-mailets (search it from maven repo). But I am suspect if this is working with latest apache james, as jdkim has no change from year 2011.

doggie1989 commented 8 years ago

@feng-zh if there is no dkim for email server,most of emails will be sent into junk folder...

feng-zh commented 8 years ago

@doggie1989

This docker is intend to get latest apache james run in the docker, since no official container provided. I will take time to look this to make this better. I am leaving this open and will update once I have any progress for this.

doggie1989 commented 8 years ago

@feng-zh

Good Job.I am seeking pure java implementation stmp server,but it's really hard to find. Hope to hear back from you.