Hehe I didn't put there X, only here for public place. ;) I sent emails but
it not working when I do in dovecot.conf file (which is default settings):
auth_mechanisms = plain login
passdb {
  args = /etc/dovecot/dovecot-sql.conf
  driver = sql
  # driver = passwd-file
  # args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
}

I can send emails when I set in dovecot.conf file:
auth_mechanisms = plain login cram-md5

passdb {
  #args = /etc/dovecot/dovecot-sql.conf
  #driver = sql
   driver = passwd-file
   args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
}



2017-02-23 10:08 GMT+01:00 wilfried.es...@essignetz.de <
wilfried.es...@essignetz.de>:

> Am 23.02.2017 um 09:59 schrieb Poliman - Serwis:
> > Ok, so I added in main.cf at the bottom of the file the line:
> > debug_peer_list = 127.0.0.1,93.X.X.31
>
> Only for shure: you didn't really wrote "X" in main.cf?
>
> > and in master.cf (set 'n' in chroot column):
> > submission inet n       -       n       -       -       smtpd
> > smtps     inet  n       -       n       -       -       smtpd
> >
> > What is next step?
>
> Next steps :
> - try sending mails
> - looking up the logs (for finding error or to make shure you didn't
> open your system up completely)
>
>
> Willi
>
> >
> > 2017-02-23 9:42 GMT+01:00 wilfried.es...@essignetz.de <
> > wilfried.es...@essignetz.de>:
> >
> >> Hi,
> >>
> >>
> >> would suggest :
> >> - Try turning off chroot operation in master.cf
> >> - Verbose logging for specific SMTP connections
> >> (see http://www.postfix.org/DEBUG_README.html)
> >>
> >>
> >> Willi
> >>
> >>
> >> Am 23.02.2017 um 09:21 schrieb Poliman - Serwis:
> >>> Hmm. I think that above is not working. Probably I tried sent email too
> >>> fast after restart dovecot and new settings weren't loaded.
> >>>
> >>> 2017-02-23 9:18 GMT+01:00 Poliman - Serwis <ser...@poliman.pl>:
> >>>
> >>>> By the way I did some test. I removed cram-md5 from auth_mechanisms
> line
> >>>> and I uncommented default lines in passdb block and also left
> >> uncommented
> >>>> two lines added by me like below:
> >>>> auth_mechanisms = plain login
> >>>>
> >>>> passdb {
> >>>>   args = /etc/dovecot/dovecot-sql.conf
> >>>>   driver = sql
> >>>>    driver = passwd-file
> >>>>    args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
> >>>> }
> >>>>
> >>>> I can send emails but I have no idea which setting is used - these two
> >>>> lines:
> >>>>   args = /etc/dovecot/dovecot-sql.conf
> >>>>   driver = sql
> >>>>
> >>>> or these
> >>>>    driver = passwd-file
> >>>>    args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
> >>>>
> >>>> 2017-02-23 8:17 GMT+01:00 Dominic Raferd <domi...@timedicer.co.uk>:
> >>>>
> >>>>> On 23 February 2017 at 07:01, Poliman - Serwis <ser...@poliman.pl>
> >> wrote:
> >>>>>> ...
> >>>>>> All worked fine. Then I added in dovecot.conf file:
> >>>>>> auth_mechanisms = plain login cram-md5 #added cram-md5
> >>>>>>
> >>>>>> passdb {
> >>>>>>   #args = /etc/dovecot/dovecot-sql.conf
> >>>>>>   #driver = sql
> >>>>>>    driver = passwd-file
> >>>>>>    args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
> >>>>>> }
> >>>>>>
> >>>>>> In passdb block commented out default lines and add two (I can put
> >> whole
> >>>>>> dovecot config). All things still worked fine. Then - in
> dovecot.conf
> >>>>> file I
> >>>>>> changed back setting to default. After this I can't send emails. In
> >> log
> >>>>> I
> >>>>>> have:
> >>>>>> Feb 23 06:46:49 vps301 postfix/smtps/smtpd[24919]: fatal: no SASL
> >>>>>> authentication mechanisms
> >>>>>> Feb 23 06:47:50 vps301 postfix/smtps/smtpd[24942]: fatal: no SASL
> >>>>>> authentication mechanisms
> >>>>>
> >>>>> I suspect it is not permitted to have # comments in dovecot conf
> files
> >>>>> except on a line of their own, though I admit I can't find this
> >>>>> documented. Try removing '#added cram-md5' or putting it on a line of
> >>>>> its own.
> >>>>>
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>>
> >>>> *Pozdrawiam / Best Regards*
> >>>> *Piotr Bracha*
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> *tel. 534 555 877*
> >>>>
> >>>> *ser...@poliman.pl <ser...@poliman.pl>*
> >>>>
> >>>
> >>>
> >>>
> >>
> >>
> >
> >
>
>


-- 

*Pozdrawiam / Best Regards*
*Piotr Bracha*




*tel. 534 555 877*

*ser...@poliman.pl <ser...@poliman.pl>*

Reply via email to