Here is the error code when I try to send an email via the "pocket pc": Aug 28 18:44:54 djerba sm-mta[16232]: STARTTLS=server, error: accept failed=-1, SSL_error=2, timedout=0, errno=4
> Hi, > (I'm sendmail and openssl novice) > > I'm setting up my first email server. > I followed this article: > http://www.pingwales.co.uk/tutorials/openbsd-mail-server-config.html > > I found this article really useful as I wanted to keep the standard > openbsd > installation as clean and as original as possible. > > Actually this will be a low traffic mail server that will mainly be > usedwith my "pocketpc phone". > I would like to securily send and receive mail via gprs (server > should not > allow relaying and require > encrypted authentication before being able to send mail). > > Unfortunately it looks like the starttls and/or authentication > methods are > not supported by the pocketpc > (windows mobile 2003 se phone edition). The server tls/ssl config > works well > with workstation mail > clients like: thunderbird, outlook 2003,x', express but not with > "pocketoutlook" or webis from > pocketinformant. > > I would like more info about the following setting: > confAUTH_OPTIONS > > I was not able to find useful info via google. The sendmail website > and the > README says the following: > If this option is 'A' then the AUTH= parameter for the MAIL FROM > commandis only issued > when authentication succeeded. Other values (which should be listed > oneafter the other without any > intervening characters except for space or comma) are a, c, d, f, > p, and y. > > See doc/op/op.me for details. > > I had a look at the op.me file but it is rather confusing and I was > not able > to get useful info > from that file. May be someone has link to some doc that have a > detailedexplanation : > A,a,c,d,f,p,y parameters? > > I would also appreciate if someone has more info and samples about: > confAUTH_MECHANISMS and TRUST_AUTH_MECH > > Thank you for hints, tips and any kind of help > didier