Mauricio Tavares:
> Content-Transfer-Encoding: 8bit
>
> Italienisches Olivenöl
depending on your shell it's possible the 'ö' is encoded as 2 byte in UTF-8.
so you may need a charset declaration, too.
does your test pass if you simply replace ö by oe ?
that way you may check if you test the right
Hi nice people, easy question for this nice Sunday :D
Are you aware of any solution that would replicate (or even improve) the
technology that was developed by lavabit to encrypt their users
mailboxes ?
There is an architecture description here:
http://highscalability.com/blog/2013/8/13/in-m
Mauricio Tavares:
> [<-] 220 mail.domain.com Test Mail Server
> [->] HELO raub.internal.domain.com
> [<-] 250 mail.domain.com
> [->] MAIL FROM:
You send HELO. That means you can only send 7-bit ASCII email.
Please read RFC 5321 for the 7-bit requirement of SMTP.
In order to send 8BIT mail over SM
m...@ruggedinbox.com:
>
>
> Hi nice people, easy question for this nice Sunday :D
>
> Are you aware of any solution that would replicate (or even improve) the
> technology that was developed by lavabit to encrypt their users
> mailboxes ?
>
> There is an architecture description here:
> http
On 06/29/2014 02:02 PM, m...@ruggedinbox.com wrote:
> Hi nice people, easy question for this nice Sunday :D
>
> Are you aware of any solution that would replicate (or even improve) the
> technology that was developed by lavabit to encrypt their users mailboxes ?
>
> There is an architecture descr
Okay, I know I am doing something really stupid, but I am not sure what.
I have "smtp_sasl_password_maps=hash:/usr/local/etc/postifx/sasl_passwd"
Now, when I run "postmap hash:sasl_passwd" I receive an error about
"duplicate entry:"
The file file looks like this:
# /usr/local/etc/postfix/sasl_p
On 2014-06-29 13:07, martijn.list wrote:
> On 06/29/2014 02:02 PM, m...@ruggedinbox.com wrote:
>
>> Hi nice people, easy question for this nice Sunday :D Are you aware of any
>> solution that would replicate (or even improve) the technology that was
>> developed by lavabit to encrypt their
On 6/29/2014 8:36 AM, Jerry wrote:
> Okay, I know I am doing something really stupid, but I am not sure what.
>
> I have "smtp_sasl_password_maps=hash:/usr/local/etc/postifx/sasl_passwd"
>
> Now, when I run "postmap hash:sasl_passwd" I receive an error about
> "duplicate entry:"
>
> The file fil
Okay, I know I am an idiot, but bear with me. I had a perfectly good
Postfix/Dovecot setup working for several years. I never touched it. Then the
HD died and I cannot find any of the backups. They would be quite old anyway.
So, after fixing the sytem, I installed FreeBSD-10 and the latest versions
Am 29.06.2014 20:43, schrieb Jerry:
Okay, I know I am an idiot, but bear with me. I had a perfectly good
Postfix/Dovecot setup working for several years. I never touched it. Then the
HD died and I cannot find any of the backups. They would be quite old anyway.
So, after fixing the sytem, I instal
On 06/29/2014 02:36 PM, Alex JOST wrote:
> Am 29.06.2014 20:43, schrieb Jerry:
>> Okay, I know I am an idiot, but bear with me. I had a perfectly good
>> Postfix/Dovecot setup working for several years. I never touched it.
>> Then the
>> HD died and I cannot find any of the backups. They would be
Am 29.06.2014 22:05, schrieb Edgar Pettijohn:
> not sure if it matters but you have smtp_sasl_type defined twice once
> with cyrus and once with dovecot
says who?
smtp != smtpd
smtp can only by cyrus and is part of the topic
smtpd_sasl_type is for smtpd server
smtp_sasl_type is for smtp client
On 06/29/2014 03:40 PM, li...@rhsoft.net wrote:
> Am 29.06.2014 22:05, schrieb Edgar Pettijohn:
>> not sure if it matters but you have smtp_sasl_type defined twice once
>> with cyrus and once with dovecot
> says who?
>
> smtp != smtpd
> smtp can only by cyrus and is part of the topic
> smtpd_sasl_
On Sun, 29 Jun 2014 16:02:05 -0500, Edgar Pettijohn stated:
>
>On 06/29/2014 03:40 PM, li...@rhsoft.net wrote:
>> Am 29.06.2014 22:05, schrieb Edgar Pettijohn:
>>> not sure if it matters but you have smtp_sasl_type defined twice once
>>> with cyrus and once with dovecot
>> says who?
>>
>> smtp !=
Maybe you need to set your restrictions to more strict settings,
here's my setting for smtpd restrictions, someone else may have a
better config so open to discussion:
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated, reject_invalid_hostname,
reject_non_fqdn_hostname, re
On Sun, 29 Jun 2014 17:47:33 -0400, Paul C stated:
>Maybe you need to set your restrictions to more strict settings,
>here's my setting for smtpd restrictions, someone else may have a
>better config so open to discussion:
>
>smtpd_recipient_restrictions = permit_mynetworks,
>permit_sasl_authentica
16 matches
Mail list logo