help me my server seems to be sending spam!Cron not sending email notificationsCan't send emails from the terminalnetwork simulators to simulate a Mail server in Ubuntu 12.04Cannot receive e-mail when not logged in on ubuntu serverMy Postfix server became a spam server. How can I fix this?Postfix Mail Server. Someone is sending Mails from my serverDumping spam emails to one mailbox for processing using spamassassin and postfix on a mail relay serverBuild a local mail-serverPostfix.Dovecot/mysql mailserver setupSending email from Gmail account to local Ubuntu server

Expressing logarithmic equations without logs

What ability score modifier does a javelin's damage use?

In the late 1940’s to early 1950’s what technology was available that could melt ice?

Can one live in the U.S. and not use a credit card?

What will happen if my luggage gets delayed?

How does Ehrenfest's theorem apply to the quantum harmonic oscillator?

What's the 'present simple' form of the word "нашла́" in 3rd person singular female?

For which categories of spectra is there an explicit description of the fibrant objects via lifting properties?

Having the player face themselves after the mid-game

Making a kiddush for a girl that has hard time finding shidduch

Confusion about Complex Continued Fraction

Possible to detect presence of nuclear bomb?

Shifting between bemols and diesis in the key signature

What do *foreign films* mean for an American?

How do electrons receive energy when a body is heated?

Why is there an extra space when I type "ls" in the Desktop directory?

What do you call someone who likes to pick fights?

How to design an organic heat-shield?

Doubts in understanding some concepts of potential energy

Rationale to prefer local variables over instance variables?

Is it possible to avoid unpacking when merging Association?

Signed and unsigned numbers

Are all players supposed to be able to see each others' character sheets?

How to resolve: Reviewer #1 says remove section X vs. Reviewer #2 says expand section X



help me my server seems to be sending spam!


Cron not sending email notificationsCan't send emails from the terminalnetwork simulators to simulate a Mail server in Ubuntu 12.04Cannot receive e-mail when not logged in on ubuntu serverMy Postfix server became a spam server. How can I fix this?Postfix Mail Server. Someone is sending Mails from my serverDumping spam emails to one mailbox for processing using spamassassin and postfix on a mail relay serverBuild a local mail-serverPostfix.Dovecot/mysql mailserver setupSending email from Gmail account to local Ubuntu server













0















Running on Ubuntu 18, pretty recently installed server (started a couple of weeks ago, installation is not yet finished...). Trying to setup a simple mail server to send mail from php and host a few mail accounts for my domains.



However something is very wrong. When doing tail -f /var/log/mail.log I see LOTS of activity in there. I'm not sure all that I am seeing is actually email being sent out or if some of it is just people trying to spam through my server unsuccessfully, but anyways its writing like hundreds of entries per minute at least!



I also setup the option to have every mail sent by PHP logged in a separate log and I have maybe around 10 emails sent by PHP a day, so it seems the spam does not originate from insecure PHP scripts.



My mail.log is showing lines shuch as these:



Mar 10 21:24:26 server1 postfix/smtp[29358]: B111954079F: to=, relay=mx-eu.mail.am0.yahoodns.net[212.82.101.46]:25, delay=227210, delays=227209/0.01/0.88/0.1, dsn=4.7.0, status=deferred (host mx-eu.mail.am0.yahoodns.net[212.82.101.46] said: 421 4.7.0 [TSS04] Messages from x.x.x.x temporarily deferred due to user complaints - 4.16.55.1; see https://help.yahoo.com/kb/postmaster/SLN3434.html (in reply to MAIL FROM command))



(x.x.x.x was my ip there)



This has been going on for days. What can be sending all those emails from (or through) my server? How? How to stop it?



Can I stop all emails not being sent by PHP somehow and just use a webmail?



Thanks!










share|improve this question


























    0















    Running on Ubuntu 18, pretty recently installed server (started a couple of weeks ago, installation is not yet finished...). Trying to setup a simple mail server to send mail from php and host a few mail accounts for my domains.



    However something is very wrong. When doing tail -f /var/log/mail.log I see LOTS of activity in there. I'm not sure all that I am seeing is actually email being sent out or if some of it is just people trying to spam through my server unsuccessfully, but anyways its writing like hundreds of entries per minute at least!



    I also setup the option to have every mail sent by PHP logged in a separate log and I have maybe around 10 emails sent by PHP a day, so it seems the spam does not originate from insecure PHP scripts.



    My mail.log is showing lines shuch as these:



    Mar 10 21:24:26 server1 postfix/smtp[29358]: B111954079F: to=, relay=mx-eu.mail.am0.yahoodns.net[212.82.101.46]:25, delay=227210, delays=227209/0.01/0.88/0.1, dsn=4.7.0, status=deferred (host mx-eu.mail.am0.yahoodns.net[212.82.101.46] said: 421 4.7.0 [TSS04] Messages from x.x.x.x temporarily deferred due to user complaints - 4.16.55.1; see https://help.yahoo.com/kb/postmaster/SLN3434.html (in reply to MAIL FROM command))



    (x.x.x.x was my ip there)



    This has been going on for days. What can be sending all those emails from (or through) my server? How? How to stop it?



    Can I stop all emails not being sent by PHP somehow and just use a webmail?



    Thanks!










    share|improve this question
























      0












      0








      0








      Running on Ubuntu 18, pretty recently installed server (started a couple of weeks ago, installation is not yet finished...). Trying to setup a simple mail server to send mail from php and host a few mail accounts for my domains.



      However something is very wrong. When doing tail -f /var/log/mail.log I see LOTS of activity in there. I'm not sure all that I am seeing is actually email being sent out or if some of it is just people trying to spam through my server unsuccessfully, but anyways its writing like hundreds of entries per minute at least!



      I also setup the option to have every mail sent by PHP logged in a separate log and I have maybe around 10 emails sent by PHP a day, so it seems the spam does not originate from insecure PHP scripts.



      My mail.log is showing lines shuch as these:



      Mar 10 21:24:26 server1 postfix/smtp[29358]: B111954079F: to=, relay=mx-eu.mail.am0.yahoodns.net[212.82.101.46]:25, delay=227210, delays=227209/0.01/0.88/0.1, dsn=4.7.0, status=deferred (host mx-eu.mail.am0.yahoodns.net[212.82.101.46] said: 421 4.7.0 [TSS04] Messages from x.x.x.x temporarily deferred due to user complaints - 4.16.55.1; see https://help.yahoo.com/kb/postmaster/SLN3434.html (in reply to MAIL FROM command))



      (x.x.x.x was my ip there)



      This has been going on for days. What can be sending all those emails from (or through) my server? How? How to stop it?



      Can I stop all emails not being sent by PHP somehow and just use a webmail?



      Thanks!










      share|improve this question














      Running on Ubuntu 18, pretty recently installed server (started a couple of weeks ago, installation is not yet finished...). Trying to setup a simple mail server to send mail from php and host a few mail accounts for my domains.



      However something is very wrong. When doing tail -f /var/log/mail.log I see LOTS of activity in there. I'm not sure all that I am seeing is actually email being sent out or if some of it is just people trying to spam through my server unsuccessfully, but anyways its writing like hundreds of entries per minute at least!



      I also setup the option to have every mail sent by PHP logged in a separate log and I have maybe around 10 emails sent by PHP a day, so it seems the spam does not originate from insecure PHP scripts.



      My mail.log is showing lines shuch as these:



      Mar 10 21:24:26 server1 postfix/smtp[29358]: B111954079F: to=, relay=mx-eu.mail.am0.yahoodns.net[212.82.101.46]:25, delay=227210, delays=227209/0.01/0.88/0.1, dsn=4.7.0, status=deferred (host mx-eu.mail.am0.yahoodns.net[212.82.101.46] said: 421 4.7.0 [TSS04] Messages from x.x.x.x temporarily deferred due to user complaints - 4.16.55.1; see https://help.yahoo.com/kb/postmaster/SLN3434.html (in reply to MAIL FROM command))



      (x.x.x.x was my ip there)



      This has been going on for days. What can be sending all those emails from (or through) my server? How? How to stop it?



      Can I stop all emails not being sent by PHP somehow and just use a webmail?



      Thanks!







      security mail-server






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 26 mins ago









      Pierre-Verthume LarivièrePierre-Verthume Larivière

      1




      1




















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1124642%2fhelp-me-my-server-seems-to-be-sending-spam%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1124642%2fhelp-me-my-server-seems-to-be-sending-spam%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

          Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

          Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»