Setup Reverse (PTR) Record On A Website With An External Mailserver
Jul 3, 2009
I don't know I was clearly enough in the title, the problem is that one of my clients has his own mailserver, I host only his website, and he uses a local server for emails.
For the rest of websites which are hosted on this server, everything is ok, intodns.com reports this message :
You have reverse (PTR) records for all your IPs, that is a good thing.
But for the website which has the mailserver on another server it fails the PTR test on intodns.com
ERROR: No reverse DNS (PTR) entries. The problem MX records are:
2.218.77.82.in-addr.arpa -> no reverse (PTR) detected
You should contact your ISP and ask him to add a PTR record for your ips
I have checked Tailor Made Servers control panel, and I have the option to set Reverse DNS for every IP alocated on my server, and for now all the websites (30) shares the same IP ..
View 2 Replies
ADVERTISEMENT
Jul 9, 2009
SmarterMail 5.x is setup on one of our servers into Plesk 9.2. Just wondering how I configure a domain to use an external mailserver.
For example, the domain mydomain.org is running it's own extermal
mailservers;
mail.mydomain.org
mail2.mydomain.org
In MailEnable I would do the following;
- Start | Programs | Mailenable Administrator
- MailEnable | MailEnable Management | Messaging Manager | Post Offices
- Expand the mydomain.org domain
- Right-click the Domains folder and choose 'Properties"
- Select the 'domain is disabled' checkbox
- Select the 'Act as Smart Host'
checkbox
- In the 'Redirect mail to' textarea enter in the external
mailserver names;
mail.mydomain.org
mail2.mydomain.org
How can I configure SmarterMail to use the external mailservers of a domain?
View 0 Replies
View Related
Oct 21, 2009
I want to create a mailserver setup ( SMTP/POP3/IMAP/SSL) in my server which in public network.Can any one suggest the Webbased GUI interface tool which manages my mailserver setup . The tool must able to manage users ( creating mail users,allocating quato).
View 13 Replies
View Related
Jun 29, 2008
i have a webserver (mailserver) already running example ABC.com now i want to buy extra server that will be used only to send newsletter to members of ABC.com. Is it possible to do it? Also i dont want to break the existing mailserver as it is used by staff so this new server has to operate independently but of course this has to appear and has to be legitimate.
One of my idea is to setup a subdomain for ABC.com lets say mail2.abc.com and point to a new server but again how it will appear if i send email from info@abc.com when its subdomain!
View 3 Replies
View Related
Apr 2, 2008
I was wondering if anyone could assist me on how to setup RDNS?
View 4 Replies
View Related
Apr 24, 2007
Lets say my hostname is:
purple.prettycolors.com
At one point I was able to access the hostname WITHOUT a alias entry in the DNS config. Then, I must have done something... because now I need an A record with purple pointing to the correct IP to get at it.
What did I do? Usually the hostname doesn't need to be entered in to BIND (or whatever DNS package)... is that right?
View 2 Replies
View Related
May 28, 2015
I'm having difficulty sending an email to another email address (with a different domain) which is on the same VPS.The trouble is, on the other domain's VPS control panel, within the DNS settings, the MX records have been pointed externally (to an exchange server). Their email is turned off. But bizarrely, their mailbox is full.
It seems as though Plesk is ignoring the MX records, and sending MY email internally to the OTHER domain's mailbox on the same VPS.How do I get Plesk to send my mail to the correct EXTERNAL MX records?
View 4 Replies
View Related
Jun 22, 2015
My system consist of Ubuntu 14.04 server running LAMP. I am running Apache 2. On the same machine I am running Shiny server and running my apps through port 4949.
[URL] ....
I also am running an additional Shiny server copy on a virtual box through port 3838. All is running very good. I have an html web page running on Apache 2. I can view it and all my apps running on both Shiny servers from any place on the web.
My concern, however is security. I have port 3838, 4949, and 80 open. How can I set up Apache to run as a reverse proxy for my both of my Shiny servers (ports 4949, and 3838) and also continue to host my web page securely.
I have also attempted to set up a self-signed certificate using the following procedure but it is not working. I used the following instructions and followed them verbatim.
[URL] ....
How to set up a reverse proxy for my Shiny servers?
View 3 Replies
View Related
Jul 1, 2014
When I enable Website Preview using the "Quick Preview on a domain name in Plesk" I get the following when I click ok
"Error: Incorrect DNS record values were specified."
View 6 Replies
View Related
Aug 9, 2007
We are moving our website to an in-house server that's going to be on the windows server 2003 OS. However, I am concerned that our current connection speed may not be enough to promptly serve our customers.
We currently have 10 megs download, 512k upload.
Our server is the following:
Quad-core Xeon at 1.8
4 gigs of ram
2x 15k rpm 160 gig hard drives in raid 1 configuration
Anyways, at any given time we may have up to 10 people on our website. Our pages average between 60KB and 120KB each.
Would this system and internet connection support our needs? Do we need to upgrade the internet connection? If so what would you recommend?
View 4 Replies
View Related
Aug 24, 2007
I've been setting up name server for my website. I'm using Centos 5, but never get it works.
Here what i have done so far:
yum install named
Then i create named.conf in /etc
PHP Code:
options { version "Version Secured"; directory "/var/named"; /* * If there is a firewall between you and nameservers you want * to talk to, you might need to uncomment the query-source * directive below. Previous versions of BIND always asked * questions using port 53, but BIND 8.1 uses an unprivileged * port by default. */ // query-source address * port 53; recursion no;};logging { category lame-servers { null; };};//// a caching only nameserver config//controls { inet 127.0.0.1 allow { localhost; } keys { rndckey; };};zone "." IN { type hint; file "named.ca";};zone "localhost" IN { type master; file "localhost.zone"; allow-update { none; };};zone "0.0.127.in-addr.arpa" IN { type master; file "named.local"; allow-update { none; };};include "/etc/rndc.key";zone "glueg99.com" { type master; file "/var/named/glueg99.com.db"; };
I created glueg99.com.db in /var/named
PHP Code:
$TTL 14400@ IN SOA ns1.glueg99.com. root.glueg99.com. ( 2007081300 14400 3600 1209600 86400 )glueg99.com. 14400 IN NS ns1.glueg99.com.ftp 14400 IN A 209.99.56.22localhost 14400 IN A 127.0.0.1mail 14400 IN A 209.99.56.22pop 14400 IN A 209.99.56.22glueg99.com. 14400 IN A 209.99.56.22www 14400 IN A 209.99.56.22glueg99.com. 14400 IN MX 10 mailglueg99.com. 14400 IN TXT "v=spf1 a mx ip4:209.99.56.22 ?all"
When i start 'named' (service named restart), it tells me these errors:
PHP Code:
[root@v named]# service named restartStopping named: [FAILED]Starting named:Error in named configuration:zone localhost/IN: loading master file localhost.zone: file not found_default/localhost/IN: file not foundzone 0.0.127.in-addr.arpa/IN: loading master file named.local: file not found_default/0.0.127.in-addr.arpa/IN: file not foundzone glueg99.com/IN: loaded serial 2007081300 [FAILED]
My website has been down and i am so frustrate about it. I don't like to use free NS from other sites, i'd rather set up my own NS.
View 6 Replies
View Related
May 15, 2008
Hotmail doesn't work. The email filtering technologies are still broken 18 months after the original problems were found with their implementation. And now it looks like they've stopped supporting it.
Seriously, does anyone know if the email filtering team at Microsoft has just given up on responding to requests and complaints? We've just deployed two new servers and both are blocked for delivering email to clients Hotmail/MSN/Live.com accounts.
The following steps have been taken:
1. Our DNS has been tested and checked using DNSstuff.com services.
2. Our server IP addresses checked to ensure they do not appear in any blacklists.
3. rDNS correctly setup for hostnames and mailserver names.
4. All our email is signed using DomainKeys.
5. All our domain names have published SPF records.
6. All our domain names have valid abuse@ and postmaster@ email addresses.
7. We have emailed senderid@microsoft.com notifying them as requested on postmaster.msn.com of our published SPF records.
8. We have even completed the senderid support form providing further notification here:
[url]
9. I have contacted the technical support team using the contact form on [url] witn absolutely no success.
Two weeks later I've made no progress whatsoever beyond receiving a request to complete a survey rating the non-existent support I have received. (No human has responded to any of my messages) And all our messages to Hotmail are still disappearing into the email filtering black-hole.
At this point I'm starting to wonder if Hotmail is even usable as an email service anymore. I doubt many people will be bothering to jump through all the hoops I am to resolve this issue. I dread to think how much legitimate email is getting caught up in the Microsoft email filtering black-hole - never providing any notification or information to senders their messages were not delivered.
Meanwhile, our email arrives perfectly in Yahoo/Gmail who both pass our SPF records and DomainKeys signatures. Oh, and we're not engaging in any email marketing practises (i.e. spam).
View 14 Replies
View Related
Jul 8, 2013
I want to setup a password for a website running on Ubuntu server, and find Apache can be used. It is implemented by config httpd.conf file and .htaccess file.
So I want to ask:
1. In this case, the password is setup for a path on the server configured in httpd.conf file. Like in the following example:
Code: <Directory "/var/www/html/MySite">
The password is setup for the path to Mysite,right?
2. If my content of website is not stored under /var/www folder, I cannot use this way to setup a password for website, right? May use PHP instead?
View 1 Replies
View Related
Jul 1, 2008
IIS 7.0 - I host several websites. On one of them, the email is hosted externally and not through my exchange server. I have added an MX record to point to the mail server for this domain, but I still get an error when I attempt to send an email from within my local area network. There are no problems with emails generated outside my network, but for emails generated to this domain from within my network, I get the following error:
The e-mail account does not exist at the organization this message was sent to. Check the e-mail address, or contact the recipient directly to find out the correct address.
<mail.<mydomain>.com #5.1.1>
Incidentally, the <mydomain> value does not match the domain for this email domain.
Instead it is the primary domain that I host.
I know that this must be a DNS issue, but I'm not sure how to correct.
View 4 Replies
View Related
Jan 6, 2014
I'm pretty new to Plesk and would like to setup a testing wordpress website without changing DNS yet. I assume I need to create a webspace for it. But do I use actual domain or an IP address? Wordpress ties up to the domain as far as I know.
View 9 Replies
View Related
Apr 15, 2009
I've got some questions regarding use of a VPS as a mail-server. I've had this little domain since 1996, and it's not only my main e-mail but now also my family, extended family, close friends and work colleagues. No complaints with my current shared host, except their mail-server just isn't cutting it. They've even stated as much, and suggested users not happy about performance move to g-mail. Whatever, I want my name at my domain. So, I'm thinking I should just get myself a VPS to use mostly as a mail-server (the website it self gets like, 10 unique hits/month from totally lost Googlers)
I'd like to keep things around $70/month, a price well worth it IMHO to not have to be told 'the webmail is down again.' I have no way to determine my total mail bandwidth, but I'm guessing 10-20 legitimate e-mails in and out per day with about 2 dozen users.
Any thoughts on pitfalls, or advice? How does the actual network connection work? I.E, if the VPS has a 10mbps Ethernet connection with 10 total users, does each user get a dedicated 1mbps connection? Also, any good recommendations? I'm looking a liquidweb, but really have no clue. Location doesn't matter, but I'm Ohio so anything nearby might be refreshing for a change.
My technical experience isn't great, but I am able to RTFM and have setup a Debian server on scrap hardware with trixbox installed, so I'm guessing it's not much harder than that. This all kind of started out as a hobby, but has oddly enough become a bit vital for myself and others who use email@mydomain.
View 14 Replies
View Related
Mar 15, 2007
We're having a problem with a few clients saying that people are sending email to them but that the emails are not getting through. They ran their domain name via a system that tests email servers and it came back with the following issues for the server:
"There was a problem while talking with the mail server. Got 'Socket Timeout Exception: Read timed out'"
The mailserver we're running is Exim. The domain name is www.newwritingnorth.com and the site they used for testing is here:
[url]
we ARE getting emails in, but just not from some people, so its a strange one
View 0 Replies
View Related
May 8, 2009
I have an issue with o2 - some of their mailservers have blacklisted IPs and hence mail doesn't get delivered to recipients whose ISPs subscribe to the specific blacklists.
Questions:
1 If mail is not delivered, will I ALWAYS know about it?
I've had bounce notifications from one specific ISP, but I'm wondering whether in other cases the mail will just not get through and I'll not know about it.
2 I'm aware of problems with two specific o2 IPs:
82.132.130.151
82.132.130.169
View 3 Replies
View Related
Apr 16, 2008
I am talking about a WHM/Cpanel setup. Is there a way to convince the Exim mailserver (MTA) to get any of the hosted domain name in the "HELO" greeting when dispatching mail? Many ISPs deny accepting mail when the smtp domain name in the setting of a mail client program does not match the vps main hostname.
The only workaround seems to be to change the smtp server name for all domains to be identical to the main server (setup) name.
In detail: When you setup more then one domain on your vps and use your own dns/bind, then CPanel installs the domain records in a way that mail exchange is set to e.g.
firstdomain.com. 14400 IN MX 10 mail.firstdomain.com.
...
mail 14440 IN A 111.111.111.111
which basically instruct your vps that email client programs can connect to the "firstdomain.com" host for pop (imap) as well as smtp using the subdomain name mail.firstdomain.com with the respective ports.
Now, Cpanels MTA (mail transfer agent) exim uses only the vps setup domain name as mailserver address and all Outgoing eMails always show the setup domain or one of its subdomains (depending on setup) in the mail header, no matter which of your vps domains sends the mail.
This way you most likely run into the situation that a couple of ISPs deny accepting your (or your clients) eMails because your (actually one and only) "mailserver does not have their host name in the greeting".
technically, if you telnet (no need to ssh) to mail.firstdomain.com on port 25 the response will be
220-setup.maindomain.com ESMTP Exim 4.52 #1 Sun, 26 Mar 2006 ...
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
and, in case you send a helo command to this connection, the result is
helo
250 setup.maindomain.com Hello [11.22.33.44]
That means some mails sent out with mail.firstdomain.com might be rejected as spam.
Is there a way to get exim to display
250 mail.firstdomain.com Hello [11.22.33.44]
or
250 mail.seconddomain.com Hello [11.22.33.44]
etc
View 0 Replies
View Related
Apr 3, 2008
Streamyx is the largest ISP in Malaysia and a few weeks ago, any emails sent out via my dedicated server to @streamyx.com would bounce.
Servstra & PSM are convinced that Streamyx has blocked my IP but Streamyx is saying that they haven't. I've tried getting Servstra to change the SMTP server to a different unused IP but that didn't resolve the error either.
If I send emails to the same streamyx.com account via yahoo or gmail, they get through immediately.
I really need to resolve this.. nearly everybody has a streamyx account here and it's impossible to work like this. Any ideas would be greatly appreciated!
================
[root@ice db]# tail -f /var/log/exim_mainlog| grep judah7@streamyx.com
2008-03-31 10:13:25 1Jg9WX-0000Vg-42 == judah7@streamyx.com R=lookuphost T=remote_smtp defer (0): SMTP error from remote mail server after initial connection: host mx.tm.net.my [202.188.0.213]: 452 try later
================
[root@ice ~]# telnet mx.tm.net.my 25
Trying 202.188.0.213...
Connected to mx.tm.net.my (202.188.0.213).
Escape character is '^]'.
452 try later
Connection closed by foreign host.
^^^^^^^^^^^^^^^^^^^^^^^^^^
If I use my Dathorn account, these are the telnet results...
^^^^^^^^^^^^^^^^^^^^^^^^^^
isp@dathorn [~]# telnet mx.tm.net.my 25
Trying 202.188.0.213...
Connected to mx.tm.net.my (202.188.0.213).
Escape character is '^]'.
220 mx.tm.net.my -- Server ESMTP (MX) TMnet
View 7 Replies
View Related
Aug 1, 2008
I'm having some serious issues.. I moved to a new dedicated server company and found out that the IP block I was on was blacklisted with 5 anti-spam lists.
However, the company is great and they have managed to get the IP block out of every single black list.
However, I am still having issues. My server does not seem to be listed on any blacklists but emails sent out to various places, get bounced back with the following types of errors.
Any suggestions or advice? Any server administrators who think they can fix this? Please PM me with your quote.
Code:
SMTP error from remote mail server after initial connection:
host umip1.um.edu.my [202.185.111.224]: 554 umip1.um.edu.my
Code:
SMTP error from remote mail server after initial connection:
host mailfilter.hi-light.com.tw [210.71.187.212]:
554-IP650-02.hibox.hinet.net
554 Your access to this mail system has been rejected due to the
sending MTA's poor reputation.
Code:
SMTP error from remote mail server after initial connection:
host gateway.kaf.com.my [203.109.48.229]: 554-gateway.kaf.com.my
554 Connections from your server *ip removed* are being refused due to poor reputation.
View 5 Replies
View Related
Jun 6, 2007
I've got a question about how SMTP server will act in a situation like this...
Let's say I have a domain with 2 MX records:
Quote:
domain.com. IN MX 10 mx1.domain.com.
domain.com. IN MX 20 mx2.domain.com.
Now, imagine that one particular user will go over his quota on mx1.domain.com. Will sender's SMTP server try to relay his messages to mx2.domain.com or will they just get bounced by mx1?
View 3 Replies
View Related
Jun 15, 2009
I have been having issues with spam on my mail server. I tested the server at abuse.net and test 6 fails with the following result:
Relay test 6
>>> RSET
<<< 250 Reset OK
>>> MAIL FROM:<spamtest@mydomain.com>
<<< 250 OK
>>> RCPT TO:<admin%abuse.net@mydomain.com>
<<< 250 Accepted
>>> DATA
<<< 354 Enter message, ending with "." on a line by itself
>>> (message body)
<<< 250 OK id=1MGLZF-0002Jz-IZ
I have been trying for hours to close this hole with no success. I am running the server using cPanel / WHM which supposedly closes open relay by default, I have tried tweaking the settings,
View 3 Replies
View Related
Sep 28, 2007
We switched to a 3rd party mail server provided by our local ISP, however when attempts are made to mail anyone on our domain a message similar to one of the following is received:
Quote:
This is an automatically generated Delivery Status Notification
Delivery to the following recipient failed permanently:
my_email_address@our_domain
Technical details of permanent failure:
PERM_FAILURE: SMTP Error (state 13): 550 5.7.1 <my_email_address@our_domain>... Relaying denied
or
Quote:
Hi. This is the qmail-send program.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<my_email_address@our_domain>:
70.43.63.21 does not like recipient.
Remote host said: 550 5.7.1 <my_email_address@our_domain>... Relaying denied Giving up on 70.43.63.21.
I've made sure the MX records are in place on our nameserver, and I've verified this with DNS Stuff.
I seem to think the problem is on our ISP's end.
View 1 Replies
View Related
Nov 12, 2014
We set up a Plesk 12 server for web hosting purposes only.
All mail-related services, exception from "smtp server" and "Plesk milter" are disabled or uninstalled.
For specific domains, we want to prevent the useage of the php mail function with "localhost" to avoid problems with outgoing spam by unsecured scripts. Instead, we want to force webmasters to use external smtp servers.
Is there any directive or setting on domain-level that we allow for this limitation?
View 4 Replies
View Related
Aug 18, 2008
I am having a problem with a client who's using Mail.app and it seems to be sending invalid packets to the server. Here is a sample of the report from the firewall:
Code:
Hits: 21
Blocked: permanently
Sample of block hits:
Aug 17 11:24:14 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=48970 PROTO=TCP SPT=49174 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:24:14 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=5724 DF PROTO=TCP SPT=49173 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:24:14 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=23624 DF PROTO=TCP SPT=49176 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:24:14 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=49421 DF PROTO=TCP SPT=49175 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:24:15 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=10507 DF PROTO=TCP SPT=49176 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:24:21 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=38488 DF PROTO=TCP SPT=49176 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:24:21 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=25402 DF PROTO=TCP SPT=49175 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:24:29 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=18975 DF PROTO=TCP SPT=49176 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:24:29 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=52260 DF PROTO=TCP SPT=49175 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:24:29 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=18208 PROTO=TCP SPT=49174 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:24:45 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=30469 DF PROTO=TCP SPT=49176 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:24:45 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=36698 DF PROTO=TCP SPT=49175 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:24:45 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=7445 PROTO=TCP SPT=49174 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:24:45 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=47645 DF PROTO=TCP SPT=49173 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:25:17 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=30465 DF PROTO=TCP SPT=49176 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:25:17 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=44590 DF PROTO=TCP SPT=49175 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:25:17 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=2887 PROTO=TCP SPT=49174 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:25:17 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=35090 DF PROTO=TCP SPT=49173 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:26:21 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=4986 DF PROTO=TCP SPT=49176 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:26:21 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=42867 DF PROTO=TCP SPT=49175 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
Aug 17 11:26:21 hosting kernel: Firewall: *INVALID* IN=eth0 OUT= MAC=00:30:1b:43:f6:3a:00:19:30:01:a1:40:08:00 SRC=90.196.160.135 DST=72.167.47.155 LEN=52 TOS=0x00 PREC=0x00 TTL=54 ID=1310 PROTO=TCP SPT=49174 DPT=143 WINDOW=65535 RES=0x00 ACK FIN URGP=0
The report just says Invalid IN. Does anybody have any suggestions on what would be causing this? I use Mail.app myself and have never had problems with it triggering the firewall.
View 0 Replies
View Related