Hi,
OK!
On Thu Feb 2 10:35:16 2023, Sebastian Reitenbach wrote:
> Hey,
>
> I was looking on how to get that passed on via "defaults", but no way, then
> had some "ugly"
> way using rc_pre in the rc script. @landry thanks for pointing to the
> login.conf and Maksim
> for bringing up the issue,
Le Thu, Feb 02, 2023 at 10:35:16AM +0100, Sebastian Reitenbach a écrit :
> Hey,
>
> I was looking on how to get that passed on via "defaults", but no way, then
> had some "ugly"
> way using rc_pre in the rc script. @landry thanks for pointing to the
> login.conf and Maksim
> for bringing up the
Hey,
I was looking on how to get that passed on via "defaults", but no way, then had
some "ugly"
way using rc_pre in the rc script. @landry thanks for pointing to the
login.conf and Maksim
for bringing up the issue, and providing what works for you.
Attached patch should do the trick.
OK?
Seb
Hello,
> the best place is /etc/login.conf.d/sogo which comes from
> www/sogo/pkg/sogod.login in the ports tree.
Thanks for your advice! That worked for me:
# cat /etc/login.conf.d/sogod
sogod:\
:openfiles-cur=1024:\
:openfiles-max=2048:\
:setenv=GNUSTEP_STRING_ENCODING=NSUT
Le Tue, Jan 31, 2023 at 09:45:24PM +0300, Maksim Rodin a écrit :
> Hello,
> I noticed that I cannot attach files with non ascii symbols in filename using
> sogo webmail.
> There is an entry in /var/log/sogo/sogo.log:
> sogod[82818:12065535212040] EXCEPTION:
> NAME:NSCharacterConversionException
Hello,
I noticed that I cannot attach files with non ascii symbols in filename using
sogo webmail.
There is an entry in /var/log/sogo/sogo.log:
sogod[82818:12065535212040] EXCEPTION:
NAME:NSCharacterConversionException REASON:Can't get cString from Unicode
string. INFO:(null)
After some googli