LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-05-2014, 12:58 PM   #1
Barcoboy
Member
 
Registered: May 2010
Distribution: Slackware
Posts: 54

Rep: Reputation: Disabled
Question Slackware.com Majordomo lists


Does anybody know who looks after the Majordomo list server, and for that case the mail server, of Slackware.com? I'm trying to change my subscription address for the slackware-announce and slackware-security lists. I was able to unsubscribe from my old address fine, but trying to mail majordomo@slackware.com from a new mail system I've just setup on my own domain (mvtech.ca), I never receive any response back from Majordomo, not even from a "help" command. I'm guessing that my mail is being rejected for some reason, even though I see from my sendmail logs that it is being delivered successfully, and I am able from my server to send and receive mail to other sites fine, including GMail and Hotmail. I was able to get Majordomo to send me a confirmation email to the new address when I sent a subscribe command from another address, but then was unable respond to that email to complete the confirmation. This makes me suspect that slackware.com's mail server thinks my mail is spam and is rejecting it for some reason.
 
Old 03-05-2014, 01:05 PM   #2
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Check your server's outgoing mail for any filtering of spam mail being sent, and make sure you have the protocols for sending outgoing mail configured in the firewall, if you run one.
 
Old 03-05-2014, 01:09 PM   #3
Barcoboy
Member
 
Registered: May 2010
Distribution: Slackware
Posts: 54

Original Poster
Rep: Reputation: Disabled
No outbound spam filtering being done, only inbound, and per /var/log/maillog, I can see that the mail is being accepted on slackware.com fine. It's what happens after it gets there that I'm wondering about.
 
Old 03-05-2014, 01:15 PM   #4
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,111

Rep: Reputation: 4183Reputation: 4183Reputation: 4183Reputation: 4183Reputation: 4183Reputation: 4183Reputation: 4183Reputation: 4183Reputation: 4183Reputation: 4183Reputation: 4183
I guess maybe it has to do something for the mx to be on a dial-up connection (and the reverse address not resolving properly)
Code:
$ host mx.mvtech.ca 
mx.mvtech.ca has address 198.48.197.226
$ host 198.48.197.226
226.197.48.198.in-addr.arpa domain name pointer 198-48-197-226.cpe.pppoe.ca.
I think you will have problems because of this also with other mailservers
 
Old 03-05-2014, 01:25 PM   #5
Barcoboy
Member
 
Registered: May 2010
Distribution: Slackware
Posts: 54

Original Poster
Rep: Reputation: Disabled
That's what I was thinking, but that shouldn't be a reason for a mail server to reject mail, should it? This is not an abnormal situation for anyone owning their own domain and setting up a SOHO network. As long as there is a PTR record for the IP address, it shouldn't matter if the name matches or not, as long as the PTR record returned when looked up gives the matching IP address, which it does in my case.

Code:
$ host 198-48-197-226.cpe.pppoe.ca
198-48-197-226.cpe.pppoe.ca has address 198.48.197.226
I can't ask Teksavvy (my ISP) to change the PTR record to my domain's name, because they own it, not me. Besides, even if they did change it, that would solve the mail problem, but there are other A records that use the same address (other virtual servers on my network), so what about them?

Last edited by Barcoboy; 03-05-2014 at 01:26 PM.
 
Old 03-05-2014, 02:16 PM   #6
Barcoboy
Member
 
Registered: May 2010
Distribution: Slackware
Posts: 54

Original Poster
Rep: Reputation: Disabled
Just for fun, I decided to write Teksavvy's support site to see if they could supply me with a static IP and change the PTR record in their DNS, and this is the reply I received:

"Thank you for this inquiry. We are sorry to have to inform you that we do not have static IP's for our Cable internet customers. We only offer these to our DSL customers. Again sorry that we could not help you."

So if this is the reason my mail is being rejected at Slackware.com, and possibly other sites, the only other solution for me is to send my mail via another mail server or service, or configure sendmail to use a "'Smart' relay host"... but then what's the point of setting up your own mail server? :-(

Last edited by Barcoboy; 03-05-2014 at 02:41 PM.
 
Old 03-05-2014, 02:58 PM   #7
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,549

Rep: Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313Reputation: 1313
Quote:
Originally Posted by Barcoboy View Post
Just for fun, I decided to write Teksavvy's support site to see if they could supply me with a static IP and change the PTR record in their DNS, and this is the reply I received:

"Thank you for this inquiry. We are sorry to have to inform you that we do not have static IP's for our Cable internet customers. We only offer these to our DSL customers. Again sorry that we could not help you."

So if this is the reason my mail is being rejected at Slackware.com, and possibly other sites, the only other solution for me is to send my mail via another mail server or service, or configure sendmail to use a "'Smart' relay host"... but then what's the point of setting up your own mail server? :-(
This is normal - many ISPs don't permit their customers to even send outbound on tcp/25 (apart from through their own relays). Most spam detection systems apportion negative points to mail sent from IP's on consumer IP space since a lot of spam originates from compromised windows machines.
slackware.com's mail is filtered through the anti spam service in place at the ISP in which our web server lives. This is most likely what is eating your mail.
 
Old 03-05-2014, 04:43 PM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by Barcoboy View Post
but then what's the point of setting up your own mail server? :-(
Why not just rent a small VPS and set up your mail server on that? The small ones are usually really cheap. I have a single core VPS with 4GB of RAM and 200GB disk space, costs only 12€ a month and is just fine for a mail server (also used for some other things).
 
Old 03-05-2014, 06:29 PM   #9
Barcoboy
Member
 
Registered: May 2010
Distribution: Slackware
Posts: 54

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by drmozes View Post
This is normal - many ISPs don't permit their customers to even send outbound on tcp/25 (apart from through their own relays).
True enough... I know because I am the postmaster at the university where I work, and do this on our mail system.

Quote:
Originally Posted by drmozes View Post
Most spam detection systems apportion negative points to mail sent from IP's on consumer IP space since a lot of spam originates from compromised windows machines.
Adding a few points to a spam score for mail sent from a mail server that has DNS incorrectly configured (or in my case not able to be configured correctly) is fine, and I believe the anti-spam system that I maintain at work does this as well, but a message should not be outright rejected solely because of this... IMHO anyways.

Quote:
Originally Posted by drmosez View Post
slackware.com's mail is filtered through the anti spam service in place at the ISP in which our web server lives. This is most likely what is eating your mail.
Thank you for that information. I have opened up a support ticket with them to see if this is indeed the reason my mail is being rejected.

I also did some Googling and understand that AOL.com also supposedly does this. Just to test, I did a telnet to port 25 of one of their mail servers, and got this:
Code:
$ telnet mailin-01.mx.aol.com 25
Trying 64.12.91.195...
Connected to mailin-01.mx.aol.com.
Escape character is '^]'.
220-mtaig-mcd04.mx.aol.com ESMTP Internet Inbound
220-AOL and its affiliated companies do not
220-authorize the use of its proprietary computers and computer
220-networks to accept, transmit, or distribute unsolicited bulk
220-e-mail sent from the internet.
220-Effective immediately:
220-AOL may no longer accept connections from IP addresses
220 which no do not have reverse-DNS (PTR records) assigned.
Now, does this mean that if a PTR record exists but doesn't match the corresponding A record, the mail is accepted? Must be, because it did accept the connection from my IP address. I think this behavior is acceptable.
 
Old 03-05-2014, 10:00 PM   #10
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Have you looked into Dynamic DNS?

It's not the same as having a static IP but it can help when DHCP fails you, and you need a constant addressing scheme.

http://www.dmoz.org/Computers/Intern...s/Dynamic_DNS/

Last edited by ReaperX7; 03-05-2014 at 10:02 PM.
 
Old 03-05-2014, 10:11 PM   #11
Barcoboy
Member
 
Registered: May 2010
Distribution: Slackware
Posts: 54

Original Poster
Rep: Reputation: Disabled
Dynamic DNS won't be of help in this case, because no matter what DNS provider I choose, if someone decides to do a PTR lookup on my IP address, it will always return the value assigned by the owner of the IP address' DNS server. In my case, it will check Teksavvy's DNS servers, and return the PTR value from there, even though I purchased my domain from and use the DNS services of Hover.com.
 
Old 03-06-2014, 06:52 AM   #12
jtsn
Member
 
Registered: Sep 2011
Posts: 922

Rep: Reputation: 480Reputation: 480Reputation: 480Reputation: 480Reputation: 480
Quote:
Originally Posted by drmozes View Post
slackware.com's mail is filtered through the anti spam service in place at the ISP in which our web server lives. This is most likely what is eating your mail.
But it shouldn't eat mail silently, that's a bad practice. It should reject them at the SMTP stage, because DUL detection/blacklisting can go wrong.
 
Old 03-06-2014, 07:03 AM   #13
jtsn
Member
 
Registered: Sep 2011
Posts: 922

Rep: Reputation: 480Reputation: 480Reputation: 480Reputation: 480Reputation: 480
Quote:
Originally Posted by ReaperX7 View Post
Have you looked into Dynamic DNS? It's not the same as having a static IP
For sending mail you need a static IP address, because every serious mail provider blacklists dynamic IP ranges for good reasons. For receiving mail Dynamic DNS should be enough, though it's not very reliable and I wouldn't recommend it. And behind a CGNAT you're basically screwed.

Long-term solution: Get yourself a IPv6 tunnel. They are free (tunnelbroker.he.net) and provide static addresses including DNS mappings. Although you won't reach @slackware.com this way, because their mail server still lives in the past.
 
Old 03-06-2014, 08:32 AM   #14
Barcoboy
Member
 
Registered: May 2010
Distribution: Slackware
Posts: 54

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jtsn View Post
Long-term solution: Get yourself a IPv6 tunnel. They are free (tunnelbroker.he.net) and provide static addresses including DNS mappings. Although you won't reach @slackware.com this way, because their mail server still lives in the past.
Living in the past... that sounds like me! I still boot my Linux server with a floppy disk because the SCSI hard disk and controller I use doesn't support booting! And I compile my kernels with "make config" and answer each question Y, N, or M! What is this IPv6 you speak of?

(In case anybody is wondering, the above is a joke. Although, when I first started using Slackware back in 1994, the above was true.)

BTW, I did get a very quick response from Slackware.com's ISP Succeed.net confirming that yes they are rejecting my mail based solely on the PTR record, but when I asked them why they have this policy, they weren't so quick in responding back... we'll see if they actually do.
 
Old 03-06-2014, 09:33 AM   #15
jtsn
Member
 
Registered: Sep 2011
Posts: 922

Rep: Reputation: 480Reputation: 480Reputation: 480Reputation: 480Reputation: 480
Quote:
Originally Posted by Barcoboy View Post
BTW, I did get a very quick response from Slackware.com's ISP Succeed.net confirming that yes they are rejecting my mail based solely on the PTR record, but when I asked them why they have this policy, they weren't so quick in responding back... we'll see if they actually do.
Do they reject them with a 55x error code or do they accept (code 2xx) and then silently delete them? Because the latter is not correct RFC-conform behavior. Transport errors must be reported back to the sending SMTP.

Last edited by jtsn; 03-06-2014 at 09:36 AM.
 
  


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: Python - Sorting Lists inside of Lists LXer Syndicated Linux News 0 06-06-2013 01:00 PM
How are opt-in e-mail lists distinguished from spam lists? Travis86 Programming 2 01-29-2012 08:55 PM
dependency lists w/ slackware slackpkg vendtagain Linux - Newbie 1 12-13-2009 03:51 PM
LXer: Unique Sorting Of Lists And Lists Of Lists With Perl For Linux Or Unix LXer Syndicated Linux News 0 09-05-2008 01:50 PM
LXer: Majordomo Mailing Lists Configuration LXer Syndicated Linux News 0 05-31-2006 05:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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