And while your at it, can you check the queue?
#qmailctl queue
I might ask, do you want to debug this now, or do you want mail to start
flowing again?
On 4/7/2024 9:14 AM, Eric Broch wrote:
That won't work because you'll have
#my $debugfile = undef;
my $debugfile = '/tmp/dkim.debug';
.
.
. (A bunch of code)
.
.
my $debugfile = undef;
remove what you've put in that file.
Find the line
my $debugfile = undef;
comment it
#my $debugfile = undef;
create an new line under it
my $debugfile = '/tmp/dkim.debug';
save the file
On 4/7/2024 9:01 AM, Biju Jose wrote:
I added this to the top of qmail-remote
#my $debugfile = undef;
my $debugfile = '/tmp/dkim.debug';
Tried send/receive, but nothing in cat /tmp/dkim.debug
------------------------------------------------------------------------
*From:* Eric Broch <ebr...@whitehorsetc.com>
*Sent:* 07 April 2024 20:06
*To:* qmailtoaster-list@qmailtoaster.com
<qmailtoaster-list@qmailtoaster.com>
*Subject:* Re: [qmailtoaster] Re: I messed up DKIM setup
Change qmail-remote to look like this
#my $debugfile = undef;
my $debugfile = '/tmp/dkim.debug';
send an email
cat /tmp/dkim.debug
post output.
On 4/7/2024 8:31 AM, Biju Jose wrote:
@400000006612abd814cc842c warning: trouble injecting bounce message,
will try later
@400000006612abd814d79434 warning: trouble injecting bounce message,
will try later
@400000006612ac5419dfcd5c warning: trouble injecting bounce message,
will try later
@400000006612ac5419eda83c warning: trouble injecting bounce message,
will try later
@400000006612acd01e97e2e4 warning: trouble injecting bounce message,
will try later
@400000006612acd01ea413fc warning: trouble injecting bounce message,
will try later
@400000006612ad4c21f3b044 warning: trouble injecting bounce message,
will try later
@400000006612ad4c2202a07c warning: trouble injecting bounce message,
will try later
@400000006612adc825609c74 warning: trouble injecting bounce message,
will try later
@400000006612adc8256ce114 warning: trouble injecting bounce message,
will try later
------------------------------------------------------------------------
*From:* Eric Broch <ebr...@whitehorsetc.com>
<mailto:ebr...@whitehorsetc.com>
*Sent:* 07 April 2024 19:59
*To:* qmailtoaster-list@qmailtoaster.com
<mailto:qmailtoaster-list@qmailtoaster.com>
<qmailtoaster-list@qmailtoaster.com>
<mailto:qmailtoaster-list@qmailtoaster.com>
*Subject:* Re: [qmailtoaster] Re: I messed up DKIM setup
Is there anything in /var/log/qmail/send/current log?
On 4/7/2024 8:27 AM, Biju Jose wrote:
The guide was at http://www.qmailtoaster.com/dkim.html
<http://www.qmailtoaster.com/dkim.html>
------------------------------------------------------------------------
*From:* Biju Jose <bijuko...@outlook.com>
<mailto:bijuko...@outlook.com>
*Sent:* 07 April 2024 19:56
*To:* qmailtoaster-list@qmailtoaster.com
<mailto:qmailtoaster-list@qmailtoaster.com>
<qmailtoaster-list@qmailtoaster.com>
<mailto:qmailtoaster-list@qmailtoaster.com>
*Subject:* [qmailtoaster] I messed up DKIM setup
Hi,
I need some urgent help.
I messed up a qmail server running on centos 7
I was trying to setup DKIM using this guide. But somewhere I made a
mistake and now emails are not going out. Request help to solve the
issue.
Thanks
Biju Jose