[courier-users] courier unicode build 20170306

2017-03-06 Thread Sam Varshavchik
Download: http://www.courier-mta.org/download.html#unicode This is a test build of the courier-unicode package, that uses C++11's unicode support. Please report any build issues to the courier-users list. pgps1WDCmKVFh.pgp Description: PGP signature

Re: [courier-users] Sender email?

2017-03-06 Thread Sam Varshavchik
Michelle Konzack writes: Hello, I the past I had something in my courier config which added the to the headers. I need this more or less urgently, because I get for example messages from Nothing comes to mind. Delivery to a local mailbox should add a Return-Path: header, unless a

Re: [courier-users] Poll: C++11 compiler support

2017-03-06 Thread Sam Varshavchik
Bowie Bailey writes: On 3/5/2017 5:10 PM, Sam Varshavchik wrote: > > Ok, so squeeze should be taken care of, and most likely CentOS 5 and > 6. Thanks for testing it. CentOS 6 is using gcc 4.4.7 and works fine with the '-std=c++0x' flag. CentOS 5 is using gcc 4.1.2 and does not work. $ g++

[courier-users] Sender email?

2017-03-06 Thread Michelle Konzack
Hello, I the past I had something in my courier config which added the to the headers. I need this more or less urgently, because I get for example messages from which where relayed through:

Re: [courier-users] Poll: C++11 compiler support

2017-03-06 Thread Bowie Bailey
On 3/5/2017 5:10 PM, Sam Varshavchik wrote: > > Ok, so squeeze should be taken care of, and most likely CentOS 5 and > 6. Thanks for testing it. CentOS 6 is using gcc 4.4.7 and works fine with the '-std=c++0x' flag. CentOS 5 is using gcc 4.1.2 and does not work. $ g++ -std=c++0x -o utest

Re: [courier-users] [cone] Poll: C++11 compiler support

2017-03-06 Thread Sam Varshavchik
Nux! writes: Hello, Got errors with both commands: CentOS 6 x86_64, gcc version 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC) This could have some impact as CentOS 6 is still pretty used in the server world. g++ -o utest utest.C utest.C: In function ‘int main()’: utest.C:5: error: ‘char32_t’