Fedora Installation :: Incoming Mails Went Well, But Outgoing Mails Not?
Nov 19, 2009
As a beginner I installed Fedora 11 yesterday. Everything went well until I installed Evolution and Thunderbird. Incoming mails went well, but outgoing mails not.
View 6 Replies
ADVERTISEMENT
May 4, 2010
I installed postfix + SASL on my ubuntu box, getting emails works 100%.Sending out emails does not work. i'm getting "554 5.7.1 - Relay access denied".
View 4 Replies
View Related
Apr 5, 2010
I have to take two copy of incoming mails on different servers(local & remote). I am using plain server without any panel on it and using sendmail, Dovecot for mail service.Is there a way(any configurations) to take a remote backup for all incoming mails? except configuring forwarder to each mail ID.
View 3 Replies
View Related
May 6, 2010
i have a mail server that uses Postfix as a mail server, it runs ok, but i need to add some features to a specific users only.what i need to add is Auto-reply message for some users only.
View 5 Replies
View Related
Jun 30, 2011
I have configured qmail on my CentOS5.5 server. I am planning to divert all the mails sent to one domain to be diverted to another domain. For example, I wish mails sent to user@my.external.domain.com to be seamlessly diverted to user@my.internal.domain.com. I tried.Code: my.external.domain.com:my.internal.domain.com in the smtproutes file. It did not work Also how can I have the reply to address different from the one I sent. Again, I wish, if I send emails from user@my.internal.domain.com.
View 10 Replies
View Related
Dec 17, 2010
I have used Evolution for 5 years with no problems but it really makes a mess now. It keeps on copying or moving already sent messages to my Outbox, hence it keeps on sending mails again and again (and again).Is there a bug I should fix?Is there a (better) alternative for evolution?
View 2 Replies
View Related
May 2, 2011
I use this command to fetching mail from gmail it work good but it does not retrieved mails from server as I read from manual.
Quote:
fetchmail -d0 -F -K pop.gmail.com
What is wrong and what should I do?
View 1 Replies
View Related
Mar 19, 2010
am using qmail and have webmin, all is running smoothly, but i have users spamming other staff accounts.The question: How do I block a user from sending out mails but still able to receive mails. Just denying access to sending mails?if anyone can guide me to do it via terminal as well as webmin.Why webmin you ask, because I have tried it once it works but sadly it block both incoming and outgoing mails.
View 3 Replies
View Related
Feb 22, 2010
I would like to set disclaimer like content in my meral mail server, so that all the users should be able to get that content automatically in their outgoing mails.
View 3 Replies
View Related
Mar 8, 2010
I have configured squid proxy server & shared th e internet connection to 10 systems.Out of 10 systems 4 pc's are developer machines.from their machines Mails are not going outside from their localsystem.I have firewall enabled & iptables.Eventhough i have written rule to allow port 25,but it is not getting done.
View 3 Replies
View Related
Nov 26, 2009
im in tough situation im gettin a huge number of porn mails with in seconds n im unable to clear that if im doin dat again they r gettin into ma mail so tell me watz d cure for dis.
View 4 Replies
View Related
Jan 6, 2011
I have a problem with the evolution mail client. I have created a privat PGP key. Now I'd like to attach my puplic key to a E-Mail in order xchange the puplic keys with friends.I'm not able to find a option like "attach my privat key".I also wasn't able to find a solution by searching the web
View 1 Replies
View Related
Jun 5, 2010
I use Evolution Mail and Calendar to receive and send e-mails, but it cannot display images(links?) that are embeded in the incoming e-mails. How to solve this problem?
View 5 Replies
View Related
May 24, 2010
I like to import mails from Evolution 2.28.3 into Mozilla Thunderbird 3.x. I guess I'll have to export them into mbox format. Correct ?
View 8 Replies
View Related
Jul 18, 2010
I have configured sendmail server on my Rhel5 machine.i just wanted to know whether i can connect my machine with internet and send my mails through sendmail.
View 1 Replies
View Related
Aug 17, 2010
i've set up a little mail server ob my private server, using getmail to get the mails from different pop accounts and to send it to maildirs of some virtual users, and i use dovecot as imap server to provide the mails to my clients which are mostly outook 2007. i run getmail as a cronjob which fetches my mails every 2 minutes, anyhow i'd like to run it on demand when a client pushes the send/receive button. is there a way to tell dovecot to run getmail on demand?
View 6 Replies
View Related
Jun 9, 2010
How could we bcc all outgoing / incoming email through my Sendmail (8.14) Server?
I tried this /etc/procmailrc
:0c
! backupmail@domain.com
But this get looped and backupmail received multiple emails of each for domain.com while sending locally from one user to another user.
View 6 Replies
View Related
May 19, 2010
My question is simple - is there any linux app or applet which is able to show (monitor) incoming and outgoing connections assuming it's a direct internet access? I was using a firewall on a system off Redmont which was able to show every connection, listening ports of services if some were opened etc.
View 1 Replies
View Related
Aug 20, 2010
I just started using Skype and I am having a problem with the incoming/outgoing audio dropping out. The videoconference will start normal the connection being perfect. The guys on the other end can see me perfectly and can hear me loud and clear for the first say...10-20 secs but afterwards the outgoing audio from my part is dropping off and they can not hear me anymore. They can still see me. I can still be seen on the other end and typing and the share screen works perfect from my part or from their part but they can not hear me anymore..
Or there are days when it goes the other way round. The incoming sound would be dropping out. I can still be seen and heard on the other end and typing and the share screen works prefect but I am not able to hear them. I am using Slackware 13.1 on a XFCE desktop installed from the official DVD downloaded from the official site and the sound works perfect. I have no problem watching videos and hearing the sound in ..... or any other audio-video streaming sites.
View 1 Replies
View Related
Jan 6, 2011
I need to configure iptables to block incoming traffic (except specific ports), but allows all outgoing traffic.
I am able to block incoming traffic, but doing so also prevents outgoing traffic (tested by telnet [URL] 80)
The following was used:
iptables -A INPUT -p tcp --dport ssh -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j ACCEPT
iptables -I INPUT 1 -i lo -j ACCEPT
iptables -A INPUT -j DROP
Also, even allowing NOT SYN requests still prevents outgoing traffic.
iptables -I INPUT 1 -p tcp ! --syn -j ACCEPT
Another point:
# modinfo ipt_state
modinfo: could not open /lib/modules/2.6.18-028stab070.14/modules.dep
How to install ipt_state module on ubuntu?
View 2 Replies
View Related
Apr 21, 2009
I've got a Fedora postfix server that I just upgraded from 9 to 10 using preupgrade. Starting yesterday, some messages were rejected by servers because the IP address had a poor "reputation". The odd thing is, the IP address they're registering isn't the IP address the server is sending from.
When I look at the full headers of our outgoing e-mail, the e-mail is listed as coming from ***.***.***.11, which is the correct address. But these services are somehow tying the e-mails back to ***.***.***.12, which is used for a different purpose entirely. Since this *.12 address doesn't match the MX record, I'm assuming that's why the mails are being blocked, but I'm not sure how the mails are being identified as coming from that address in the first place. It's odd that this just started when I upgraded.
View 1 Replies
View Related
Jul 14, 2011
I've started to get emails that would typically come from [URL] as [URL]. These emails come from services that send out emails (backup programs) directly, or from cronjobs. I've logged in as the non-root account and either sudo su - or su - to root and the restart the service at one point or another. If I login directly as root and bounce the service or cron the emails come across as from root. I don't see anything in my environment variables after I su to indicate what would cause this. I'm not sure where else to look? A pam setting? This seems to have happened between Fedora 10 and 14 (did a bunch of overdue upgrades recently) I've only got Fedora so I don't have anything to compare to. In Fedora 10 I did not have this problem.
View 2 Replies
View Related
Jul 4, 2010
I am still new to ubuntu and I use firestarter as my firewall tool and I was told that its just ufw in a gui. Well anyways I noticed a connection to 174.129.241.144 using https and python, I didn't have any scripts running and my browser was closed, I read the man files for ufw and it said to do something like deny from 174.129.0.0/12 and I want to block all incoming and outgoing connections to this IP range and I was wondering how to do that, I heard of iptables that it would be able to do this but I dont know anything about it. What I should learn so I can handle these kinds of situation in the future and how I can block this ip subnet or also what does the /8, /12, and /16 stand for?
View 7 Replies
View Related
Mar 14, 2010
OS : CentOS 5.3 64bit How to trace incoming and outgoing network traffic for a give user? User 'A' logs in to the system and does various network connectivity As root user need to find what are the outgoing and incoming connection that are related with user 'A'. basically need to check the connection flow. netstat will show ESTABLISHED, LISTEN etc.. need something like tcpdump
Eg:- --user option for tcpdump tcpdump -vv -nn -i eth0 host 10.200.2.1 and tcp dst port 8080 --user A Can someone tell me any tool which can do such thing? Even if it can show the process ID of the client application which is trying to establish network connectivity will do.
View 1 Replies
View Related
May 17, 2011
As a part of migration I am proposing different scenarios to my organization. One which is asked to prepare is to configure multiple mail servers to handle incoming and outgoing mails. Say I have -[URL], I need to have accept mails from [URL] and send mail from [URL].
View 1 Replies
View Related
Nov 17, 2015
I use Debian Jessie + KMail on desktop side. My mail server has Spamassassin installed. My problem is that I receive some spam and it goes though the server-side filtering.
I mark all messages as SPAM in KMail but neither KMail or the server learn that those are spam and should not enter the inbox.
How to get rid of the messages? Unsubscribing is not an option - I don't want to click on any link contained in the mails.
View 6 Replies
View Related
May 31, 2010
Installed ubuntu stupidly on the same partition as win7
couldn't boot anymore ubuntu
is it possible to access my evolution e-mails or even better to make my laptop boot ubuntu again
tried already various rescue cd-s etc
View 1 Replies
View Related
Apr 19, 2011
I created three pop accounts in evolution. For jka-walgau.at my name, office and mobile. The first time everything ran ok (all new mails could be downloaded, and from each account mails could be send). After a day (iIset the computer up for a friend) there arent no new mails that come in (webinterface tells me there are new ones).
SSL for pop and TLS for smtp were set.
The problem is they are selfsigned certificates. The first time when I configured the accounts and clicked the button to test the authentication methods I got a warning (self signed) no button to add this cert permanently only a OK buttton and in the upper corner the (x) to close. How should I handle this problem.
View 1 Replies
View Related
Aug 27, 2010
I want to set up mails from server22 should only go to [URL] but should not go to others [ like yahoo,hotmail, gmail etc ] Seached the threads, but no luck.
View 2 Replies
View Related
Dec 15, 2008
I have installed qmail in centos 5 machine. After the installation , the qmail is not able send mails. The output of the qmailctl stat is
[root@testserver qmail]# qmailctl stat
/service/qmail-send: up (pid 28409) 168066 seconds
/service/qmail-send/log: up (pid 20217) 1 seconds
/service/qmail-smtpd: up (pid 20210) 2 seconds
[code]....
View 2 Replies
View Related