{"id":324,"date":"2018-06-19T17:53:46","date_gmt":"2018-06-19T17:53:46","guid":{"rendered":"http:\/\/dbtut.com\/?p=324"},"modified":"2021-02-09T13:45:14","modified_gmt":"2021-02-09T13:45:14","slug":"how-to-configure-linux-to-send-email","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/","title":{"rendered":"send mail from linux using mailx"},"content":{"rendered":"<p><span style=\"font-size: 12pt; font-family: georgia, palatino, serif;\">This article contains information about send mail from linux using mailx, mailx linux installation, configure mailx.<\/span><\/p>\n<p><span style=\"font-size: 12pt; font-family: georgia, palatino, serif;\">First of all, the server you want to send mail from must have the permission to sed mail.<\/span><\/p>\n<p>You can get help from the Exhange team.<\/p>\n<h3>mailx Linux Installation<\/h3>\n<p>We are connecting to the server as root, which we will do the mail configuration.<\/p>\n<p>We then check if there is mailx in the repository with the below command.<\/p>\n<pre class=\"lang:default decode:true\">yum search mailx<\/pre>\n<p><img decoding=\"async\" class=\"aligncenter\" src=\"http:\/\/dbtut.com\/wp-content\/uploads\/2018\/06\/505.png\" \/><\/p>\n<p style=\"margin: 0in; font-family: Georgia; font-size: 12.0pt;\">If the mailx is not in the repos, you can also download it from the internet. But it would be more correct to ask your system team to do this.<\/p>\n<p style=\"margin: 0in; font-family: Georgia; font-size: 12.0pt;\">Then we install mailx with the following command.<\/p>\n<pre class=\"lang:default decode:true\">yum install mailx<\/pre>\n<p><img decoding=\"async\" class=\"aligncenter\" src=\"http:\/\/dbtut.com\/wp-content\/uploads\/2018\/06\/353.png\" \/><\/p>\n<h3>Configure Mailx<\/h3>\n<p>After you install MailX, you need to define your mail server on your system.<\/p>\n<p>First you shoul open main.cf file with below command<\/p>\n<pre class=\"lang:default decode:true\">vi \/etc\/postfix\/main.cf<\/pre>\n<p>After running the above command, we press shift and 7 together to search for the parameter we want to change in the file, and write relayhost.<\/p>\n<p>After you press Enter, you can continue searching with n until you find what you are looking for.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter\" src=\"http:\/\/dbtut.com\/wp-content\/uploads\/2018\/06\/820.png\" \/><\/p>\n<p>After you find the line you are looking for, if you press yy and then p on that line, that line will be copied as a new line.<\/p>\n<p>We then remove the # sign at the beginning of the new line and press the insert key from the keyboard.<\/p>\n<p>Then, on the screen below, you are writing your email server where the white box appears.<\/p>\n<p>You can get the necessary information from your Exchange team.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter\" src=\"http:\/\/dbtut.com\/wp-content\/uploads\/2018\/06\/350.png\" \/><\/p>\n<p>Then press the esc key on the keyboard and type <code>:wq<\/code> to save the file and press the enter key to exit.<\/p>\n<h3>Restart Service<\/h3>\n<p>Then you must restart Postfix with the command below. You can now send mail from linux using mailx.<\/p>\n<p>You can find information on how to send mail to from the article named &#8220;<a href=\"http:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-send-disk-usage-as-email-on-linux\/\" target=\"_blank\" rel=\"noopener noreferrer\">How To Send Disk Usage as email On Linux<\/a>&#8220;.<\/p>\n<pre class=\"lang:default decode:true\">service postfix restart<\/pre>\n\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_324\" class=\"pvc_stats all  \" data-element-id=\"324\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>This article contains information about send mail from linux using mailx, mailx linux installation, configure mailx. First of all, the server you want to send mail from must have the permission to sed mail. You can get help from the Exhange team. mailx Linux Installation We are connecting to the server as root, which we &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_324\" class=\"pvc_stats all  \" data-element-id=\"324\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":1,"featured_media":15020,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[299],"tags":[353,356,354,8648,364,8647,358,357,8654,8659,8657,8655,8661,8658,363,8650,8665,8664,8651,8652,8662,351,8663,355,352,10366,8653,8660,8649,8656,360,359,362,361],"class_list":["post-324","post","type-post","status-publish","format-standard","has-post-thumbnail","","category-linux","tag-wq","tag-etc-postfix-main-cf","tag-commend-on-sh","tag-configure-linux-server-to-send-email","tag-configure-linux-to-send-email","tag-configure-linux-to-send-email-alerts","tag-configure-mailx","tag-define-mail-server","tag-how-do-i-send-an-email-with-mailx","tag-how-do-i-setup-mail-mailx-in-linux","tag-how-do-you-send-mail-in-linux","tag-how-does-mailx-work-in-linux","tag-how-to-send-e-mail-alerts-on-a-centos","tag-how-to-send-email-from-mailx-command-in-linux","tag-install-mailx","tag-linux-configure-sendmail-to-send-email","tag-linux-mail-command","tag-mailx-linux","tag-mailx-linux-configuration","tag-mailx-linux-installation","tag-mailx-send-email","tag-postfix","tag-redhat-mailx-configuration","tag-relayhost","tag-restart-postfix","tag-send-mail-from-linux-using-mailx","tag-sending-email-using-mailx-in-linux","tag-sending-email-with-mailx","tag-setup-linux-server-to-send-email","tag-what-is-mail-command-in-linux","tag-yum-install","tag-yum-search","tag-yum-search-mail","tag-yum-search-mailx"],"aioseo_notices":[],"a3_pvc":{"activated":true,"total_views":957,"today_views":0},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>send mail from linux using mailx - Database Tutorials<\/title>\n<meta name=\"description\" content=\"This article contains information about send mail from linux using mailx, mailx linux installation, configure mailx.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"send mail from linux using mailx - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"This article contains information about send mail from linux using mailx, mailx linux installation, configure mailx.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2018-06-19T17:53:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-09T13:45:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/06\/Ads\u0131z-45.png\" \/>\n\t<meta property=\"og:image:width\" content=\"522\" \/>\n\t<meta property=\"og:image:height\" content=\"321\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"dbtut\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"dbtut\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/\"},\"author\":{\"name\":\"dbtut\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408\"},\"headline\":\"send mail from linux using mailx\",\"datePublished\":\"2018-06-19T17:53:46+00:00\",\"dateModified\":\"2021-02-09T13:45:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/\"},\"wordCount\":328,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/06\/Ads\u0131z-45.png\",\"keywords\":[\":wq\",\"\/etc\/postfix\/main.cf\",\"commend on sh\",\"configure linux server to send email\",\"Configure Linux To Send email\",\"configure linux to send email alerts\",\"configure mailx\",\"define mail server\",\"How do I send an email with mailx?\",\"How do I setup mail\/mailx in linux\",\"How do you send mail in Linux?\",\"How does mailx work in Linux?\",\"How To Send E-Mail Alerts on a CentOS\",\"How to Send Email from mailx Command in Linux\",\"Install mailx\",\"linux configure sendmail to send email\",\"linux mail command\",\"mailx linux\",\"mailx linux configuration\",\"mailx linux installation\",\"mailx send email\",\"postfix\",\"redhat mailx configuration\",\"relayhost\",\"restart postfix\",\"send mail from linux using mailx\",\"Sending Email Using mailx in Linux\",\"Sending Email with Mailx\",\"setup linux server to send email\",\"What is mail command in Linux?\",\"yum install\",\"yum search\",\"yum search mail\",\"yum search mailx\"],\"articleSection\":[\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/\",\"name\":\"send mail from linux using mailx - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/06\/Ads\u0131z-45.png\",\"datePublished\":\"2018-06-19T17:53:46+00:00\",\"dateModified\":\"2021-02-09T13:45:14+00:00\",\"description\":\"This article contains information about send mail from linux using mailx, mailx linux installation, configure mailx.\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#primaryimage\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/06\/Ads\u0131z-45.png\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/06\/Ads\u0131z-45.png\",\"width\":522,\"height\":321},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"send mail from linux using mailx\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408\",\"name\":\"dbtut\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g\",\"caption\":\"dbtut\"},\"description\":\"We are a team with over 10 years of database management and BI experience. Our Expertises: Oracle, SQL Server, PostgreSQL, MySQL, MongoDB, Elasticsearch, Kibana, Grafana.\",\"sameAs\":[\"http:\/\/NurullahCAKIR\"],\"url\":\"https:\/\/dbtut.com\/index.php\/author\/dbtut\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"send mail from linux using mailx - Database Tutorials","description":"This article contains information about send mail from linux using mailx, mailx linux installation, configure mailx.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/","og_locale":"en_US","og_type":"article","og_title":"send mail from linux using mailx - Database Tutorials","og_description":"This article contains information about send mail from linux using mailx, mailx linux installation, configure mailx.","og_url":"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/","og_site_name":"Database Tutorials","article_published_time":"2018-06-19T17:53:46+00:00","article_modified_time":"2021-02-09T13:45:14+00:00","og_image":[{"width":522,"height":321,"url":"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/06\/Ads\u0131z-45.png","type":"image\/png"}],"author":"dbtut","twitter_card":"summary_large_image","twitter_misc":{"Written by":"dbtut","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/"},"author":{"name":"dbtut","@id":"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408"},"headline":"send mail from linux using mailx","datePublished":"2018-06-19T17:53:46+00:00","dateModified":"2021-02-09T13:45:14+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/"},"wordCount":328,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/06\/Ads\u0131z-45.png","keywords":[":wq","\/etc\/postfix\/main.cf","commend on sh","configure linux server to send email","Configure Linux To Send email","configure linux to send email alerts","configure mailx","define mail server","How do I send an email with mailx?","How do I setup mail\/mailx in linux","How do you send mail in Linux?","How does mailx work in Linux?","How To Send E-Mail Alerts on a CentOS","How to Send Email from mailx Command in Linux","Install mailx","linux configure sendmail to send email","linux mail command","mailx linux","mailx linux configuration","mailx linux installation","mailx send email","postfix","redhat mailx configuration","relayhost","restart postfix","send mail from linux using mailx","Sending Email Using mailx in Linux","Sending Email with Mailx","setup linux server to send email","What is mail command in Linux?","yum install","yum search","yum search mail","yum search mailx"],"articleSection":["Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/","url":"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/","name":"send mail from linux using mailx - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#primaryimage"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/06\/Ads\u0131z-45.png","datePublished":"2018-06-19T17:53:46+00:00","dateModified":"2021-02-09T13:45:14+00:00","description":"This article contains information about send mail from linux using mailx, mailx linux installation, configure mailx.","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#primaryimage","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/06\/Ads\u0131z-45.png","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2018\/06\/Ads\u0131z-45.png","width":522,"height":321},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2018\/06\/19\/how-to-configure-linux-to-send-email\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"send mail from linux using mailx"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/fc047c39e1e53dce28fc4253529ea408","name":"dbtut","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c322c32021bf651d9e103b183963c479a9c9791ead0715f4348203496c39aa54?s=96&d=mm&r=g","caption":"dbtut"},"description":"We are a team with over 10 years of database management and BI experience. Our Expertises: Oracle, SQL Server, PostgreSQL, MySQL, MongoDB, Elasticsearch, Kibana, Grafana.","sameAs":["http:\/\/NurullahCAKIR"],"url":"https:\/\/dbtut.com\/index.php\/author\/dbtut\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/324","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=324"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/324\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media\/15020"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=324"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=324"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}