> Line endings depends on context. UNIX files and commands use ,
>
> whereas SMTP and LMTP use . Instead of picking a specific
>
> line ending, Postfix uses none. Instead it stores a length and text.
>
> When delivering mail, Postfix ADDS the line endings that are appropriate.
>
> - The deliver
Does your roundcube config.inc.php have the smtp_host as
'tls://mail.stovebolt.com:587'; ? It will need the FQDN and not
localhost hence failing authentication??? I know somethig similar
happened to me a while back
Daryl
On 24-06-16 16:00:35, Paul Schmehl via Postfix-users wrote:
>I'm try
Dnia 16.06.2024 o godz. 20:54:34 Paul Schmehl via Postfix-users pisze:
>
> The odd thing is, I don’t see any connection attempts at all in the mail
> logs.
May seem a strange question, but it's always first thing I check in case I
don't see any connection attempt in logs: Is your Roundcube really
On 17/06/2024 17:28, Paul Schmehl wrote:
[SNIP]
How do you set up roundcube to not use authentication? I really don’t
need it since it’s on the same machine as the mail server. What config
options do I need to use?
That's how it works out of the box, or was when I set up up, just take
the defau
Paul Schmehl via Postfix-users:
> > On Jun 16, 2024, at 5:02?PM, Wietse Venema via Postfix-users
> > wrote:
> >
> > Paul Schmehl via Postfix-users:
> >> I?m trying to sort out a problem with Roundcube failing to send email with
> >> an error message that says SMTP Error(): authentication failed
I am also using roundcube + postfix + dovecot.
the host configuration for roundcube should be FQDN.
for example, mine is:
$config['imap_host'] = 'ssl://mail.tls-mail.com:993';
$config['smtp_host'] = 'ssl://mail.tls-mail.com:465';
you can't use something like:
$config['imap_host'] = 'ssl://local
a49093915 via Postfix-users:
> Thank you very much for your detailed response.
>
> So as far as I understand Postfix can receive "." or
> "." or even other "End of DATA's",
> but will always strip them and add its own "." "End of DATA"
> for outgoing SMTP.
> (Additionally it also strips and adds
On 2024-06-16 at 21:54:34 UTC-0400 (Sun, 16 Jun 2024 20:54:34 -0500)
Paul Schmehl via Postfix-users
is rumored to have said:
I’m seeing this error in the roundcube logs:
[16-Jun-2024 20:28:58 -0500]: SMTP Error: Authentication
failure: mail.stovebolt.com
PIPELINING
SIZE 9
VRFY
ETRN
Jeff Peng via Postfix-users skrev den 2024-06-17 14:18:
$config['imap_host'] = 'ssl://localhost:993';
then RC will connect to server failed due to mis-configured certs.
$config['imap_conn_options'] = array ( 'ssl' => array ( 'verify_peer' =>
false, 'verify_peer_name' => false, ), );
but fa
> On Jun 17, 2024, at 4:43 AM, Jaroslaw Rafa via Postfix-users
> wrote:
>
> Dnia 16.06.2024 o godz. 20:54:34 Paul Schmehl via Postfix-users pisze:
>>
>> The odd thing is, I don’t see any connection attempts at all in the mail
>> logs.
>
> May seem a strange question, but it's always first thin
Paul Schmehl via Postfix-users:
> > On Jun 17, 2024, at 4:43?AM, Jaroslaw Rafa via Postfix-users
> > wrote:
> >
> > Dnia 16.06.2024 o godz. 20:54:34 Paul Schmehl via Postfix-users pisze:
> >>
> >> The odd thing is, I don't see any connection attempts at all in the mail
> >> logs.
> >
> > May s
> On Jun 17, 2024, at 7:12 AM, Wietse Venema via Postfix-users
> wrote:
>
> Paul Schmehl via Postfix-users:
>>> On Jun 16, 2024, at 5:02?PM, Wietse Venema via Postfix-users
>>> wrote:
>>>
>>> Paul Schmehl via Postfix-users:
I?m trying to sort out a problem with Roundcube failing to send
Paul Schmehl via Postfix-users:
> >>> - Did the client send starttls? That is logged in the "disconnect
> >>> from" line.
> >>>
> >>
> >> I don't see anything in the postfix logs (/var/log/maillog) from
> >> roundcube. I guess I need to enable debug.
> >
> > No debug logging needed. This inform
> On Jun 17, 2024, at 4:27 PM, Wietse Venema via Postfix-users
> wrote:
>
> Paul Schmehl via Postfix-users:
> - Did the client send starttls? That is logged in the "disconnect
> from" line.
>
I don't see anything in the postfix logs (/var/log/maillog) from
roundcube
Paul Schmehl via Postfix-users:
> Both apps on on the same server and *should* be using the same clock.
> >
> I don't want to waste any more of your time. It?s working, so I?m happy.
You can make your life easier by fixing the program that is losing
Postfix logging. systemd has been implicated in
On 17/06/24 17:16, Peter via Postfix-users wrote:
Without seeing logs and actual config settings I can only guess. One
thing to keep in mind is that there's two types of TLS connection,
implicit TLS and explicit TLS. Implicit TLS connects to a port
dedicated to TLS connections, for submission
On 17/06/2024 17:28, Paul Schmehl wrote:
How do you set up roundcube to not use authentication? I really don’t
need it since it’s on the same machine as the mail server. What config
options do I need to use?
To be honest, you still likely want authentication. Keep in mind that
you don't need
On 2024-06-18 07:30, Peter via Postfix-users wrote:
On 17/06/2024 17:28, Paul Schmehl wrote:
How do you set up roundcube to not use authentication? I really don’t
need it since it’s on the same machine as the mail server. What
config options do I need to use?
To be honest, you still likely wa
On 18/06/24 13:00, Jeff Peng via Postfix-users wrote:
On 2024-06-18 07:30, Peter via Postfix-users wrote:
On 17/06/2024 17:28, Paul Schmehl wrote:
How do you set up roundcube to not use authentication? I really
don’t need it since it’s on the same machine as the mail server.
What config option
To be honest, you still likely want authentication. Keep in mind that you
don't need to authenticate as a single user for roundcube but rather you can
have roundcube pass authentication through from it's own user login and
therefore support multiple users while also allowing postfix to support
> On Jun 17, 2024, at 6:30 PM, Peter via Postfix-users
> wrote:
>
>> On 17/06/2024 17:28, Paul Schmehl wrote:
>>> How do you set up roundcube to not use authentication? I really don’t need
>>> it since it’s on the same machine as the mail server. What config options
>>> do I need to use?
>
>
On 18/06/24 14:43, Paul Schmehl via Postfix-users wrote:
If I used $config['smtp_host']
= ‘tls;//www.stovebolt.com'; or I used $config['smtp_host'] =
’ssl;//www.stovebolt.com'; roundcube would error out saying it couldn’t
connect to the server.
It's "tls://..." or "ssl://" with a colon (:) not
On 2024/6/18 10:43, Paul Schmehl via Postfix-users wrote:
On Jun 17, 2024, at 6:30 PM, Peter via Postfix-users
wrote:
On 17/06/2024 17:28, Paul Schmehl wrote:
How do you set up roundcube to not use authentication? I really don’t need it
since it’s on the same machine as the mail server. Wha
On 18/06/2024 12:43, Paul Schmehl via Postfix-users wrote:
[SNIP]
roundcube would always through an error. If I used $config['smtp_host']
= ‘tls;//www.stovebolt.com'; or I used $config['smtp_host'] =
’ssl;//www.stovebolt.com'; roundcube would error out saying it couldn’t
I hope the semi-colon
On 2024-06-18 10:40, postfix--- via Postfix-users wrote:
To be honest, you still likely want authentication. Keep in mind
that you don't need to authenticate as a single user for roundcube
but rather you can have roundcube pass authentication through from
it's own user login and therefore supp
> On Jun 17, 2024, at 10:14 PM, Cowbay via Postfix-users
> wrote:
>
> On 2024/6/18 10:43, Paul Schmehl via Postfix-users wrote:
> The problem is neither tls nor ssl worked. No matter what config I used,
> roundcube would always through an error. If I used $config['smtp_host'] =
> ‘tls;//www.s
On Mon, Jun 17, 2024 at 11:39:27PM -0500, Paul Schmehl via Postfix-users wrote:
> That might have uncovered a problem.
>
> # posttls-finger -w -lsecure -C "www.stovebolt.com:465" “www.stovebolt.com"
>
> posttls-finger: Connected to www.stovebolt.com[108.174.193.28]:465
> posttls-finger: SSL_conn
> On Jun 18, 2024, at 12:38 AM, Viktor Dukhovni via Postfix-users
> wrote:
>
> On Mon, Jun 17, 2024 at 11:39:27PM -0500, Paul Schmehl via Postfix-users
> wrote:
>
>> That might have uncovered a problem.
>>
>> # posttls-finger -w -lsecure -C "www.stovebolt.com:465" “www.stovebolt.com"
>>
>> p
On Tue, Jun 18, 2024 at 01:04:25AM -0500, Paul Schmehl via Postfix-users wrote:
> >> posttls-finger: warning: TLS library problem: error:1408F10B:SSL
> >> routines:ssl3_get_record:wrong version number:ssl/record/ssl3_record.c:332:
> >
> > Your port 465 "smtps" service is misconfigured, it is mis
> On Jun 18, 2024, at 1:34 AM, Viktor Dukhovni via Postfix-users
> wrote:
>
> On Tue, Jun 18, 2024 at 01:04:25AM -0500, Paul Schmehl via Postfix-users
> wrote:
>
>> # posttls-finger -w -lsecure -C "mail.stovebolt.com:465" "www.stovebolt.com"
>
> Why the "www.stovebolt.com"??? What hostname i
30 matches
Mail list logo