All of lore.kernel.org
 help / color / mirror / Atom feed
* Re[2]: [mlmmj] Configuration problems using mlmmj+postfix
@ 2015-11-23 22:08 Christian Gleerup
  2015-11-24  7:45 ` Christian Gleerup
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Christian Gleerup @ 2015-11-23 22:08 UTC (permalink / raw)
  To: mlmmj


Good question, 
there is 'something' at port 25, here is the output


sudo netstat -nltp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      490/rpcbind
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      517/sshd
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      1135/master
tcp        0      0 0.0.0.0:39048           0.0.0.0:*               LISTEN      499/rpc.statd
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      10910/mysqld
tcp6       0      0 :::111                  :::*                    LISTEN      490/rpcbind
tcp6       0      0 :::80                   :::*                    LISTEN      13443/apache2
tcp6       0      0 :::22                   :::*                    LISTEN      517/sshd
tcp6       0      0 :::25                   :::*                    LISTEN      1135/master
tcp6       0      0 :::443                  :::*                    LISTEN      13443/apache2
tcp6       0      0 :::56747                :::*                    LISTEN      499/rpc.statd



Kind regards and thanks
Christian Gleerup


-----Original Message----- 
> From: "Morten Shearman Kirkegaard" <moki@fabletech.com> 
> To: mlmmj@mlmmj.org 
> Date: 23/11/2015 20:49 
> Subject: Re: [mlmmj] Configuration problems using mlmmj+postfix 
> 
> Hi Christian,
> 
> On 2015-11-23 at 19:20:38 +0100, Christian Gleerup wrote:
> > I have some problems getting mlmmj to send mails out, and I don't know
> > where to look, so I hope you can help me.
> > 
> > I have the following clues
> > In /var/log/mail.err
> > Nov 23 16:00:01 Lists /usr/local/bin/mlmmj-send[21648]:
> > init_sockfd.c:56: Could not connect to 127.0.0.1: Connection refused
> 
> By default mlmmj uses 127.0.0.1 as relay host, when sending mails. It
> appears that you don't have an SMTP server listening there.
> 
> Does the following command (assuming you're on Linux) show an SMTP
> daemon?
> 
> $ netstat -nltp
> 
> Kind regards,
> Morten
> 
> 
> 
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re[2]: [mlmmj] Configuration problems using mlmmj+postfix
  2015-11-23 22:08 Re[2]: [mlmmj] Configuration problems using mlmmj+postfix Christian Gleerup
@ 2015-11-24  7:45 ` Christian Gleerup
  2015-11-24  9:10 ` Christian Gleerup
  2015-11-24 13:26 ` Christian Gleerup
  2 siblings, 0 replies; 4+ messages in thread
From: Christian Gleerup @ 2015-11-24  7:45 UTC (permalink / raw)
  To: mlmmj


you are right, the port is overridden in 


/etc/mlmmj/nyhedsbrev/control/smtpport


the old server must have listened to port 10025. 
would you recomend me just changing it to 25? Or should I change postfix and the firewall to listen to 10025


Ohh and one more thing,
when I change the configuration, and the configuration is right so Things start working. 
I would like to be sure the old mails are 'not' send, since they are only relevant for one day (newsletter)
should I just empty the /var/spool/mlmmj/nyhedsbrev/queue using the commandline or should i use some mlmmj command?


kind regards
Christian Gleerup


-----Original Message----- 
> From: "Piotr Auksztulewicz" <mlmmj-listrcpt@hasiok.net> 
> To: mlmmj@mlmmj.org 
> Date: 24/11/2015 04:18 
> Subject: Re: [mlmmj] Configuration problems using mlmmj+postfix 
> 
> On Mon, Nov 23, 2015 at 11:08:19PM +0100, Christian Gleerup wrote:
> > Good question,
> > there is 'something' at port 25, here is the output
> 
> I had a quick look at the code, are you sure you are not overriding the
> port in the control/smtpport setting for your list? Also, there's
> a "secret" MLMMJ_TESTING environment variable which overrrides the port
> to 10025 :-)
> 
> -- 
> Piotr "Malgond" Auksztulewicz                     firstname@lastname.net
> 
> 
> 
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re[2]: [mlmmj] Configuration problems using mlmmj+postfix
  2015-11-23 22:08 Re[2]: [mlmmj] Configuration problems using mlmmj+postfix Christian Gleerup
  2015-11-24  7:45 ` Christian Gleerup
@ 2015-11-24  9:10 ` Christian Gleerup
  2015-11-24 13:26 ` Christian Gleerup
  2 siblings, 0 replies; 4+ messages in thread
From: Christian Gleerup @ 2015-11-24  9:10 UTC (permalink / raw)
  To: mlmmj

Hi Morten,

postfix responds to telnet, so that seems correct.
-----Original Message----- 
> From: "Morten Shearman Kirkegaard" <moki@fabletech.com> 
> To: mlmmj@mlmmj.org 
> Date: 24/11/2015 09:18 
> Subject: Re: [mlmmj] Configuration problems using mlmmj+postfix 
> 
> Hi Christian,
> 
> On 2015-11-23 at 23:08:19 +0100, Christian Gleerup wrote:
> > Good question,
> > there is 'something' at port 25, here is the output
> ...
> > tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      1135/master
> 
> So, Postfix *is* listening on TCP/25. Can you telnet to 127.0.0.1 25 ?
> 
> Kind regards,
> Morten
> 
> 
> 
> 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re[2]: [mlmmj] Configuration problems using mlmmj+postfix
  2015-11-23 22:08 Re[2]: [mlmmj] Configuration problems using mlmmj+postfix Christian Gleerup
  2015-11-24  7:45 ` Christian Gleerup
  2015-11-24  9:10 ` Christian Gleerup
@ 2015-11-24 13:26 ` Christian Gleerup
  2 siblings, 0 replies; 4+ messages in thread
From: Christian Gleerup @ 2015-11-24 13:26 UTC (permalink / raw)
  To: mlmmj

Morten and Piotr

I have updated and deleted the emails, now the 'editor' just need to write a new newsletter and see if it is send out.

thank you both for you help.

Kind Regards
Christian Gleerup


-----Original Message----- 
> From: "Morten Shearman Kirkegaard" <moki@fabletech.com> 
> To: mlmmj@mlmmj.org 
> Date: 24/11/2015 13:48 
> Subject: Re: [mlmmj] Configuration problems using mlmmj+postfix 
> 
> On 2015-11-24 at 08:45:07 +0100, Christian Gleerup wrote:
> > you are right, the port is overridden in
> > 
> > /etc/mlmmj/nyhedsbrev/control/smtpport
> > 
> > the old server must have listened to port 10025.
> > would you recomend me just changing it to 25?
> 
> Yes, and you can do that by just removing the "smtpport" file.
> 
> > should I just empty the /var/spool/mlmmj/nyhedsbrev/queue using the
> > commandline or should i use some mlmmj command?
> 
> The command line is fine.
> 
> Kind regards,
> Morten
> 
> 
> 
> 





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-24 13:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-23 22:08 Re[2]: [mlmmj] Configuration problems using mlmmj+postfix Christian Gleerup
2015-11-24  7:45 ` Christian Gleerup
2015-11-24  9:10 ` Christian Gleerup
2015-11-24 13:26 ` Christian Gleerup

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.