Postfix + Google = Headache

Feb 25, 2008

I installed recently Postfix + Dovecot (yum) on a CentOS 5.1 test box. The configuration went OK, I can telnet on port 25, 587 and 465 with no problems.

# hostname -f
localhost.localdomain

#openssl s_client -connect localhost:465
CONNECTED(00000003)
depth=0 /C=CA/ST=Quebec/L=Montreal/O=Axivo Inc./CN=localhost/emailAddress=webmaster@localhost
verify error:num=18:self signed certificate
verify return:1
depth=0 /C=CA/ST=Quebec/L=Montreal/O=Axivo Inc./CN=localhost/emailAddress=webmaster@localhost
verify return:1
[more certificate code here ...]
---
220 localhost.localdomain ESMTP Postfix
ehlo localhost
250-localhost.localdomain
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN

# telnet localhost 587
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 localhost.localdomain ESMTP Postfix
ehlo localhost
250-localhost.localdomain
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN ....

View 8 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Postfix Mails Rejected By Google - Identified As Bulk Spam

Nov 20, 2014

I run a server and have ONLY problems if i am sending mails to domains hosted by google ...

OSUbuntu 12.04.5 LTS
Plesk version12.0.18 Update #24, last updated at Nov 20, 2014 06:32 AM

Here a little bit about my configuration:

a) I have set a Reverse DNS (xyz.mydomain1.com) - My hostname!
b) i run 4 domains on this server (mydomain1, mydomain2, mydomain3, mydomain4)
c) my DNS settings are made by myself in my Domain Provider account
d) i also set SPF records and i use Domain Keys

Everything works like a charm but following now the outputs with my problems:

Here is my postconf -n output:

Code:
root@shamu:/etc/postfix# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases, hash:/var/spool/postfix/plesk/aliases
append_dot_mydomain = no

[Code] ....

Now I sending a email from my domain2.tld and google rejects this email ...

View 11 Replies View Related

Wildcard SSL Headache On WHM/cPanel

May 14, 2008

I've just got a new server with WHM/cPanel. I was upset that after I installed my *.example.com wild card SSL cert successfully that it didn't operate how I expected.....

View 3 Replies View Related

Plesk 12.x / Linux :: Postfix CPU Usage Increases Then Postfix Doesn't Answer

Jul 2, 2014

My issue started ince a couple of months seemed to increase with update to Plesk 12.0 (though I can't guarantee it).I am using Centos 6.5, all updated. What happens is that postfix usage starts to increase without any apparent reason (during week-ends for example). Then postfix is not responding anymore.

Code:
top - 13:27:13 up 3 days, 18:44, 0 users, load average: 0.73, 0.33, 0.32
Tasks: 238 total, 2 running, 236 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.3%us, 0.6%sy, 0.1%ni, 98.7%id, 0.3%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 32917292k total, 8982212k used, 23935080k free, 1899416k buffers
Swap: 1046520k total, 0k used, 1046520k free, 4905884k cached

[code]....

View 1 Replies View Related

Google Apps (Standard) And Two Different Domains: How Many Google Accounts Do I Need?

Jun 27, 2009

I hope some of you are using Google Apps and can help me to find an answer to the following question:

I own two different and independent domain names (e.g. domain1.com and domain2.com).
I'd like to use the Google Apps (Standard, free edition) with them to create two different and totally independent mailboxes (e.g. abc@domain1.com and xyz@domain2.com).

But how many Google accounts I need to do this? Can I manage two (or more) independent and fully functional domains using one Google account?

P.S.
Help section contains descriptions of aliases for multiple domains, which are just pointers or shortcuts, but not a fully functional mailboxes, so this solution isn't something I'm looking for.

View 7 Replies View Related

/?wcw=google In Google Analytics

Apr 30, 2008

There is probably a simple explanation for this, but in our Google Analytics stats one of the most popular pages is

/?wcw=google
Can anyone explain exactly what this is?

View 0 Replies View Related

Postfix

Sep 22, 2007

i'm running postfix on my mail server.

Is it possible to make each user/domain only send out 100mails per hour or less?

View 6 Replies View Related

Postfix

Oct 19, 2007

I'm currently having trouble with Postfix. I recently installed some new web hosting software (ispCP) and so some new configs were written for all my software. Postfix was one of them and I can't figure out what's wrong with it.

Whenever I send e-mails to my server, Postfix denies it saying "Unknown address error 554: Relay access denied". The logs say NOTHING about it and I've been trying the old configs on Postfix and still nothing works.

Here are my configs:
main.cf

Code:
#
# Postfix MTA Manager Main Configuration File;
#
# Please do NOT edit this file manually;
#

#
# Postfix directory settings; These are critical for normal Postfix MTA functionallity;
#

command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix

#
# Some common configuration parameters;
#

inet_interfaces = all
mynetworks_style = host

myhostname = xetaspace.net
mydomain = xetaspace.net.local
myorigin = $mydomain

smtpd_banner = $myhostname ISPCP 1.0.0 Managed ESMTP
setgid_group = postdrop

#
# Receiving messages parameters;
#

mydestination = $myhostname, $mydomain
append_dot_mydomain = no
append_at_myorigin = yes
local_transport = local
virtual_transport = virtual
transport_maps = hash:/etc/postfix/ispcp/transport

#
# Delivering local messages parameters;
#

mail_spool_directory = /var/mail
mailbox_size_limit = 0
mailbox_command = procmail -a "$EXTENSION"

biff = no

alias_database = hash:/etc/aliases

local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database

#
# Delivering virtual messages parameters;
#

virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_limit = 0

virtual_mailbox_domains = hash:/etc/postfix/ispcp/domains
virtual_mailbox_maps = hash:/etc/postfix/ispcp/mailboxes

virtual_alias_maps = hash:/etc/postfix/ispcp/aliases

virtual_minimum_uid = 2887
virtual_uid_maps = static:2887
virtual_gid_maps = static:8

#
# SASL paramters;
#

smtpd_sasl_auth_enable = yes

smtpd_sasl_security_options = noanonymous

smtpd_sasl_local_domain = vhcs.net

broken_sasl_auth_clients = yes

smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
reject_unauth_destination
master.cf

Code:
#
# Postfix master process configuration file. For details on the format
# of the file, see the Postfix master(5) manual page.
#
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - - - - smtpd
#submission inet n - - - - smtpd
# -o smtpd_etrn_restrictions=reject
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtps inet n - - - - smtpd
# -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission inet n - - - - smtpd
# -o smtpd_etrn_restrictions=reject
# -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628 inet n - - - - qmqpd
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - - 300 1 qmgr
#qmgr fifo n - - 300 1 oqmgr
tlsmgr unix - - - 1000? 1 tlsmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - - - - smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay unix - - - - - smtp
-o fallback_relay=
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - - - - showq
error unix - - - - - error
discard unix - - - - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - - - - lmtp
anvil unix - - - - 1 anvil
scache unix - - - - 1 scache
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent. See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
#
# See the Postfix UUCP_README file for configuration details.
#
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#
# Other external delivery methods.
#
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
mailman unix - - n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
${nexthop} ${user}

#
# vhcs delivery agent.
#

ispcp-arpl unix - n n - - pipe flags=O user=vmail argv=/var/www/ispcp/engine/messager/ispcp-arpl-msgr

View 6 Replies View Related

Postfix

Jul 6, 2007

I tried following the directions about 'The Perfect Setup' for SuSE 10.1 for my email server and finally got it to work, but now I am having issues with error messages!

In my /var/log/mail file I get tons of:
Jul 6 18:15:17 <server> postfix/qmgr[8226]: warning: connect to transport error: Operation not permitted

and in my /var/log/messages file I get tons of:
Jul 6 18:19:17 <server> kernel: audit(1183738757.049:122): REJECTING w access to /var/spool/postfix/private/error (qmgr(8226) profile /usr/lib/postfix
/qmgr active /usr/lib/postfix/qmgr)

I can't find anyone having issues with the 'error' part of postfix.

View 7 Replies View Related

Postfix- On FC5

Jan 17, 2007

Its incredible.... what happens with postfix....

the install is ok but:

Code:
[root@vps25621 ~]# ping google.com
PING google.com (64.233.167.99) 56(84) bytes of data.
64 bytes from py-in-f99.google.com (64.233.167.99): icmp_seq=1 ttl=244 time=24.6 ms
64 bytes from py-in-f99.google.com (64.233.167.99): icmp_seq=2 ttl=244 time=27.9 ms
64 bytes from py-in-f99.google.com (64.233.167.99): icmp_seq=3 ttl=244 time=24.6 ms
64 bytes from py-in-f99.google.com (64.233.167.99): icmp_seq=4 ttl=244 time=24.9 ms
64 bytes from py-in-f99.google.com (64.233.167.99): icmp_seq=5 ttl=244 time=24.7 ms

--- google.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4006ms
rtt min/avg/max/mdev = 24.651/25.394/27.930/1.275 ms
[root@vps25621 ~]# postfix start
postfix/postfix-script: warning: /var/spool/postfix/etc/services and /etc/services differ
postfix/postfix-script: warning: /var/spool/postfix/etc/hosts and /etc/hosts differ
postfix/postfix-script: warning: /var/spool/postfix/etc/passwd and /etc/passwd differ
postfix/postfix-script: starting the Postfix mail system
[root@vps25621 ~]# ping google.com

[root@vps25621 ~]#

View 12 Replies View Related

How Does Google Do This

Aug 16, 2007

When i check dnsreport, i see that google.com has more than 1 server. And i wonder what is that method called? is that something called scalable servers ?

[url]

Your google.com A record is:

google.com. A 64.233.187.99 [TTL=300]
google.com. A 64.233.167.99 [TTL=300]
google.com. A 72.14.207.99 [TTL=300]

View 14 Replies View Related

VPS Postfix Error

Jul 7, 2008

I'm thinking of forcing the install but well maybe I should just post what's going on

After unpacking 0B of additional disk space will be used.
Setting up virtualmin-base (1.0-19) ...
Setting Webmin theme
Setting Usermin theme
Configuring Postfix
Error: Failed to query Postfix config command to get the current value of parameter virtual_alias_maps: <tt></tt>
Error
-----
Failed to query Postfix config command to get the current value of parameter virtual_alias_maps: <tt></tt>
-----
dpkg: error processing virtualmin-base (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
virtualmin-base
E: Sub-process /usr/bin/dpkg returned an error code (1)

I ran a dpkg-reconfigure and well I didn't had any problems
The system is Debian 4.0

View 1 Replies View Related

Postfix No Email Sent

Jul 4, 2008

no mails are sent, without mail i'm lost because my users need confirmation emails to activate their membership, thank you

this is from my mail.log

postfix/smtp[30100]: 597E529C0FE1: to=<d1234@yahoo.com>, relay=none, delay=38985, delays=38985/0.01/0/0, dsn=4.4.3, status=deferred (Host or domain name not found. Name service error for name=yahoo.com type=MX: Host not found, try again)

postfix/smtp[30098]: 5FCBA29C1032: to=<h1234@yahoo.com>, relay=none, delay=27875, delays=27875/0/0/0, dsn=4.4.3, status=deferred (Host or domain name not found. Name service error for name=yahoo.com type=MX: Host not found, try again)

postfix/smtp[30099]: 5162829C1053: to=<s1234@ukr.net>, relay=none, delay=22725, delays=22725/0/0/0, dsn=4.4.3, status=deferred (Host or domain name not found. Name service error for name=ukr.net type=MX: Host not found, try again)

View 14 Replies View Related

PostFix Configuration ...

Aug 1, 2008

I recently moved to a VPS and installed Postfix onto it as my mail server. But I have following problems with its consistent working:

1. I experience that every now and then (once in 2 weeks) , it stops sending mails and put them in the mail queue with the following error:

Host or domain name not found. Name service error for name= type=MX: mysite.com not found, try again

I am not sure why it says so. However if I try to restart my mail server /etc/init.d/postfix restart and then try to flush the mails out of queue they are sent successfully. I am not sure where the problem is.

2. Secondly, I see that the header of my mails contains the hostname of my VPS machine "gospel" which is ofcourse not intended. How can I have my domain name in the mail headers?

View 1 Replies View Related

Postfix And Header_checks

Feb 23, 2008

My server's running Debian Etch, Postfix and spamassassin.

Spamassassin works: it flags spam messages correctly.

Currently I have set it to discard messages marked as spam and messages that doesn't have a proper ascii header (Eliminates mail from chinese & japanese spammers). But how do I make postfix to move spam to "Junk" (or such) folder, not to discard it.

Current /etc/postfix/header_checks:

Code:
/[^[:print:]]{8}/ DISCARD
/^X-Spam-level: *******.*$/ DISCARD

I did found something that could help, but didn't know how to apply it to my configuration, and it seems to be Php code for ispconfig.

View 1 Replies View Related

Postfix Config

Jan 25, 2007

I'm having some SMTP server security issues. I am running Postfix on my Debian VPS and I am trying to disable Postfix from being publically used by anybody except those with webmail.

I read Postfix's configuration at Postfix.org, but I couldn't find anything that I thought to be relevent to this situation. Do any of you have suggestions or ways to fix this? Besides disabling e-mail all together?

As another detail, I'm running Postfix on its original config, not through a MySQL database config.

View 1 Replies View Related

Postfix Setup

Mar 2, 2007

I've got virtualmin installed and configured and working beautifully, and I'm able to add email accounts and have them checked by dovecot. Now I'm trying to work the SMTP side of things, but I'm stuck.

What's happening here is that when I attempt to send an email through Postfix, it replies with 'relay access denied'

I've searched google and tried various things, but none of them have worked so far. I can post any configuration files you need. After I get this working, I get to add another domain and see if the settings work there too

View 5 Replies View Related

Postfix Conflict

Oct 23, 2007

I'm trying to iron out this huge bug with Postfix. Right now I am stuck in a hole. I am trying to disable Postfix from relaying e-mail sent to my server. When I send e-mail without "relay_domains", I get a "554 Relay Access Denied" error. When I supply a "relay_domains" variable to Postfix, I get "mail for example.com loops back to myself" for an error.

I was skimming over the Postfix docs and it said you can make these errors go away with a "virtual_mailbox_domains" or "virtual_alias_domains" variable. My config has "virtual_mailbox_domains" but still these errors appear.

Is there a way to fix this, or a way to disable Postfix from relaying e-mail?

View 3 Replies View Related

Is My Postfix Secure

Aug 13, 2007

I am running postfix on my server. This server is used by me only Here is what I want to do for this server:

1. Receive email: I want to receive emails for some of my virtual domains host in this server

2. Check mail: I check email by using a web client which install in the server

3. Send mail: I send email by using a web client which install in the server.

4. Don't want to let any remote user to send email through my server.

Here is my config:

alias_database hash:/etc/aliases
mynetworks_style host
myorigin $mydomain
inet_interfaces all
mail_owner postfix
mydestination $myhostname, localhost.$mydomain, localhost
mydomain example.com
myhostname mail.example.com
queue_directory /var/spool/postfix
setgid_group postdrop
unknown_local_recipient_reject_code 550
virtual_alias_domains somevirtualdomains.com
virtual_alias_maps hash:/etc/postfix/virtual

Is my server secure enough? Can people spam email through my server?

I see people suggest to use smtp auth or pop before smtp to increase the security, Do you think it's necessary to do so in my case?

View 0 Replies View Related

Usa Hosting, In Google Uk ?

Jan 30, 2009

I was wondering if I went with a USA hosting company and had a .co.uk domain would I get into Google UK, or is that just for UK IP addresses?

View 9 Replies View Related

Google App Engine As CDN?

Jul 19, 2008

I have a site with heavy use of large and small images. The site gets majority of traffic from US and Asia. Using a CDN for JS, CSS, site images and user uploaded images will help the site a lot to speed up.

One of the cheaper options is Cachefly which I was considering, until I found an article about using Google's App Engine as CDN. http://www.google.com/search?q=google+app+engine+cdn

I think it is very inexpensive way to put your content on a CDN. Has anyone tried App Engine as a CDN? Does anyone know if they serve content from local servers in Asia, Europe or is the content served from US?

View 14 Replies View Related

What Network Does Google Use

Jul 8, 2008

I know google response times are the best. So my plan is to get a dedicated server from a web host that uses the same network that google uses.

View 13 Replies View Related

Using Google Apps

Jan 18, 2008

What can be disabled (Mail related) if the only domains on the server use google apps "gmail" for mail? I only really need roots mail. Anyone tried this yet, I figured I asked before I use trial and error.

antirelayd
exim
imap
pop

View 0 Replies View Related

Postfix - Forward Question

Apr 18, 2009

I'm using Postfix as my mail agent. I was wondering how to forward incoming emails to a script.

I did a search in google and couldn't find anything relevant only this.

create a alias like this.

email@example.com: "| php -q /home/user/full/path/to/script.php"
But is not working not forward nothing. I have tried everything but nothing works and the logs not show me any errors.

View 2 Replies View Related

POSTFIX Installation/configuration

Sep 23, 2009

Does anyone know of a good postfix tutorial?

I'm having trouble getting it to work on my server.

I'm using Ubuntu 8.10.

I have a working SMTP but I need POSTFIX for php mail()

View 9 Replies View Related

Postfix Or Sendmail Or Exim As MTA? Which Is Best?

Jul 9, 2008

i am confused about setting up mail server.

1.Postfix or sendmail or exim as MTA? which is best?

2. which SMTP/POP3 is best? dovecot or courier or any other

3. or which MTA/POP3 combination is easy and works best?

i am looking for easy installation so that i can use webmail and outlook for emails.
what do you suggest? and of course not commercial ones.

View 6 Replies View Related

Change Poart Of Postfix

Jun 19, 2008

How can I change port of postfix?

View 8 Replies View Related

Postfix On Suse Is Not Working

Nov 21, 2008

I have a server which runs suse linux on it. Postfix is already installed on it.
But, the problem is i am not able to send mail using root. I mean using mail -v command.

I could see the following in mail logs. I know 2 files main.cf and master.cf are there.

Not, sure what to change and how.

Nov 21 21:17:56 CSIDB3 postfix/smtp[14577]: connect to mx3.domain.com [x.x.x.x]: Connection timed out (port 25)
Nov 21 21:17:56 CSIDB3 postfix/smtp[14577]: 61715223EE: to=<sabarish@domain.com>, relay=none, delay=30, status=deferred (connect to mx3.domain.com[x.x.x.x]: Connection timed out)

The same thing happens will Gmail also. I think outgoing mail is not working at all.

Nov 21 20:27:41 CSIDB3 postfix/smtp[13907]: connect to gsmtp183.google.com[64.233.183.27]: Connection timed out (port 25)
Nov 21 20:27:41 CSIDB3 postfix/smtp[13907]: 5A177223E1: to=<sabarish@gmail.com>, relay=none, delay=189739, status=deferred (connect to gsmtp183.google.com[64.233.183.27]: Connection timed out)

View 7 Replies View Related

Postfix Bounce Messages

Feb 6, 2008

Where can I turn off the emails that go out in response to a message not being delivered?

View 2 Replies View Related

Includes In Postfix Configuration

Feb 8, 2007

I have my postfix server configured to allow me to send email without authentication whenever my ip matches a value in my config. Only problem is, i have it open to accept anyone in my subnet, and i'm kind of weary of letting anyone in this area send mail through it.

I have a script on my server that gets my ip address whenever i send an http-based request to my winamp now playing script. When it gets my ip address, it updates a file called ip.txt with my ip address. What i'm trying to do is config my postfix main.cf file to grab the ip from ip.txt, and add it onto the mynetworks variable. Then when i try to send the email, i want it to recognize me, and let me send the email.

View 2 Replies View Related

Auto Updating Postfix

Oct 21, 2007

I have searched the whole forum for help on this but couldnt find anything.

I have postfix running on a backup mx server for a plesk box. The backup mx does a very good job of reducing spam and virus to my plesk box thanks to mailscanner.

The problem i have now is i have to manually update postfix transport and relay_recipients file everytime a new domain is created in plesk. Do any one know how i can create a custom script that will pull domain information from my plesk box and will update postfix on the backup mx server. Maybe a website with information that can help.
i can always set a cron to run the postmap command to update the tables but i will need to update the respective files (transport, relay_recipients) first.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved