solved site no longer sending important emails (beta issue?)

soaringeagle
@soaringeagle
5 years ago
3,304 posts
i'm no longer getting most of the email notices when people join or post new topics, i sometimes get notices when topics relied o however
checked queue nothing there checked spam nothing there either
nothing in queue veiwer either (1st queue i meant was main server (postfix) queue)


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 06/17/19 11:20:59PM
2tunes
2tunes
@440music
5 years ago
20 posts
do you have the message sending smtp or the mailscript
soaringeagle
@soaringeagle
5 years ago
3,304 posts
nothing server sides changed that i know of only beta core and couple other new modules..i thought it was only the forums but not getting notices when people join either

or should say not getting all of them....most are not sending


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
5 years ago
7,692 posts
Try running an integrity check with all the checkboxes checked.

Next take a look in the ACTIVITY LOG, DEBUG LOG, ERROR LOG for any errors.
soaringeagle
@soaringeagle
5 years ago
3,304 posts
did the integrity check last night
just restarted mariadb because it uses innodb mostly now it wants a 25+ gig innodb buffer pool size but even at 18 g it uses a whole lotta ram
i'll check the logs


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
5 years ago
3,304 posts
few errors in activity a whole lotta slow db searches.. and this weird recursive erroor

debug


debug log
(2019-03-09T15:16:40-05:00.0.93333900 : 0.153)-(mem: 2MB)-(pid: 32734)-(ip: 141.8.142.179)-(url: https://dreadlockssite.com/ellen-dellasega/gallery/56489/ribbon-006)
|jrCore_db_multi_query:
/* greentec_jam:1552162600:visitor:141.8.142.179:/ellen-dellasega/gallery/56489/ribbon-006 */ SET AUTOCOMMIT=0; START TRANSACTION;
INSERT INTO jr_jrcore_log (log_created, log_priority, log_ip, log_text) VALUES (UNIX_TIMESTAMP(), 'cri', '141.8.142.179', 'Query Error: Server shutdown in progress');
INSERT INTO jr_jrcore_log_debug (log_log_id, log_url, log_memory, log_data) VALUES (LAST_INSERT_ID(), '/ellen-dellasega/gallery/56489/ribbon-006', '2097152', 'Array\n(\n    [error] => Query Error: Server shutdown in progress\n    [_post] => Array\n        (\n            [_uri] => /ellen-dellasega/gallery/56489/ribbon-006\n            [module_url] => ellen-dellasega\n            [module] => \n            [option] => gallery\n            [_1] => 56489\n            [_2] => ribbon-006\n            [_profile_id] => 10902\n        )\n\n    [query] => /* greentec_jam:1552162600:visitor:141.8.142.179:/ellen-dellasega/gallery/56489/ribbon-006 */ SELECT a.`_item_id` AS _item_id FROM jr_jrtags_item_key a\nWHERE a.`key` = \'tag_profile_id\' AND a.`value` = \'10902\'\nAND a.`_profile_id` NOT IN(1081,1374,1414,1489,2225,2312,2336,2419,2699,2803,3091,3093,3938,3959,3986,4210,5129,5172,5225,5284,5626,5748,6270,6523,6547,6741,6743,7360,7452,7802,7845,8238,8343,8424,8621,8664,8695,8794,8820,8852,8875,9233,9667,9751,9865,10020,10202,10400,10860,10922,11180,11183,11529,11848,11942,12010,12128,12182,12314,12488,12516,12576,12729,12992,13150,13167,13483,13488,13589,13779,13820,13858,13861,13879,13885,13930,13942,13973,13979,13980,13992,14027,14094,14114,14146,14152,14161,14202,14240,14251,14275,14313,14372,14377,14524,14566,14579,14634,14647,14699,14715,14727,14767,14768,14800,14821,14829,14845,14939,15008,15021,15052,15077,15140,15287,15334,15381)\nORDER BY a.`_item_id` DESC \nLIMIT 500 \n)\n') ON DUPLICATE KEY UPDATE log_url = VALUES(log_url), log_memory = '2097152', log_data = VALUES(log_data);
COMMIT; SET AUTOCOMMIT=1;|

(2019-03-09T15:16:40-05:00.0.93333900 : 0.153)-(mem: 2MB)-(pid: 32734)-(ip: 141.8.142.179)-(url: https://dreadlockssite.com/ellen-dellasega/gallery/56489/ribbon-006)
mysqli Object
(
    [affected_rows] => -1
    [client_info] => mysqlnd 5.0.12-dev - 20150407 - $Id: 3591daad22de08524295e1bd073aceeff11e6579 $
    [client_version] => 50012
    [connect_errno] => 0
    [connect_error] => 
    [errno] => 2006
    [error] => MySQL server has gone away
    [error_list] => Array
        (
            [0] => Array
                (
                    [errno] => 2006
                    [sqlstate] => HY000
                    [error] => MySQL server has gone away
                )

            [1] => Array
                (
                    [errno] => 2006
                    [sqlstate] => HY000
                    [error] => MySQL server has gone away
                )

            [2] => Array
                (
                    [errno] => 2006
                    [sqlstate] => HY000
                    [error] => MySQL server has gone away
                )

        )

    [field_count] => 1
    [host_info] => Localhost via UNIX socket
    [info] => 
    [insert_id] => 0
    [server_info] => 5.5.5-10.1.37-MariaDB
    [server_version] => 50505
    [stat] => 
    [sqlstate] => HY000
    [protocol_version] => 10
    [thread_id] => 27157147
    [warning_count] => 0
)

activity logs in screenshot


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
5 years ago
3,304 posts
forgot screenshot
errors.jpg
errors.jpg  •  183KB




--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
5 years ago
7,692 posts
recursive module trigger means you have a jrCore_list inside another jrCore_list that each rely on the other. Check for looped calls
soaringeagle
@soaringeagle
5 years ago
3,304 posts
hmm can only think of 3 possible laces there could be any but will take some testing tomorow to find it.. if there is 1 thats the only time i ever saw that error.. which leads me to suspect its in the shops since that gets almost no visits


hmm any clues in this ?
debug entry 	
Key 	Value
Message 	recursive module trigger detected for jrCore/db_get_item
Date 	03/09/19 02:03:47PM
IP Address 	71.225.6.155
URL 	/theallamericananarchist/timeline/3706
Memory 	2MB
Data 	
Array
(
    [event] => db_get_item
    [module] => jrCore
    [_data] => Array
        (
            [_item_id] => 3706
            [_created] => 1448323811
            [_profile_id] => 14248
            [_updated] => 1480790611
            [_user_id] => 14221
            [action_item_id] => 421651
            [action_mode] => create
            [action_module] => jrComment
            [action_original_item] => jrAction:3706:create
            [action_pending] => 0
            [user_active] => 1
            [user_campaign_total_sent] => 1
            [user_email] => guttergrassmusic@yahoo.com
            [user_group] => user
            [user_image_extension] => jpg
            [user_image_height] => 3861
            [user_image_name] => user_image.jpg
            [user_image_size] => 5538331
            [user_image_time] => 1441185465
            [user_image_type] => image/jpeg
            [user_image_width] => 3456
            [user_jrAction_item_count] => 18
            [user_jrBlog_item_count] => 1
            [user_jrComment_item_count] => 6
            [user_jrGoogleAnalytics_cid] => d66fed38-971f-4cf0-8ea0-430cc7338345
            [user_jrGuestBook_item_count] => 2
            [user_jrTips_enabled] => on
            [user_language] => en-US
            [user_last_login] => 1448828728
            [user_name] => theallamericananarchist
            [user_quota_id] => 22
            [user_signup_question_1] => 
            [user_signup_question_10] => on
            [user_signup_question_11] => on
            [user_signup_question_14] => https://www.pinterest.com/guttergrassmusi/
            [user_signup_question_15] => 
            [user_signup_question_16] => 
            [user_signup_question_2] => 
            [user_signup_question_3] => 
            [user_signup_question_4] => 
            [user_signup_question_5] => 8 months
            [user_signup_question_6] => Neglect...wash every 2-3 days with clean,  natural residue free soap,  leave in a mild saltwater final rinse.
            [user_signup_question_7] => http://ohatcheeman57.tumblr.com
            [user_signup_question_8] => 
            [user_signup_question_9] => https://www.facebook.com
            [user_validate] => aac602853b6ce053824953b45f3e9dc8
            [user_validated] => 1
            [profile_active] => 1
            [profile_bg_image_extension] => jpg
            [profile_bg_image_name] => DSCN0779.jpg
            [profile_bg_image_size] => 489505
            [profile_bg_image_time] => 1448375481
            [profile_bg_image_type] => image/jpeg
            [profile_bg_tile] => off
            [profile_bio] => <p>I am a guitar strumin',  mandolin' pickin',  bongo bangin',  tree hugin',  nature lovin',  dyed in the wool,  washed in the blood,  hopelessly optimistic hippie river poet,  despite knowing all the facts...</p>
            [profile_comment_count] => 4
            [profile_country] => USA
            [profile_disable_header_shadow] => off
            [profile_disk_usage] => 15891614
            [profile_header_color] => #5627d0
            [profile_heading_text_color] => #00f4ff
            [profile_id] => 14248
            [profile_image_extension] => jpg
            [profile_image_height] => 4072
            [profile_image_name] => DSCN1173.jpg
            [profile_image_size] => 4562014
            [profile_image_time] => 1445464487
            [profile_image_type] => image/jpeg
            [profile_image_width] => 3456
            [profile_index_page] => 0
            [profile_influences] => , , , every dreadlock soldier for peace and love whoever was,  is and is yet to be...
            [profile_jrAction_item_count] => 18
            [profile_jrBlog_item_count] => 1
            [profile_jrComment_item_count] => 6
            [profile_jrFollower_approve] => on
            [profile_jrGuestBook_item_count] => 2
            [profile_location] => Birmingham,  Alabama
            [profile_name] => theallamericananarchist
            [profile_photo_radius] => half
            [profile_private] => 1
            [profile_quota_id] => 22
            [profile_showplaylist] => off
            [profile_text_color] => #ea1d14
            [profile_ujLifeStreams_services] => [{"service":"jractions", "user":"14248"}]
            [profile_url] => theallamericananarchist
            [profile_use_header_color] => on
            [profile_view_count] => 3641
            [profile_z] => off
            [profile_zip] => 35212
            [quota_ccCometChat_allowed] => on
            [quota_jrAction_allowed] => on
            [quota_jrAction_can_post] => on
            [quota_jrAction_pending] => 0
            [quota_jrAction_show_add] => on
            [quota_jrAction_show_detail] => off
            [quota_jrAkismet_allowed] => on
            [quota_jrAudio_allowed] => on
            [quota_jrAudio_allowed_audio_types] => aac, flac, m4a, mp3, ogg, wav, wma
            [quota_jrAudio_audio_conversions] => on
            [quota_jrAudio_audio_tag] => on
            [quota_jrAudio_conversion_bitrate] => 224
            [quota_jrAudio_max_items] => 0
            [quota_jrAudio_pending] => 0
            [quota_jrBlog_allowed] => on
            [quota_jrBlog_max_items] => 0
            [quota_jrBlog_pending] => 0
            [quota_jrBundle_allowed] => off
            [quota_jrBundle_max_items] => 0
            [quota_jrBundle_pending] => 0
            [quota_jrBundle_show_bundle_only] => on
            [quota_jrCharts_allowed] => on
            [quota_jrCloudConversionClient_allowed] => off
            [quota_jrCombinedAudio_allowed] => on
            [quota_jrCombinedVideo_allowed] => on
            [quota_jrComment_allowed] => on
            [quota_jrComment_allowed_file_types] => png, jpg, jpeg, gif, txt, zip, pdf
            [quota_jrComment_attachments] => off
            [quota_jrComment_pending] => 0
            [quota_jrComment_profile_delete] => off
            [quota_jrComment_show_detail] => on
            [quota_jrCore_active_formatters] => jrCore_format_string_bbcode, jrCore_format_string_allowed_html, jrCore_format_string_convert_at_tags, jrUrlScan_format_string, jrSmiley_format_string_smiley, jrFramer_format_string_check_iframes, jrEmbed_format_string_embed_tags, jrAction_format_string_convert_hash_tags
            [quota_jrCore_allow_all_html] => on
            [quota_jrCore_allowed_tags] => iframe, span, strong, em, a, b, u, i, p, div, br, img, h1, h2, h3, h4, pre, hr, ul, ol, li, sub, sup, table, tbody, th, tr, td
            [quota_jrCore_disk] => 0
            [quota_jrCore_max_upload_size] => 13631488000
            [quota_jrDisqus_allowed] => on
            [quota_jrDisqus_show_detail] => on
            [quota_jrEmbed_allowed] => on
            [quota_jrEvent_allowed] => on
            [quota_jrEvent_allowed_attending] => on
            [quota_jrEvent_max_items] => 0
            [quota_jrEvent_pending] => 0
            [quota_jrFAQ_allowed] => on
            [quota_jrFAQ_max_items] => 0
            [quota_jrFAQ_pending] => 0
            [quota_jrFile_allowed] => on
            [quota_jrFile_allowed_file_types] => zip, doc, txt, pdf, rar, mp3
            [quota_jrFile_max_items] => 0
            [quota_jrFile_pending] => 0
            [quota_jrFlickr_allowed] => on
            [quota_jrFlickr_max_items] => 0
            [quota_jrFlickr_pending] => 0
            [quota_jrFollower_share_type] => 
            [quota_jrForum_allowed] => on
            [quota_jrForum_bbcode_signature] => on
            [quota_jrForum_can_post] => on
            [quota_jrForum_file_attachments] => on
            [quota_jrForum_signature] => on
            [quota_jrFoxyCart_active] => off
            [quota_jrFoxyCart_allowed] => on
            [quota_jrFoxyCart_expire_notify_days] => 10
            [quota_jrFoxyCart_expire_quota] => 6
            [quota_jrFoxyCart_payout_percent] => 97
            [quota_jrFoxyCart_show_my_files] => on
            [quota_jrFoxyCart_show_sb] => on
            [quota_jrFoxyCart_subscription_allow] => on
            [quota_jrFoxyCart_subscription_desc] => allows a second profile to act as a featured shop with a 97% payout
3% goes towards server costs.
Featured shops show up at the top of the page for increased visibility and sales
            [quota_jrFoxyCart_subscription_length] => 5y
            [quota_jrFoxyCart_subscription_price] => 0.00
            [quota_jrFoxyCart_subscription_trial] => 0
            [quota_jrFoxyCartBundle_show_bundle_only] => on
            [quota_jrGallery_allowed] => on
            [quota_jrGallery_gallery_group] => on
            [quota_jrGallery_gallery_order] => on
            [quota_jrGallery_max_items] => 0
            [quota_jrGallery_pending] => 0
            [quota_jrGroup_allowed] => on
            [quota_jrGroup_max_items] => 0
            [quota_jrGroup_pending] => 0
            [quota_jrGroupDiscuss_max_items] => 0
            [quota_jrGroupDiscuss_pending] => 0
            [quota_jrGuestBook_allowed] => on
            [quota_jrGuestBook_pending] => 0
            [quota_jrImage_allowed_image_types] => png, gif, jpg, jpeg
            [quota_jrImage_max_image_size] => 10485760
            [quota_jrImage_watermark] => on
            [quota_jrImage_watermark_cutoff] => 150
            [quota_jrImage_watermark_sale_only] => on
            [quota_jrImage_watermark_x_offset] => -5
            [quota_jrImage_watermark_y_offset] => -5
            [quota_jrLike_allow_self_likings] => on
            [quota_jrLike_allowed] => on
            [quota_jrLike_show_detail] => on
            [quota_jrNingDiscuss_allowed] => off
            [quota_jrNingDiscuss_max_items] => 0
            [quota_jrNingDiscuss_pending] => 0
            [quota_jrNingMemo_allowed] => off
            [quota_jrNingMemo_max_items] => 0
            [quota_jrNingMemo_pending] => 0
            [quota_jrNingPage_allowed] => off
            [quota_jrNingPage_max_items] => 0
            [quota_jrNingPage_pending] => 0
            [quota_jrOneAll_allowed] => on
            [quota_jrPage_allowed] => on
            [quota_jrPage_max_items] => 0
            [quota_jrPage_pending] => 1
            [quota_jrPanel_panel_admin] => off
            [quota_jrPayment_allowed] => off
            [quota_jrPayment_include_shipping] => on
            [quota_jrPayment_include_tax] => on
            [quota_jrPayment_payout_percent] => 100
            [quota_jrPayment_show_purchases] => on
            [quota_jrPhotoAlbum_allowed] => on
            [quota_jrPhotoAlbum_max_items] => 0
            [quota_jrPhotoAlbum_pending] => 0
            [quota_jrPlaylist_allowed] => on
            [quota_jrPlaylist_max_items] => 0
            [quota_jrPlaylist_pending] => 0
            [quota_jrPrivateNote_allowed] => on
            [quota_jrPrivateNote_followers_only] => on
            [quota_jrProduct_allowed] => off
            [quota_jrProduct_max_items] => 0
            [quota_jrProduct_pending] => 0
            [quota_jrProfile_admin_note] => 
            [quota_jrProfile_cap_type] => hard
            [quota_jrProfile_default_privacy] => 1
            [quota_jrProfile_name] => featured shop owner
            [quota_jrProfile_privacy_changes] => on
            [quota_jrProfile_profile_count] => 335
            [quota_jrProfile_url_changes] => off
            [quota_jrProfileTweaks_allow_background_image] => on
            [quota_jrProfileTweaks_allow_index_redirect] => on
            [quota_jrProfileTweaks_allow_logo] => on
            [quota_jrProfileTweaks_allow_skin] => sedreadsiteskin
            [quota_jrProfileTweaks_allowed] => on
            [quota_jrProfileTweaks_default_index] => 0
            [quota_jrProfileTweaks_default_skin] => sedreadsiteskin4
            [quota_jrRating_allow_self_ratings] => on
            [quota_jrRating_allowed] => on
            [quota_jrRecommend_allowed] => on
            [quota_jrShareThis_allowed] => on
            [quota_jrShareThis_show_detail] => on
            [quota_jrShareThis_show_reaction] => off
            [quota_jrSmiley_allowed] => on
            [quota_jrSmiley_show_selector] => off
            [quota_jrSoundCloud_allowed] => on
            [quota_jrSoundCloud_max_items] => 0
            [quota_jrSoundCloud_pending] => 0
            [quota_jrStore_allowed] => off
            [quota_jrStore_max_items] => 0
            [quota_jrStore_pending] => 0
            [quota_jrTags_allowed] => on
            [quota_jrTags_own_items_only] => off
            [quota_jrTags_show_detail] => on
            [quota_jrTOS_show_tos] => 0
            [quota_jrUpimg_allowed] => on
            [quota_jrUser_add_to_timeline] => off
            [quota_jrUser_allow_signups] => on
            [quota_jrUser_device_notice] => off
            [quota_jrUser_login_page] => profile
            [quota_jrUser_power_user] => on
            [quota_jrUser_power_user_max] => 2
            [quota_jrUser_power_user_quotas] => 19
            [quota_jrUser_signup_method] => email
            [quota_jrUser_signup_page] => profile
            [quota_jrVideo_allowed] => on
            [quota_jrVideo_allowed_video_types] => 3g2, 3gp, avi, f4v, flv, m4v, mkv, mov, mp4, mpg, ogv, webm, wmv
            [quota_jrVideo_max_items] => 0
            [quota_jrVideo_pending] => 0
            [quota_jrVideo_video_conversions] => on
            [quota_jrVimeo_allowed] => on
            [quota_jrVimeo_max_items] => 0
            [quota_jrVimeo_pending] => 0
            [quota_jrYouTube_allowed] => on
            [quota_jrYouTube_channel_sync] => off
            [quota_jrYouTube_max_items] => 0
            [quota_jrYouTube_pending] => 0
            [quota_jrYouTube_youtube_search] => on
            [quota_seProfiledesigner_allowed] => off
            [quota_seProfiledesigner_max_items] => 0
            [quota_seProfiledesigner_pending] => 0
            [quota_solrsearch_allowed] => off
            [quota_solrsearch_max_items] => 0
            [quota_solrsearch_pending] => 0
            [quota_ujLifeStreams_allowed] => on
            [quota_ujLifeStreams_display_allowed] => on
            [quota_ujLifeStreams_services] => jractions, twitter, facebook_page, youtube, googleplus, vimeo, tumblr, wordpress, blogger, github, jamroom, linkedin, lastfm, flickr, pinboard, reddit, pocket, stackoverflow, wikipedia, bitbucket, bitly, citeulike, dailymotion, delicious, deviantart, disqus, dribbble, fancy, foomark, formspring, forrst, foursquare, gimmebar, hypem, instapaper, iusethis, librarything, mendely, miso, mlkshk, quora, slideshare, snipplr, zotero, rss, atom
            [quota_ujSkype_allowed] => on
            [quota_ujSkype_allowed_skype_types] => 0
            [quota_xxMydreads_allowed] => off
            [quota_xxMydreads_max_items] => 0
            [quota_xxMydreads_pending] => 0
        )

    [_args] => Array
        (
            [module] => jrAction
        )

)



--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
5 years ago
3,304 posts
searched that account info he hasnt logged in in 4 years


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
5 years ago
7,692 posts
Whatever that error message is, its not related to "site no longer sending important emails (beta issue?)"

How are you testing to see if the email system is working?
soaringeagle
@soaringeagle
5 years ago
3,304 posts
im just not getting about 1/2 or more of the email messages from the site.. i get an ocassional one but most it should send are not being sent..or at least not received


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
soaringeagle
@soaringeagle
5 years ago
3,304 posts
instead f getting notices (which i do get a couple) i gotta check site activity to see what i missed when no emails arrived


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
5 years ago
7,692 posts
That's a hard structure for me to setup to test. If you could narrow it down to a reproducible structure, I could try to setup here to debug the situation to see if its something wrong in the code that's causing it.
brian
@brian
5 years ago
10,136 posts
soaringeagle:
MySQL server has gone away

The MySQL server has crashed.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
5 years ago
3,304 posts
i'm still not gettin many of the eails and dont think theres been more db issues i wl clea all logs and see what shows up fro m here on out


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
5 years ago
10,136 posts
You need to look at your /var/log/mail.log and see what is up.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
5 years ago
3,304 posts
hmm not at all sure whatto look for except seeing alotta connection attempt ad fails from a domain tvhds.com


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
5 years ago
10,136 posts
You should see "sent" messages in your mail.log - i.e. here's an example from jamroom.net:

Mar 17 15:57:39 jamroom postfix/smtp[6701]: B99B4111F5: to=(removed), relay=smtp.mailgun.org:25, delay=0.83, delays=0/0/0.39/0.44, dsn=2.0.0, status=sent (250 Great success)



--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
5 years ago
3,304 posts
only things i see so far that say sent are things like this
Mar 16 04:00:06 server postfix/smtp[30181]: 9F7251F00669: to=<@hotmail.com>, orig_to=<root>, relay=hotmail-com.olc.protection.outlook.com[10$
Mar 16 04:00:06 server postfix/qmgr[1954]: 9F7251F00669: removed

notice it says hotmail use gmail for that site, i'm not even sure what uses hotmail

like i said i get some messages
i get most if not all pending item messages.some but not most new member messages
i get rare forum update messages or new post messages or new member joins.. but most are lost
i do get all or most from freedomswings which has same server
same core same everything
i get alot of user pending notices but since its spam attacked all the time
but not at all sure i get even 1/2 of them


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
brian
@brian
5 years ago
10,136 posts
Those are not emails being sent - that's a remote site trying to connect to your SMTP server for "relaying" and being denied. I am not familiar with how your email is setup, so that's something you will need to contact your hosting provider to assist with - it's not really something we're going to assist with here in the forum.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
soaringeagle
@soaringeagle
5 years ago
3,304 posts
other members have said I got my last email notice from the site on Dec 18th 2018
thats how long its been a problem


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

Tags