Displaying 20 results from an estimated 27 matches for "swaks".
2007 Jul 27
2
Bug in Exim->Dovecot auth
Hi.
I'm using SMTP auth with Exim authenticating against Dovecot's auth
socket. My (excellent) SMTP test tool "swaks"
(http://jetmore.org/john/code/#swaks) tries multiple auth mechanismus
consecutively which leads to the following message in Dovecot's log
file:
Error: auth(default): BUG: Authentication client gave a PID 6738 of
existing connection
I'm not sure where to report this bug, exim's o...
2016 Nov 21
0
Exim still accepting emails to nonexistent users
...as long as the $local_part is not a system user locally.
Basically you got 2 possibilities:
a) check in the routing stage by accessing the user database
-> testable with: exim -bv user at exampl.com
b) check in the transport stage by using a callout
-> testable with: swaks ? --pipe 'exim -bhc i.i.i.i'
a) Routing stage
You need to interact with the user database dovecot uses.
Either you access the user database directory (flat file, LDAP,
whatever) or you use the ${readsocket?} feature of Exim to talk to
dovecot.
b) Transport stage
You need to configure the...
2018 Apr 16
2
Lmtp issues on dovecot 2.3.x with big messages
> >> Messages are being sent to dovecot LMTP by postfix. If I change this email
> >> to another server with dovecot 2.2.x the same message are delivered
> >> immediately.
> > Confirmed. Starts to fail here around 30Mb. Tested with Swaks.
> >
> > Working on a fix...
>
> Problem found. It is an explicit limit of 40Mb (for the 30Mb I saw in my
> tests, there was also a base64 encoding I forgot about).
>
> Will fix both the unhelpful error and the fact that there should be no
> limit (currently) for LMT...
2018 May 06
1
Dovecot fts script with solr
Hello again,
I have created a parser script, a little bit more advanced than the one
provided with Dovecot. The main feature is probably to index documents
inside zip/rar/tgz archives...
I am using Ansible, swaks and doveadm to run automatic tests for each
supported content. For specific reasons, I am not yet able to add Apache
Tika to the distribution. However, I already made some tests with it.
For now, I want to talk about the indexing script.
I also have noticed a few weird behaviours. I will mentio...
2018 Apr 17
2
Postfix sendmail cannot be called from Sieve redirect
...rotocols = lmtp
service lmtp {
inet_listener lmtp {
address = 127.0.0.1
port = 24
}
}
userdb {
args = uid=200 gid=200 home=/home/vmail
driver = static
}
protocol lmtp {
mail_plugins = sieve
}
# cat /home/vmail/.dovecot.sieve
redirect "test at example.invalid";
stop;
$ swaks --protocol lmtp -s 127.0.0.1 -f ulrich at topfen.net -t ulrich at topfen.net
=== Trying 127.0.0.1:24...
=== Connected to 127.0.0.1.
<- 220 tuxi.topfen.net Dovecot ready.
-> LHLO tuxi.topfen.net
<- 250-tuxi.topfen.net
<- 250-8BITMIME
<- 250-CHUNKING
<- 250-ENHANCEDSTATUSCODES...
2018 Dec 20
2
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
Hi,
I hit a bizare problem with dovecot 2.2.7 on debian 9 with LMTP enabled and auth/penalty disabled as documented here :
https://wiki.dovecot.org/Authentication/Penalty
Use case : I run a swaks command to send an email to an exim4 that tries to make a callout to dovecot-lmtp.
At RCPT TO: swaks hangs 5.0<something-small> seconds then process normally (exim is waiting for callout completion).
with strace, I see 5 second delay with many tries to socket connection.
(PID 9652 was an au...
2009 Jan 14
2
Maildir++ quota: When is it recalculated?
We use Maildir++ quota, with the rules taken from our LDAP backend. We also
have an old expunge script that's not quota-aware; it removes old messages
from the maildir by simply deleting the files.
Sometimes, a mailbox is over quota before the script runs, but well under
quota after the old messages are deleted. This change does not seem to be
picked up, however: When I try to deliver a new
2018 Apr 03
1
site-site vpn setup..
This part I have to answer on-list:
> On 29 Mar 2018, at 17:50 , al so <volkswak at gmail.com> wrote:
>
> automation refers to day to day vpn management from non-IT layman... not a geek running shell/ansible scrpits.
Dear Also / Volk Swak
TINC have it’s uses and place in the VPN environment.
Perhaps you could/should consider https://pritunl.com/ <https://pritunl.com/> or
2018 May 23
1
Lmtp issues on dovecot 2.3.x with big messages
...t;> Messages are being sent to dovecot LMTP by postfix. If I change
>>>>> this email
>>>>> to another server with dovecot 2.2.x the same message are delivered
>>>>> immediately.
>>>> Confirmed. Starts to fail here around 30Mb. Tested with Swaks.
>>>>
>>>> Working on a fix...
>>> Problem found. It is an explicit limit of 40Mb (for the 30Mb I saw
>>> in my
>>> tests, there was also a base64 encoding I forgot about).
>>>
>>> Will fix both the unhelpful error and the fact t...
2016 Nov 21
2
Exim still accepting emails to nonexistent users
Hi Heiko,
Here is the router:
virtual_aliases:
driver = redirect
debug_print = "R: Check address using virtual_aliases for $local_part@$domain"
allow_fail
allow_defer
hide data = CHECK_VIRTUAL_ALIASES
user = vmail
group = mail
local_user:
debug_print = "R: local_user for $local_part@$domain"
driver = accept
2019 Jan 08
1
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
...0/12/2018 om 18:09 schreef Ludovic Pouzenc:
>> Hi,
>>
>> I hit a bizare problem with dovecot 2.2.7 on debian 9 with LMTP
>> enabled and auth/penalty disabled as documented here :
>> ? https://wiki.dovecot.org/Authentication/Penalty
>>
>> Use case : I run a swaks command to send an email to an exim4 that
>> tries to make a callout to dovecot-lmtp.
>> At RCPT TO: swaks hangs 5.0<something-small> seconds then process
>> normally (exim is waiting for callout completion).
>>
>> with strace, I see 5 second delay with many tr...
2019 Jan 06
0
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
Op 20/12/2018 om 18:09 schreef Ludovic Pouzenc:
> Hi,
>
> I hit a bizare problem with dovecot 2.2.7 on debian 9 with LMTP enabled and auth/penalty disabled as documented here :
> https://wiki.dovecot.org/Authentication/Penalty
>
> Use case : I run a swaks command to send an email to an exim4 that tries to make a callout to dovecot-lmtp.
> At RCPT TO: swaks hangs 5.0<something-small> seconds then process normally (exim is waiting for callout completion).
>
> with strace, I see 5 second delay with many tries to socket connection.
The s...
2015 Jan 29
2
quota_full_tempfail = yes broken with lmtp_rcpt_check_quota (was: Re: lmtp_rcpt_check_quota not working)
...e>
<- 250 2.1.0 OK
-> RCPT TO:<recipient at domain.de>
<- 250 2.1.5 OK
-> DATA
<- 354 OK
-> Date: Thu, 29 Jan 2015 13:35:51 +0100
-> To: recipient at domain.de
-> From: sender at domain.de
-> Subject: test Thu, 29 Jan 2015 13:35:51 +0100
-> X-Mailer: swaks v20120320.0 jetmore.org/john/code/swaks/
->
-> This is a test mailing
->
-> .
<** 452 4.2.2 <recipient at domain.de> Quota exceeded (mailbox for user is full)
With 2.2.15 from dovecot-ee it is different. The quota is now checked at
RCPT stage
# 2.2.15.8 (912dd04d7a14+):...
2008 Jul 08
2
Dovecot CRAM-MD5 & DIGEST-MD5
Hello all.
Im try to make a SMTP Auth using Docecot SASL.
Im use swaks for tests.
Im store users in LDAP.
As im understand for CRAM & DIGEST MD5 we need to store pass in a clear
text?... Ok.
mail: admin3 at domain.off
userPassword: 123 <- Clear text
What im do
%swaks -a CRAM-MD5 -au admin3 at domain.off -ap 123
To: admin3 at domain.off
=== Trying mx.doma...
2019 Mar 16
4
testing dovecot LMTP with postfix/spamassassin
:-)
My postfix configuration is quite complex with a lot of special cases
and rules. However I'd like to make an anti-spam configuration as simple
and lightweight as possible (KISS).
/etc/postfix/master.cf
------------------------------------------------------------------------
smtp inet n - n - - smtpd
-o content_filter=spamassassin
spamassassin unix
2014 Sep 19
1
dovecot doesn't see my mails ?
...2:00 q1XUaOD-5382570
-rw------- 1 vmail vmail 513 Sep 18 12:46 q1XUb60-5382584
drwx--S--- 2 vmail vmail 4096 Sep 18 12:17 tmp
the 3 files q1xu[....] are test mails that I sent to myself, either
internally from the localhost CLI, mutt or from my google mail account.
I should note the following:
~ SWAKS can send mails out to external addresses also.
~ I cannot connect to my mail from any external clients (thunderbird)
~ I cannot connect to my mail localy using MUTT
~ I use exim4 (v4.7.2) as my MTA (if you want to see a config just ask).
please help me resolve these issues.
thanks in advance.
Da...
2018 Apr 04
0
Lmtp issues on dovecot 2.3.x with big messages
...ersion 2.3.x, LMTP stopped to receive big messages
> ( > 45 MB ).
> Messages are being sent to dovecot LMTP by postfix. If I change this email
> to another server with dovecot 2.2.x the same message are delivered
> immediately.
Confirmed. Starts to fail here around 30Mb. Tested with Swaks.
Working on a fix...
Regards,
Stephan.
2018 Apr 16
0
Lmtp issues on dovecot 2.3.x with big messages
...schreef Michael Tratz:
>>>> Messages are being sent to dovecot LMTP by postfix. If I change this email
>>>> to another server with dovecot 2.2.x the same message are delivered
>>>> immediately.
>>> Confirmed. Starts to fail here around 30Mb. Tested with Swaks.
>>>
>>> Working on a fix...
>> Problem found. It is an explicit limit of 40Mb (for the 30Mb I saw in my
>> tests, there was also a base64 encoding I forgot about).
>>
>> Will fix both the unhelpful error and the fact that there should be no
>> limit...
2019 Mar 17
0
testing dovecot LMTP with postfix/spamassassin
..., Marek Kozlowski via dovecot wrote:
> Can I test local mail delivery by dovecot LMTP manually? I mean: to
> simulate "I'm the Postfix" and produce for some testing e-mail the
> same effect as postfix granting it via `local_transport' to dovecot?
>
You can probably use swaks for that, it has LMTP support.
--
You canna change the laws of physics, Captain; I've got to have thirty minutes!
Eduardo M KALINOWSKI
eduardo at kalinowski.com.br
2018 Apr 04
2
Lmtp issues on dovecot 2.3.x with big messages
Hello,
After update dovecot to version 2.3.x, LMTP stopped to receive big messages
( > 45 MB ).
Messages are being sent to dovecot LMTP by postfix. If I change this email
to another server with dovecot 2.2.x the same message are delivered
immediately.
Log with mail_debug = yes:
Apr? 4 13:36:13 mailsrv01 dovecot: lmtp(190031): Debug: none: root=, index=,
indexpvt=, control=, inbox=, alt=