LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 04-26-2018, 01:57 PM   #1
aurquiel
LQ Newbie
 
Registered: Feb 2017
Posts: 11

Rep: Reputation: Disabled
Issue with potfix


I ahve tried to install postfix on my server but i wasn't available to put it to work

root@ns3041266:~# service postfix start
* Starting Postfix Mail Transport Agent postfix postfix: Postfix is running with backwards-compatible default settings
postfix: See http://www.postfix.org/COMPATIBILITY_README.html for details
postfix: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload"
[ OK ]
root@ns3041266:~# service postfix status
* postfix is not running

I couldn't make the postfix server start

Also tried

root@ns3041266:~# postfix start
postfix: Postfix is running with backwards-compatible default settings
postfix: See http://www.postfix.org/COMPATIBILITY_README.html for details
postfix: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload"
postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./sbin/lmtp
postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./libpostfix-global.so.1
postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./libpostfix-tls.so.1
postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./libpostfix-util.so.1
postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./libpostfix-dns.so.1
postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./libpostfix-master.so.1
postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/sbin/./lmtp
postfix/postfix-script: starting the Postfix mail system
postfix/postfix-script: fatal: mail system startup failed

Last edited by aurquiel; 04-26-2018 at 02:05 PM.
 
Old 04-26-2018, 03:27 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,710

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by aurquiel View Post
I ahve tried to install postfix on my server but i wasn't available to put it to work

root@ns3041266:~# service postfix start
* Starting Postfix Mail Transport Agent postfix postfix: Postfix is running with backwards-compatible default settings
postfix: See http://www.postfix.org/COMPATIBILITY_README.html for details
postfix: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload"
[ OK ]
root@ns3041266:~# service postfix status
* postfix is not running

I couldn't make the postfix server start

Also tried

root@ns3041266:~# postfix start
postfix: Postfix is running with backwards-compatible default settings
postfix: See http://www.postfix.org/COMPATIBILITY_README.html for details
postfix: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload"
postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./sbin/lmtp
postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./libpostfix-global.so.1
postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./libpostfix-tls.so.1
postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./libpostfix-util.so.1
postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./libpostfix-dns.so.1
postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/./libpostfix-master.so.1
postfix/postfix-script: warning: group or other writable: /usr/lib/postfix/sbin/./lmtp
postfix/postfix-script: starting the Postfix mail system
postfix/postfix-script: fatal: mail system startup failed
Several things here:
  • You tell us nothing about your system (version/distro of Linux, etc.)
  • Configuring Postfix is *NOT* trivial as a mail server...what tutorials did you follow?
  • Did you READ the very clear messages, that tell you point-blank what to check?
  • Did you try running the postfix configuration checker?
Most importantly, this seems to tie in with your other thread:
https://www.linuxquestions.org/quest...5D-4175617362/

...where your 'friend' is trying to literally steal an entire website from someone else, and email addresses are specifically mentioned. So not only do you want help stealing a website and all the contacts, but now you want help spamming them?
 
Old 04-26-2018, 05:56 PM   #3
aurquiel
LQ Newbie
 
Registered: Feb 2017
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TB0ne View Post
Several things here:
  • You tell us nothing about your system (version/distro of Linux, etc.)
  • Configuring Postfix is *NOT* trivial as a mail server...what tutorials did you follow?
  • Did you READ the very clear messages, that tell you point-blank what to check?
  • Did you try running the postfix configuration checker?
Most importantly, this seems to tie in with your other thread:
https://www.linuxquestions.org/quest...5D-4175617362/

...where your 'friend' is trying to literally steal an entire website from someone else, and email addresses are specifically mentioned. So not only do you want help stealing a website and all the contacts, but now you want help spamming them?
I think i have a bad fame but i wasn't tried to steal or spam websites my job at that moment was to get the emails of the clients of sports business and contact with them in order to offer clients to them.

now i am in a team trying yo develop a OCR to traduce images to text, and their ask me if i can configure a service mail on the server.

Well the server is a ubuntu server 16.04 it has a couple of website hosting inside of him using nginx.

I have been following this tutorial https://www.youtube.com/watch?v=SPu4tW_Zo0Y

Last edited by aurquiel; 04-26-2018 at 06:02 PM.
 
Old 04-26-2018, 07:24 PM   #4
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,736

Rep: Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213Reputation: 2213
Quote:
Originally Posted by aurquiel View Post
now i am in a team trying yo develop a OCR to traduce images to text, and their ask me if i can configure a service mail on the server.
Getting instructions from YouTube and posting vague questions here...I think the answer to their questions is "No, I can't configure email on the server."
 
Old 04-26-2018, 07:39 PM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,710

Rep: Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972Reputation: 7972
Quote:
Originally Posted by aurquiel View Post
I think i have a bad fame but i wasn't tried to steal or spam websites my job at that moment was to get the emails of the clients of sports business and contact with them in order to offer clients to them.
Sorry, but what you just said makes ZERO sense. Using a program to harvest all the emails and configurations from a website, so you can build ANOTHER website to get those customers **IS STEALING**, period. Saying "Oh, it was my JOB to steal these names/website", doesn't make it anything less than stealing.
Quote:
now i am in a team trying yo develop a OCR to traduce images to text, and their ask me if i can configure a service mail on the server.
What, exactly, does OCR have to do with a mail server???? Nothing...however, it DOES have a lot to do with stealing customers from another website.
Quote:
Well the server is a ubuntu server 16.04 it has a couple of website hosting inside of him using nginx. I have been following this tutorial https://www.youtube.com/watch?v=SPu4tW_Zo0Y
Youtube isn't a good place for tutorials. You can find actual tutorials by putting "how to configure postfix on ubuntu" into Google and/or reading the postfix documentation.

Sorry, just not going to help someone who wanted to steal an entire website, and now wants help spamming those people he stole.

Last edited by TB0ne; 04-26-2018 at 07:40 PM.
 
Old 04-26-2018, 09:04 PM   #6
aurquiel
LQ Newbie
 
Registered: Feb 2017
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TB0ne View Post
Sorry, but what you just said makes ZERO sense. Using a program to harvest all the emails and configurations from a website, so you can build ANOTHER website to get those customers **IS STEALING**, period. Saying "Oh, it was my JOB to steal these names/website", doesn't make it anything less than stealing.

What, exactly, does OCR have to do with a mail server???? Nothing...however, it DOES have a lot to do with stealing customers from another website.

Youtube isn't a good place for tutorials. You can find actual tutorials by putting "how to configure postfix on ubuntu" into Google and/or reading the postfix documentation.

Sorry, just not going to help someone who wanted to steal an entire website, and now wants help spamming those people he stole.
I hadn't steal a website in fact the scaript i wrote can only take html text code from a website as wget command can do and after with grep browse the email word in the text i don't have to be a malicious hacker to do that silly script, your are having a panic attack shill down man. If they post the email in their website to contact with them i suppose i can used to contact with them and i wass't doing spam because i was contacting with them in the same subject of their business.

Yes lack of details of configuring postfix is my fault i should reformulate my question.

We are using the server to hosting the git repository and we want to recieve and email when a commit was done, that's why i am trying to configure postfix. I will browse more carefully
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Joystick and USB issue, randomly connects, also caused a mouse issue. tim.sloane Linux - Hardware 1 08-08-2012 09:05 AM
potfix email filter based on sender and recipient to forward messages edmundasv Linux - Server 3 11-04-2010 04:23 AM
Trouble mounting ipod. Hal issue and mount point issue. okos Slackware 2 05-10-2009 11:51 PM
Outlook doesn't see Potfix IMAP mailboxes zivota Linux - Software 1 11-07-2005 05:18 PM
Desired delay in potfix hotrodowner Linux - Software 2 03-11-2005 05:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 01:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration