Displaying 6 results from an estimated 6 matches for "smtpclient".
Did you mean:
lmtpclient
2019 Jun 21
2
Submission service and SMTP AUTH capability
...bmission_relay_trusted = yes
The issue I'm having is that the SMTP AUTH is enforced and performed
correctly, but it doesn't get published on the server capaabilities when
the connection doesn't come from localhost. This causes issues with some
smtp clients which authenticate (python smtpclient).
When I telnet the submission service from localhost I get:
220 (protected hostname) Dovecot ready.
EHLO L
250-(protected hostname)
250-8BITMIME
250-AUTH PLAIN LOGIN
250-BURL imap
250-CHUNKING
250-ENHANCEDSTATUSCODES
250-SIZE
250-STARTTLS
250 PIPELINING
quit
221 2.0.0 Bye
But when I do the same...
2006 Mar 09
1
Dovecot LDA doesn't build against 1.0beta3
Here's what I get. Btw I'm on Linux/UltraSparc:
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -o deliver deliver.o duplicate.o imparse.o
mail-send.o map.o sieve-cmu.o smtpclient.o -Wl,--export-dynamic
libsieve/libsieve.a /root/luca/dovecot-1.0.beta3/src/lib-storage/register/libstorage-register.a /root/luca/dovecot-1.0.beta3/src/lib-storage/index/maildir/libstorage_maildir.a /root/luca/dovecot-1.0.beta3/src/lib-storage/index/mbox/libstorage_mbox.a /root/luca/dovecot-1.0.bet...
2019 Jun 21
0
Submission service and SMTP AUTH capability
...>
>The issue I'm having is that the SMTP AUTH is enforced and performed
>correctly, but it doesn't get published on the server capaabilities
>when
>the connection doesn't come from localhost. This causes issues with
>some
>smtp clients which authenticate (python smtpclient).
>
>When I telnet the submission service from localhost I get:
>
>220 (protected hostname) Dovecot ready.
>EHLO L
>250-(protected hostname)
>250-8BITMIME
>250-AUTH PLAIN LOGIN
>250-BURL imap
>250-CHUNKING
>250-ENHANCEDSTATUSCODES
>250-SIZE
>250-STARTTLS
>2...
2006 May 11
1
dovecot-lda and sieve filtering (SMTP is Postfix)
Hello list.
I've got a working Dovecot with Postfix and MySQL-support but everything
from the capabilities of sieve isn't working except one thing: Sorting
emails to folders works fine. But no vacation, no reject, no redirect. I
don't get any errors in the logs. Verbose logging is enabled.
I compiled both from newest cvs-sources but also tried older
combinations (nightly
2019 Jun 21
1
Submission service and SMTP AUTH capability
...#39;m having is that the SMTP AUTH is enforced and performed
>> correctly, but it doesn't get published on the server capaabilities
>> when
>> the connection doesn't come from localhost. This causes issues with
>> some
>> smtp clients which authenticate (python smtpclient).
>>
>> When I telnet the submission service from localhost I get:
>>
>> 220 (protected hostname) Dovecot ready.
>> EHLO L
>> 250-(protected hostname)
>> 250-8BITMIME
>> 250-AUTH PLAIN LOGIN
>> 250-BURL imap
>> 250-CHUNKING
>> 250-...
2005 Oct 18
4
Sendmail Config Question
Hi
Default sendmail setup on a centos4.1 box - I need to send report type
mails from this machine under cron. The SMTP relay i need to use
requires user/pass so how can i send user/pass smtp auth from within the
'default' sendmail install? Anyone know what to change in sendmail.mc
thanks