Thanks you for your explaination i was able to understand and fix what's
wrong.
I'm currently writting an article abour Opensmtpd i will share with the
mailing list the link.

Best Regards

Cordialement
Olivier Calzi




2013/11/13 Gilles Chehade <[email protected]>

> On Wed, Nov 13, 2013 at 06:26:53PM +0100, Olivier Calzi wrote:
> > Hi,
> >
>
> Hi,
>
>
> > I'm a young guy who love OpenBSD and i just started few days ago to work
> on
> > opensmtpd with openbsd 5.4.
> >
> > I' have been following theses link which i think you know about:
> > https://calomel.org/opensmtpd.html
> >
>
> please, forget that site it is so inaccurate that Internet dies a little
> every time someone looks at it.
>
>
> > https://blog.uraniborg.net/post/mettre-en-place-un-serveur-mail-perso/
> >
> > However i have some troubles in my queue and log. I have sucessfuly relay
> > one mail to my MUA to GMAIL through my opensmtpd.
> >
> > Can you help me to understand what's wrong?
> >
> > [...]
> >
> > tls+auth://[email protected]:587auth <secrets>
> >
> > [...]
> >
> > My secrets. db follow this structure
> > table [email protected]:PASSWORD
> >
> > I have to admit i have some troubles  to understand with the concept of
> the
> > "label" thing...
> >
>
> It's actually very simple, a label uniquely identifies credentials so
> that a relay url can retrieve proper credentials:
>
>      tls+auth://[email protected]:587 auth <secrets>
>
> will search for an entry in your secrets database that will be  like:
>
>      XXXXXXXXXX [email protected]:password
>
> This allows you to have multiple rules for different domains that use
> different credentials for a same relay:
>
>      tls+auth://[email protected]:587 auth <secrets>
>      tls+auth://[email protected]:587 auth <secrets>
>
>      XXXXXXXXXX [email protected]:password
>      YYYYYYYYYY [email protected]:password
>
>
> > My logs tell me this (for exemple ):
> > 325365a20cc908fe|local|mta|auth|@|[email protected]
> > |[email protected]|1384304204|1384649804|0|9|offline||Could not
> > retrieve credentials
> >
> > Last things, i have a error with the "smtpcl schedule all" as describe in
> > the man.
> > smtpctl: wrong message in response: 15
> >
>
> yes unfortunately the version that was tagged in OpenBSD 5.4 had a bug with
> schedule all, the workaround is to... call smtpctl schedule on every
> envelope id obtained with smtpctl show queue.
>
> We will release OpenSMTPD 5.4.1 very soon, this issue will be gone
>
>
>
> > My smtp's port is open i can use telnet on it.
> > Thanks for your patience. I hope my English isn't so bad :)
> >
> > Best Regards
> >
> > Cordialement
> > Olivier Calzi
>
> Cordialement,
> Gilles
>
> --
> Gilles Chehade
>
> https://www.poolp.org                                          @poolpOrg
>

Reply via email to