Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject:
PostPosted: Wed Feb 23, 2011 1:30 pm 
Offline
Senior Member

Joined: Fri Dec 07, 2007 1:37 am
Posts: 385
Location: NC, USA
grevan wrote:
* I´m actually using "domain.com", do i have to use my real domain name?


You have to use a real domain to set your reverse DNS.


Top
   
 Post subject:
PostPosted: Wed Feb 23, 2011 5:57 pm 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
deadwalrus wrote:

Like I said, it depends on if you want your people to actually receive your confirmation emails. If they are using yahoo, they won't. You can get around this sometimes by telling them on the confirmation page that if they don't receive your emails to check their spam folders. Users often don't, though.



My postfix sends to yahoo fine :/

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
 Post subject:
PostPosted: Wed Feb 23, 2011 7:25 pm 
Offline
Senior Member

Joined: Thu May 21, 2009 3:19 am
Posts: 336
My postfix sends fine to Yahoo, Hotmail, Gmail, you name it.


Top
   
 Post subject:
PostPosted: Wed Feb 23, 2011 7:56 pm 
Offline
Senior Member

Joined: Wed May 13, 2009 1:18 am
Posts: 681
I think mileage varies...

From various forum posts over time, it seems like it's a bit hit or miss. Some people have no problems and others have tons of problems, even with correct mail server DNS information, setting up SPF or specific processes for the target service. Yahoo and Hotmail seem to be the most likely to bounce or declare mail as spam.

I've certainly seen posts by folks who appear to have done everything right and still have problems that if I were trying to set it up, I might well be cautious enough to try to use some other service before running my own.

-- David


Top
   
 Post subject:
PostPosted: Wed Feb 23, 2011 7:58 pm 
Offline
Senior Member

Joined: Sun Sep 13, 2009 11:37 pm
Posts: 65
You guys are lucky. do you have a secret to your sucess? It might be that your IPs somehow got whitelisted (maybe by the former IP holder?).

Back when I was trying to get the kinks worked out, I had a conversation with a yahoo rep. He confirmed that my email was properly configured, and that I was not blacklisted, but that the problem was they use a "whitelist" which my IP was not on. I asked how I could get on there, and he basically told me I couldn't.

I have no problems with gmail, hotmail or live. Most small providers accept my emails. I have never gotten them to work with yahoo though. Directly to spam every. single. time. I have both domainkeys and dkim running, reverse DNS, SPF, you name it. I finally gave up.

Also, regarding Yahoo using a "whitelist" to deliver email. WTF kind of a backasswards policy is that?? Did someone throw their hands up and say, "This spam problem is hard -- let's give up?" (And yes, in case it is not apparent, Yahoo's process left me a bit jaded with them.)


Top
   
 Post subject:
PostPosted: Wed Feb 23, 2011 8:54 pm 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
I did have some issue with hotmail and yahoo wayyyyy back when, my emails are normally account verification emails, I found that by stripping the http:// part from a link it stopped emails going to spam, why? No idea and does it matter, not really since most if not all email clients will make the address a link without the http://

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
 Post subject:
PostPosted: Thu Feb 24, 2011 9:48 am 
Offline
Senior Member

Joined: Fri Feb 11, 2011 1:36 pm
Posts: 118
I´m getting this error message:


* Reloading Postfix configuration... postfix/postfix-script: fatal: the Postfix mail system is not running


Top
   
 Post subject:
PostPosted: Thu Feb 24, 2011 9:49 am 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
what does
Code:
tail /var/log/mail.log
say?

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
 Post subject:
PostPosted: Thu Feb 24, 2011 10:06 am 
Offline
Senior Member

Joined: Fri Feb 11, 2011 1:36 pm
Posts: 118
Feb 22 20:30:08 li157-51 postfix/postfix-script[21110]: fatal: the Postfix mail system is not running
Feb 23 16:37:20 li157-51 postfix/master[24780]: fatal: bind 0.0.0.0 port 25: Add ress already in use
Feb 23 16:40:38 li157-51 postfix/master[25240]: fatal: bind 0.0.0.0 port 25: Add ress already in use
Feb 23 16:43:07 li157-51 postfix/postfix-script[25259]: fatal: the Postfix mail system is not running
Feb 24 13:43:06 li157-51 sendmail[27059]: alias database /etc/mail/aliases rebui lt by root
Feb 24 13:43:06 li157-51 sendmail[27059]: /etc/mail/aliases: 4 aliases, longest 10 bytes, 66 bytes total
Feb 24 13:43:06 li157-51 sm-mta[27120]: starting daemon (8.14.3): SMTP+queueing@ 00:10:00
Feb 24 13:45:24 li157-51 postfix/master[27542]: fatal: bind 0.0.0.0 port 25: Add ress already in use
Feb 24 13:47:25 li157-51 postfix/postfix-script[27561]: fatal: the Postfix mail system is not running
Feb 24 14:05:38 li157-51 postfix/postfix-script[27655]: fatal: the Postfix mail system is not running


Top
   
 Post subject:
PostPosted: Thu Feb 24, 2011 10:10 am 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
run
Code:
sudo netstat -lnp | grep ":25"
and it'll show what else is listening on port 25.

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
 Post subject:
PostPosted: Thu Feb 24, 2011 10:11 am 
Offline
Senior Member

Joined: Fri Feb 11, 2011 1:36 pm
Posts: 118
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 271 20/sendmail: MTA


Top
   
 Post subject:
PostPosted: Thu Feb 24, 2011 10:17 am 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
Alright postfix should say "master" instead of "sendmail" so it looks like you have two email servers, try running
Code:
apt-get remove exim4-daemon-light exim4-daemon-heavy citadel-suite
that will remove the common ones people use and leave postfix, then try restarting postfix.

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
 Post subject:
PostPosted: Thu Feb 24, 2011 10:20 am 
Offline
Senior Member

Joined: Fri Feb 11, 2011 1:36 pm
Posts: 118
Quote:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package exim4-daemon-light is not installed, so not removed
Package exim4-daemon-heavy is not installed, so not removed
Package citadel-suite is not installed, so not removed
The following packages were automatically installed and are no longer required:
sendmail-base m4 procmail sensible-mda sendmail-cf libdb4.7
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


I still got the error obs, thanks for helping


Top
   
 Post subject:
PostPosted: Thu Feb 24, 2011 10:22 am 
Offline
Senior Member

Joined: Fri Feb 11, 2011 1:36 pm
Posts: 118
Still the same log:


tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 27120/sendmail: MTA


Top
   
 Post subject:
PostPosted: Thu Feb 24, 2011 10:33 am 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
what does
Code:
ps -fp 27120
output

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group