Re: SMTP best practices tutorial

2017-06-06 Thread Benoit Tellier
Hi Mark, SPF is supported using JSPF librairy. Have a look to the SPF mailet. I have no idea of what a PIC.DOMINAKEY is... If you have some link to some spec, that might be worth reading. Anyway, we are interested for feedback this topic. Especially, if you want to implement some code to

Re: James 3.0 RC1

2017-06-06 Thread Benoit Tellier
Hi, You can do it yourself: (in the mail headers) List-Unsubscribe: You just need to send a mail to this address. Cheers, Benoit Le 07/06/2017 à 11:55, Julie Brunias a écrit : > Please remove me from the mail list > Thanks for understanding

Re: failed to compile from source - again

2017-06-06 Thread Matthieu Baechler
Hi, There's several things worth saying : 1. I'm pretty sure you can build james by preventing the test suite to execute (-DskipTests should do the trick) 2. A huge test suite is something every serious software should have but it makes everything more complicated. What would you prefer :

James 3.0 RC1

2017-06-06 Thread Mark Gordon
Does the James 3.0 need to be ran via docker? I got it running via the docker sample install. I was able to add users and domains but could not get it to send email. I downloaded the binary 3.0 RC1 and tried to run and it complained about missing configuration files, more specifically related

Re: James 3.0 RC1

2017-06-06 Thread Benoit Tellier
Hi, To modify the configuration, you can mount it on a volume. Here is the mount option: " -v $PWD/path/to/your/config:/root/conf" You can select the configuration files in the folder corresponding to your docker image in https://github.com/apache/james-project/tree/master/dockerfiles/run

Re: James 3.0 RC1

2017-06-06 Thread Julie Brunias
Please remove me from the mail list Thanks for understanding Envoyé de mon iPhone > Le 7 juin 2017 à 00:10, Mark Gordon a écrit : > > Does the James 3.0 need to be ran via docker? I got it running via the > docker sample install. I was able to add users and domains but

Re: SMTP best practices tutorial

2017-06-06 Thread Mark Gordon
Hey Thanks, This should be a good start! Do you know about helping to ensure deliver-ability, that is reduce the receiver of thinking it is spam? This is mostly transnational email, order confirmations, tracking numbers etc. We are currently using mailgun.com for our smtp server. Mailgun