LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-05-2010, 02:34 AM   #166
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled

You can use other SMTP relays those are free and do not need authentication for relaying. You can search google for such. Or else you can use other mail services that you may have account with. Using a free relay is one option but I have never used one of those so I can not guarantee if mails from free relays are treated secure or spams.
 
Old 08-05-2010, 02:43 AM   #167
Xanios
Member
 
Registered: Jul 2010
Posts: 216

Original Poster
Rep: Reputation: 30
okay.. this is just so weird. at home when i tried the same thing, i got the error: "Authentication Required". For this how to resolve that? post #140.

Last edited by Xanios; 08-05-2010 at 02:45 AM.
 
Old 08-05-2010, 02:55 AM   #168
Xanios
Member
 
Registered: Jul 2010
Posts: 216

Original Poster
Rep: Reputation: 30
X_X
 
Old 08-05-2010, 03:23 AM   #169
Xanios
Member
 
Registered: Jul 2010
Posts: 216

Original Poster
Rep: Reputation: 30
sorry for keep posting x_x

earlier when i created the CA Certificate, i issued this command in terminal:

Code:
cat /etc/ssl/certs/Thawte_Premium_Server_CA.pem >> cacert.pem
i think so. but i guess that also won't cause the error right? i'm just baffled as to why the error i got at home and in school is totally different when both settings are the same? i'm using the same file for both x.x
 
Old 08-05-2010, 03:48 AM   #170
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
There is no requirement for creating certificate. I do not have one created myself. I have no idea why you are facing so many issues for this.
 
Old 08-05-2010, 03:55 AM   #171
Xanios
Member
 
Registered: Jul 2010
Posts: 216

Original Poster
Rep: Reputation: 30
i have no idea too...
 
Old 08-05-2010, 04:02 AM   #172
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
I think you should give it a try starting from scratch. Remove postfix. delete all the related files and directories and reinstall and reconfigure.
 
Old 08-05-2010, 04:10 AM   #173
Xanios
Member
 
Registered: Jul 2010
Posts: 216

Original Poster
Rep: Reputation: 30
i shall see how..

by the way, what do you configured your postfix as? there are options like 'internet', 'satellite mail system' etc. i chose satellite. i wonder if that affects the way it works
 
Old 08-05-2010, 04:12 AM   #174
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
I have not used postfix as such. What I used was Zimbra which is based on postfix.
 
Old 08-05-2010, 08:22 AM   #175
Xanios
Member
 
Registered: Jul 2010
Posts: 216

Original Poster
Rep: Reputation: 30
I see.
Hey by the way, are there any ways to solve this kind of error:

Code:
Aug  5 06:15:04 ubuntu postfix/smtp[4231]: 1AA8540A58: to=<xanios@server.com>, relay=gmail-smtp-msa.l.google.com[74.125.155.109]:25, delay=1.6, delays=0.05/0.03/1.4/0.19, dsn=5.5.1, status=bounced (host gmail-smtp-msa.l.google.com[74.125.155.109] said: 530-5.5.1 Authentication Required. Learn more at                               530 5.5.1 http://mail.google.com/support/bin/answer.py?answer=14257 g4sm354955wae.2 (in reply to MAIL FROM command))
no connection refused error, but authentication required.
 
Old 08-06-2010, 12:05 AM   #176
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
See the link in the error. Also check with the sasl_passwd file if your user and password are correct and that it has been hashed and the same file is used in main.cf.
 
Old 08-06-2010, 12:56 AM   #177
Xanios
Member
 
Registered: Jul 2010
Posts: 216

Original Poster
Rep: Reputation: 30
my user and password are correct. it has been hashed too.
 
Old 08-06-2010, 01:00 AM   #178
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
Then check all the parameter options in main.cf that relate to authenticating to external relay. What authentication method are you using? What options and all. Make sure you are not sending password as plain text.
 
Old 08-06-2010, 01:10 AM   #179
Xanios
Member
 
Registered: Jul 2010
Posts: 216

Original Poster
Rep: Reputation: 30
Authentication method?

Quote:
Make sure you are not sending password as plain text.
you mean in sasl_passwd where i declared user@gmail.com=password < this cannot be plain text?
 
Old 08-06-2010, 02:10 AM   #180
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
The password will be stored in plain text in the file before it is hashed. But how it passes over the network to the server is what I am talking about.
smtp_sasl_security_options=noanonymous,noplaintext is what I am talking about.
Also make sure tls method is enabled.
I can not think of anything else.
 
  


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
LXer: Migration Assistant In Ubuntu 9.04 LXer Syndicated Linux News 0 01-08-2009 01:40 PM
not throws evolution setup assistant dissident_goodchild Linux - Software 0 11-16-2007 09:00 PM
Evolution pppoe setup in Ubuntu won't work with dsl Thane Ubuntu 1 08-16-2006 01:11 PM
evolution mail setup hariiyer Linux - Networking 1 03-03-2006 07:41 AM
Evolution - problems after first setup jburford Linux - Software 2 09-08-2002 04:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:28 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