Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-14-2005, 12:35 PM
|
#1
|
Member
Registered: Feb 2005
Location: Baltimore, Maryland
Distribution: SuSE 9.2 Professional
Posts: 38
Rep:
|
email being blocked by spam filters - New postifx setup
Hi,
I'm very new to mail applications so I'm hoping someone out there can enlighten me on what's causing this issue. Here is my setup:
Postfix running on SuSE 9.2
Cyrus IMAP acting as mailbox_transport
Squirrelmail running as web interface
everything works -- ie. I can send and receive mail inside and outside my network
(main.cf is below)
Mail server sits behind an ADSL modem/router connecting to my ISP
running named for dns support, I have forward and rev. lookup entries
I also have my MX 10 entry for the mail server
My problem: I can send email to, for example my corporate account which is outside my local network, I also can send mail to my Yahoo account - but it is intercepted as "junk mail". I have run into many other cases where I am considered junk mail by other people I know and want to send mail to. Its a new domain, and I've only been up and running for 2 weeks now. I am not a spammer. Only thing i can think of is that maybe these recipient mail systems are trying to authenticate me and think I'm not really coming from an authentic email adress? I don't know where to begin to fix this problem, but it basically makes my e-mail setup not-usable. I apprecaite any help you can offer me.
Main.cf:
-------------------
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
myhostname = gandalf.bostonst.com
mydomain = bostonst.com
myorigin = $mydomain
inet_interfaces = all
local_recipient_maps =
unknown_local_recipient_reject_code = 550
mynetworks = 192.168.1.1/70 , 127.0.0.1/8
debug_peer_level = 3
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = maildrop
html_directory = /usr/share/doc/packages/postfix/html
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/packages/postfix/samples
readme_directory = /usr/share/doc/packages/postfix/README_FILES
biff = no
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_maps = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
program_directory = /usr/lib/postfix
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain, $mydomain
defer_transports =
disable_dns_lookups = no
relayhost =
mailbox_command =
mailbox_transport = cyrus
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
smtp_sasl_auth_enable = no
smtpd_sasl_auth_enable = no
smtpd_use_tls = no
smtp_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 10240000
|
|
|
02-14-2005, 04:24 PM
|
#2
|
Member
Registered: Oct 2004
Location: Where ever I put down Lappie
Distribution: Dragged kicking and screaming to RHEL
Posts: 132
Rep:
|
If you can send mail to some but not all then most likely your subnet is listed in a blacklist somewhere and the mail servers that your trying to send to are checking your ip against those lists. On many occasions legit users get caught in an ip range that is being blocked.
Option 1: bounce your mail off your ISP's mail server, usually not blocked.
Option 2: get the person to whitelist you.
May the swartz be with you,
M
|
|
|
02-15-2005, 01:23 PM
|
#3
|
Member
Registered: Feb 2005
Location: Baltimore, Maryland
Distribution: SuSE 9.2 Professional
Posts: 38
Original Poster
Rep:
|
Merize,
Thanks for the idea -- I'm going to work on changing my config to relay to my provider and see if that makes a difference. However I'm not quite sure how to do that? (planning on researching online) if anyone happens to know the 2 or 3 key things to do this, (and I have to provide a login and password to use my ISP's SMPT server) I'd apprecaite if you could post a quick fix.
Thanks you guys are awesome.
Tommy.
|
|
|
02-21-2005, 10:48 AM
|
#4
|
LQ Newbie
Registered: Jan 2005
Location: MPLS
Distribution: Mandrake 10.1
Posts: 18
Rep:
|
Using your ISP smtp server will fix it
In order to try to cut out spam, many ISPs do not allow mail from individual mail servers. You can ask different ISPs to add you to the White list, but as mentioned above, it is easier to work with your ISP's smtp server.
My postfix config file has outgoing mail server entry. I changed the smtp.myserver.com to smtp.comcast.net. as I am with comcast now. There is no user/passwd needed in my setup as comcast knows my IP.
I also have to change my POP mail clients to specify this as well.
I have had very good luck using Webmin to config these settings. It can be more intuitive than grepping through config files.
Works like a charm, good luck
Last edited by fleabag; 02-21-2005 at 10:53 AM.
|
|
|
05-05-2005, 05:03 AM
|
#5
|
LQ Newbie
Registered: Aug 2004
Posts: 1
Rep:
|
can someone tell me what is a MX 10 and how to set one up.
I am having the same problem. My emails are being filter out by yahoo.com and being viewed as junkmail.
Tommy were you able to bounce your emails off your ISP? Have you figure out how to supply a login and password?
Last edited by gokuie; 05-05-2005 at 05:04 AM.
|
|
|
All times are GMT -5. The time now is 01:26 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|