Re: 25-th port is not opened

2013-02-02 Thread arsen.shnurkov
What we have is : nothing listening on port 25, 465(?), 587. master does not appear in the output of ps, if Postfix is running I would assume we should see it if you run "ps -A | grep master" So what evidence is there that it was ever started, has it been added to the init. At th

Re: 25-th port is not opened

2013-02-02 Thread John Allen
On 02/02/2013 1:16 PM, Reindl Harald wrote: Am 02.02.2013 18:45, schrieb John Allen: How about a simple test to see if it running, ps -A | grep master no, it isn't running: There is not much point in looking anywhere for a solution for problems, until you have Postfix running. Try "

Re: 25-th port is not opened

2013-02-02 Thread Reindl Harald
Am 02.02.2013 18:45, schrieb John Allen: >>> How about a simple test to see if it running, ps -A | grep master >>no, it isn't running: > > There is not much point in looking anywhere for a solution for problems, > until you have Postfix running. > Try "service postfix start" what

Re: 25-th port is not opened

2013-02-02 Thread John Allen
>> How about a simple test to see if it running, ps -A | grep master >no, it isn't running: There is not much point in looking anywhere for a solution for problems, until you have Postfix running. Try "service postfix start" what happens? John A

Re: 25-th port is not opened

2013-02-02 Thread arsen.shnurkov
# postfix -v start postfix: name_mask: ipv4 postfix: inet_addr_local: configured 5 IPv4 addresses # ps -e | grep master # Is this pipe character really there? It should not be. no, it's artefact from mail, there is no such pipe characted in config You do NOT want verbose logs. Remove the -v

Re: 25-th port is not opened

2013-02-02 Thread John Allen
|| What I should check in the first place? I don't see any sign that postfix is running. How about a simple test to see if it running, most distro have the "service" command so start with service postfix status this should tell you if postfix is running or not. if your distro does not have

Re: 25-th port is not opened

2013-02-02 Thread James Griffin
[ > ok ] > | > > but 25-th port is not opened: > > |# ss -4l > State Recv-Q Send-Q Local > Address:Port Peer Address:Port > LISTEN 0 50

Re: 25-th port is not opened

2013-02-01 Thread /dev/rob0
t; * Starting postfix ... > [ > ok ] That's the distro's init script. See what you get with "postfix -v start". (But you'll probably need to use the init script in general; consult your distributor's documentation for their Postfix package.) > but 25-th

25-th port is not opened

2013-02-01 Thread arsen.shnurkov
When I try to start, it writes "ok": | # /etc/init.d/postfix start * Starting postfix ... [ ok ] | but 25-th port is not opened: |# ss -4l State Rec