That table is, as the name suggests, emails which are queued to be sent.
What is the date/cpntent of the oldest entry in the table?
That's a UNIX time stamp and translates to 26 May 2021.
Is that the oldest entry?
How many rows are there?
Can you see what the contents are?
We have seen issues with the mail queue table filling up before, due to bounces.
Well the quickest resolution would be to truncate the table, but any emails in the queue would be lost, so member won't receive notifications to watched content, conversations, etc.
Reactions don't trigger emails but members can watch content - you can restrict that on a per node basis to disable emails for replies, new posts, etc.
Truncating will solve everything. You don't need to do anything after truncating except looking for your SMTP mail provider that causes this problem.awesome, will the space be reclaimed? after truncation? or do I need to do something else. thanks again.
Truncating will solve everything. You don't need to do anything after truncating except looking for your SMTP mail provider.
Yes, space will be reclaimed.
It will only stop forum watchs.is this the setting you are referring to stop the emails?
Forum watch notification limit
- New messages
- New threads
- None
It will only stop forum watchs.
To stop e-mailing, you should do Template Modifications and SQL Queries.
Unmaintained - Turn Off Email Notifications
To turn off email notification for forum watch, edit every node in your board, and set "Forum watch notification limit" to "None". To turn off email notification for thread watch, create these template modifications Template ...xenforo.com
You may follow that guide.
It will only stop forum watchs.
To stop e-mailing, you should do Template Modifications and SQL Queries.
Unmaintained - Turn Off Email Notifications
To turn off email notification for forum watch, edit every node in your board, and set "Forum watch notification limit" to "None". To turn off email notification for thread watch, create these template modifications Template ...xenforo.com
You may follow that guide.
You should also delete them.just for clarification, does this "Replace : leave the box empty"
mean this:
<xf:checkbox>
</xf:checkbox>
I had a 23gbxf_mail_queue
table with nothing in it (literally empty).
Except that is 23gb of lz4 compressed table living on zfs, so more like ~40gb if that was living on ext3/ext4.
We use essential cookies to make this site work, and optional cookies to enhance your experience.