OpenSUSE Network :: Server Rejecting Email From Gmail?
Jan 30, 2011
I'm facing the best problem which I ever had, where is the previous vendor don't do any documentation. So my task actually do some enhancement on the filtering solution actually, but what I found out is like this..
here my cat /var/log/maillog
Jan 31 09:47:02 mws postfix/cleanup[11028]: 998464290DB: hold: header Received: from mail.jkm.gov.my (webmail.jkm.gov.my [10.0.223.2])??by webmail.jkm.gov.my (Postfix) with ESMTP id 998464290DB??for <hidzuan@gmail.com>; Mon, 31 Jan 2011 09:47:02 +0800 (MYT) from webmail.jkm.gov.my[10.0.223.2]; from=<e1@jkm.gov.my> to=<hidzuan@gmail.com> proto=ESMTP helo=<mail.jkm.gov.my>
I have been trying to figure out how to keep my company's email from being treated as junk mail by Hotmail, Yahoo & Gmail for over a year.
When I acquired the company its email was hosted by sina.com as its in China. It was being run under a windows server and had issues sending & receiving.
I moved it to a linux server system in Hong Kong that has a US co-host site in Chicago area thinking its got to better than whats running in China.
We are still having problems sending emails to hotmail, yahoo and gmail.
My entire company is about ready to redmond our company email and use their personal webmail accounts.
I have an ubuntu server running postfix 2.6.5 (configured using DTC). If a user tries to send an email to more than one recipient, and one recipient address is bad, then the server returns an error and no mail is sent (even to the good addresses), rather than letting the good ones through. Error displayed by thunderbird is
Code:
"An error occurred while sending mail. The mail server responded: 5.1.1 [URL]: Recipient address rejected: User unknown in virtual mailbox table. Please check the message recipient noreply@domain.com.au and try again." and mail.log shows ...
Code:
Oct 6 20:35:08 www1 postfix/smtpd[22716]: connect from xxxxxx [xxx.xxx.xxx.xxx] Oct 6 20:35:08 www1 postfix/smtpd[22716]: B62F92A44: client=xxxxxx [xxx.xxx.xxx.xxx], sasl_method=PLAIN, sasl_username=blake@domain.com.au
I install qmail server from source according to document on qmailrocks.org but when i add domain and email account and after press the button create the next window in explorer is blank.
I'm attempting to send email with a PHP application I got from a textbook. Do I need to start an email server in order to get the application to work?Using SuSE 11.2
have plenty of experience in ubuntu and mandriva.I am looking for a way of sending emails from CLI via my gmail account.in ubuntu I use mailx+exim4. in mandriva i use msmtpbut in opensuse i cant install exim4, and the installation of msmtp has a completely different architecture and i cant find the configuration file i modified in my mandriva computer to send mails via gmail.Does anyone know of a simple and quick installation of some MTA in opensuse which can satisfy my need?
I have a couple of servers that are scripted to send cron script output logs to my email address (a Gmail address). Mailx is what I am using, but I didn't have to configure anything; I installed it, and it just worked with the following command: mailx -s "SUBJECT" -r FROMMYADDRESS TOMYADDRESS < FILETOCATANDSEND
This occurs every Saturday and Sunday at noon after my backup scripts run. I noticed yesterday that I did not receive these logs, so I logged into the machine, started 'mail' and saw messages like this: This is the mail system at host media.deagle.lan.
I was wondering if anyone has figured out how to access their Gmail files via IMAP on Konqueror? There is supposed to be an imap:// kio slave, but I can't get it to login to my Gmail. I tried imap://username@gmail.com but no luck. I also tried [URL].. since I think the username has to include the @gmail.com part. But still no access.
I use fedora 13 now. I want to try mutt, but I don't know how to make it work.so I search by Google, Then,I add a .fetchmailrc in my home directory as below:
set daemon 60 set logfile /home/kenifanying/.fetchlog poll pop.gmail.com protocol POP3 user "abc@gmail.com" password "123456" ssl sslcertck sslcertpath /home/kenifanying/.certs/
There are two files named gmail.pem and Equifax_Secure_CA.pem in ~/.certs/ I create these two files like this: First, I retrieve the Gmail certificate provided by the Gmail pop server: $ openssl s_client -connect pop.gmail.com:995 -showcerts
I am running debian testing, amd64 architecture on my box. I have 3 gmail accounts that I use regularly. I have used mainly thunderbird/icedove to access my mailboxes via imap.However, now two of them have really several tens of thousands of emails I often experience difficulties in dealing with them (the connection often freezes, browsing my folders is a pain).I tried also sylpheed and claws, but the situation has not really improved.I do not think there is anything fundamentally wrong in the way I configured my accounts on the various clients (actually, some of them even boast automatic setup of gmail accounts).
I have configured a command line (9.10) server to forward all the system email notices to an external Gmail account.
All is forwarding fine except, all the emails from root have a return email address of "root <myaccountname@gmail.com>".
I do not think that it is a big security issue but, I would prefer that the root emails were forwarded to an existing user account on the server and then forwarded to my external Gmail account. That way the return address would not say "root" within the address but rather "existinguser <myaccountname@gmail.com".
Anyone have a thought on this? Is exposing the "root" name within the return email address a serious security issue?
I use evolution 2.26.1 on my jaunty machine. I have a couple of gmail accounts, and use pop3 to have that mail sent to evolution on my computer. All was fine until a few days ago. Then I noticed that I was no longer getting mail from my freecycle account sent to my machine. I went to the gmail web interface and saw that freecycle mail is still being sent to me. But gmail isn't passing it along to my evolution. The odd thing is, other mail from that gmail account *is* reaching evolution okay.
I am pretty new to C.L.I/text editing work. So maybe its a bit old-fashioned but I am interested in learning how to send email via the command line. I am running 10.04 32 bit
Situation: I have followed the explicit and step-by-step actions at http://klenwell.com/is/UbuntuCommandLineGmail
Question: Upon completion, when trying to send a test email to myself via gmail (from CLI) I get the following error: "msmtp: no recipients found". In CLI below it asks me to explicitly pick a mailx to download. I think I already have mailx as when I type mailx I get "no mail for primary".
Here is my work Code: :~$ sudo apt-get install msmtp mailx [sudo] password for: Reading package lists... Done Building dependency tree Reading state information... Done msmtp is already the newest version. Package mailx is a virtual package provided by: mailutils 1:2.1+dfsg1-4ubuntu1 heirloom-mailx 12.4-1.1 bsd-mailx 8.1.2-0.20090911cvs-2ubuntu1
You should explicitly select one to install. E: Package mailx has no installation candidate :~$ gedit ~/.msmtprc :~$ chmod 600 ~/.msmtprc :~$ gedit ~/.mailrc :~$ echo -e "testing email from the command line" > /tmp/test_email :~$ mailx -s "mailx gmail test" xxxxxxx@gmail.com < /tmp/test_email msmtp: no recipients found
Here is ~/.msmtprc Code: # config options: [URL]#A-user-configuration-file defaults logfile /tmp/msmtp.log # gmail account #account gmail auth on host smtp.gmail.com port 587 user xxxxxx@gmail.com password xxxxxx from xxxxxx@gmail.com tls on tls_trust_file /usr/share/ca-certificates/mozilla/Equifax_Secure_CA.crt # set default account to use (not necessary with single account) #account default : gmail and here is ~/.mailrc
Code: # set smtp for mailx # gmail account (default) # $ mailx -s "subject line" -a /path/attachment recipient@email.com < /path/body.txt set from="xxxxxx@gmail.com (xxxxx)" set sendmail="/usr/bin/msmtp" set message-sendmail-extra-arguments="-a gmail"
I've got an uber simple test mail script in php on my awesome new dev machine running Ubuntu:
PHP Code:
Unfortunately, something is preventing mail delivery. I can't tell from this error log whether it's the remote machine rejecting me or whether it's my machine rejecting the self-signed cert on the remote machine:
Code:
I'm wondering what I could change in my postfix configuration to remedy this problem.
I tried setting smtp_tls_security_level = may = may but this did not change anything.
i am working on a neat little bash script, and i want the output to be mailed to my email account. So far i have tried installing sendmail then running: mail -s Test myemail@gmail.com But that hasn't worked; and i did check my spam folder. Am i missing something or is there a better technique all together?
I have a problem sending emails in the command line. I have introduced this command:
sendEmail -f my.account@gmail.com -t myself@domain.tld -u this is the test tile -m "this is a test message" -s smtp.gmail.com -o tls=yes -xu usernameonly -xp mypasswd
But then I received this message: sendEmail[13230]: ERROR => Connection attempt to smtp.gmail.com:25 failed: IO::Socket::INET: connect: Connection timed out
Is it possible to send an email to abc123@gmail.com directly from Console? If it is possible, do I need to do some 'configuration stuff' to get it to work? How do I start it?
I am trying to figure out how if it is even possible to set up my centos server to email messages to gmail account I have tried mail -S Test account@gmail.com but every time it say in my log files that Connection refused by [127.0.0.1]
I've enabled popb4smtp in my mail server. Is this because of the IP 117.58.246.10 don't have a dns record? How can I sending email from this type of Ip which don't have dns entry?. But if I enable SMTP auth I can send email form this same ip. Another thing is I can connect to port 587 from the email client to send email but can't connect to port 25.
I have enforced to use the Linux /etc/passwd file to authenticate myself from Outlook, Postfix will accept mail from any IPs. However, I'm not able to send mails from my Outlook via my mail server to someone else on the Internet. Am seeing the following in Postfix's log.
Code: Mar 11 21:07:39 production postfix/smtpd[16366]: connect from pcdxxxxx.netvigator.com[203.218.211.256] Mar 11 21:07:39 production postfix/smtpd[16366]: NOQUEUE: reject: RCPT from pcdxxxxx.netvigator.com[203.218.211.256]: 554 5.7.1 <someone@hotmail.com>: Relay access denied; from=<mate@mydomain.com> to=<someone@hotmail.com> proto=ESMTP helo=<Windows> Mar 11 21:07:42 production postfix/smtpd[16366]: disconnect from pcdxxxxx.netvigator.com[203.218.211.256] Here are my Postfix settings.
for like two weeks I have been trying to send email using evolution for some reason I always get the same Code: Could not connect to smtp.gmail.com: Input/output error
I have this strange error - I switched from postfix 2.6.5 to 2.8.2 and I some mailservers cannot send mail to me. One of them was some sendmail server. I have virtual alias maps in mysql. It works fine for almost all server that are sending mail to me, but some of them seems to send mails as user@FQDN instead of user@virtualdomain my machine name is x49.tvujweb.cz, and mz email is kamil.horky@servis-it.net but in server logs is that user kamil.horky@x49.tvujweb.cz cannot be found in virtual alias maps.
I've recently followed a guide I found online [1] and installed Postfix and Courier on my server machine. I can send emails from the server to any email address but unfortunately I can only receive emails sent from the server - it's only accepting emails sent locally from the host.
This seems like a relatively simple question, but I haven't been able to figure it out from the documentation after a couple of hours of searching. I'm running postfix on my mail server, and the vast majority of my spam has the sender address spoofed to match the recipient address. I've got spamassassin up and running, and very little gets through that, so it's not a serious problem, but if possible I would like to be able to reject the mail before it arrives to reduce the system load.
Mail is sent locally via webmail, relaying is denied, so the only way that mail should be sent from the domain is via a connection from localhost. The basic idea I'm thinking of is if the MAIL FROM sender claims to be an address at the receiving domain, but is connected from a remote IP, the mail should be rejected.