Current time: 05-17-2024, 07:48 PM Hello There, Guest! (LoginRegister)


Post Reply 
(SOLVED )Emails in Gmail - question
Author Message
nuno Offline
Junior Member
*

Posts: 92
Joined: Jun 2008
Reputation: 1
Post: #7
RE: Emails in Gmail - question
motokochan Wrote:It might take a while for the old reverse record (PTR) to leave the caches of the servers out there, so that probably won't show up immediately. When I checked the IP (you didn't mask it properly in the mail headers, so I managed to find it out), it wasn't set on their servers yet. Your IP provider (Vodafone) appears to have the expiry set to 24 hours, so it can take that long to spread once they make the change.

Your IP is also on the SpamHaus PBL list. This list is created from records by ISPs of IPs that should not be sending mail directly (usually residential internet connections). Being on this list will cause problems in sending. If you are on a static IP, your host should file for an exception with SpamHaus.

For other lists, check your IP over at http://openrbl.org/ (won't work in IE last I checked) and see the details for any lists you show up on. You only need to worry about the positive blacklist items.


Thanks, Smile
the some happen if a send from root (echo 'teste' | mail -s "teste" foo@gmail.com)

i'm confuse now Sad

BTW:

Code:
postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_at_myorigin = yes
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
inet_interfaces = all
local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database
local_transport = local
mail_spool_directory = /var/mail
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
message_size_limit = 0
mydestination = $myhostname, $mydomain
mydomain = server.foo.net.local
myhostname = server.foo.net
mynetworks_style = host
myorigin = $myhostname
recipient_delimiter = +
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP ispCP 1.0.0 RC6 OMEGA Managed
smtpd_data_restrictions = reject_multi_recipient_bounce,                               reject_unauth_pipelining
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks,                               permit_sasl_authenticated,                               reject_invalid_helo_hostname,                               reject_non_fqdn_helo_hostname
smtpd_recipient_restrictions = reject_non_fqdn_recipient,                               reject_unknown_recipient_domain,                               permit_mynetworks,                               permit_sasl_authenticated,                               reject_unauth_destination,                               reject_unlisted_recipient,                               check_policy_service inet:127.0.0.1:12525,                               check_policy_service inet:127.0.0.1:60000,                               permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = reject_non_fqdn_sender,                               reject_unknown_sender_domain,                               permit_mynetworks,                               permit_sasl_authenticated
transport_maps = hash:/etc/postfix/ispcp/transport
virtual_alias_maps = hash:/etc/postfix/ispcp/aliases
virtual_gid_maps = static:8
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_domains = hash:/etc/postfix/ispcp/domains
virtual_mailbox_limit = 0
virtual_mailbox_maps = hash:/etc/postfix/ispcp/mailboxes
virtual_minimum_uid = 1000
virtual_transport = virtual
virtual_uid_maps = static:1000

/etc/hostname

Code:
server.foo.net

and network
iface eth0 inet static
address xxx.xxx.70.194
netmask 255.255.255.0
broadcast xxx.xxx.70.255
gateway xxx.xxx.70.1

and hosts
Code:
# 'hosts' file configuration.

127.0.0.1    server.foo.net.local    localhost    server

xxx.xxx.70.194    server.foo.net    server
::ffff:xxx.xxx.70.194    server.foo.net    server
::1    ip6-localhost ip6-loopback
fe00::0    ip6-localnet
ff00::0    ip6-mcastprefix
ff02::1    ip6-allnodes
ff02::2    ip6-allrouters
ff02::3    ip6-allhosts

My dns in linode manager
$TTL 0
@ IN SOA ns1.linode.com. foo.sapo.pt. (
2008070682
7200
7200
1209600
86400
)
@ NS ns1.linode.com.
@ NS ns2.linode.com.
@ NS ns3.linode.com.
@ NS ns4.linode.com.
@ MX 10 mail.foo.net.
@ MX 10 server.foo.net.
@ TXT "v=spf1 a ~all"
server TXT "v=spf1 a ~all"
@ A xxx.xxx.70.194
www A xxx.xxx.70.194
mail A xxx.xxx.70.194
server A xxx.xxx.70.194
cp A xxx.xxx.70.194
(This post was last modified: 07-07-2008 10:59 AM by nuno.)
07-07-2008 10:17 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
(SOLVED )Emails in Gmail - question - nuno - 07-04-2008, 07:09 PM
RE: Emails in Gmail - question - nuno - 07-04-2008, 10:05 PM
RE: Emails in Gmail - question - nuno - 07-07-2008, 08:50 AM
RE: Emails in Gmail - question - nuno - 07-07-2008, 09:51 AM
RE: Emails in Gmail - question - nuno - 07-07-2008 10:17 AM
RE: Emails in Gmail - question - nuno - 07-07-2008, 10:26 AM
RE: Emails in Gmail - question - nuno - 07-07-2008, 06:15 PM
RE: Emails in Gmail - question - nuno - 07-09-2008, 08:03 AM
RE: Emails in Gmail - question - aseques - 07-09-2008, 10:15 PM
RE: Emails in Gmail - question - nuno - 07-09-2008, 11:54 PM
RE: Emails in Gmail - question - nuno - 07-10-2008, 07:53 AM
RE: Emails in Gmail - question - nuno - 07-15-2008, 07:53 PM
RE: Emails in Gmail - question - nuno - 07-10-2008, 08:33 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)