Red Hat / Fedora :: Configure Exchange Based Email System "natively"?
Jun 1, 2011
I wanna switch to Fedora on my office laptop. I have figured most my app's alternatives. But I just can find a app or a way to configure my exchange based email system "natively".
View 1 Replies
ADVERTISEMENT
Apr 24, 2011
i need to configure postfix on centos to relay email from the internet to the Exchange Server and i also need that emails sent from the exchange within the same domain be sent to postfix then resent to exchange because i have spamassassin and clamav installed on centos to filter all incoming and outgoing mails ...
View 1 Replies
View Related
Jan 7, 2009
I am working happily with Fedora 8, evolution chatting happily to exchange 2003, calendar sync the works...impressed. This continued through Fedora 9 (though a little bumpy as all odd numbered Fedora releases are). On to Fedora 10, yes works a treat out of the box (DVD). A couple of updates to evolution later, through yumex (fedora updates), and evolution has stopped sending email to the exchange server. It's also touch and go whether I can read email using OWA.
On pressing 'Send/Receive' evolution pops the error,
Error while performing operation.
Exchange transport can only be used with Exchange mail source.
How could I back out these evolution updates?
View 9 Replies
View Related
Jul 26, 2010
In my Windows environment, I use email client such as Microsoft Outlook to connect to our email server to send email with the following configuration:
Incoming server (POP3): 995 - (requires with SSL)
Outgoing server (SMTP): 465 - (use encrypted connection SSL)
[code]....
And the mail server requires user ID login and password.how do I setup a text command based email client in my Linux (Centos 5.1) to send out email through the existing email server above, which is in another machine? The email client has to be text command based because I need to use command line to send notification email from anothar application installed in my Linux (Centos 5.1) Since the email client will only be used to send email notification, I don't require setting up of an email server in my linux.
View 2 Replies
View Related
Apr 11, 2010
I was wondering if there's some web-based email application (like Zimbra) or perhaps gmail can do it I'm not sure that can handle both receiving and sending of mail from multiple email accounts.I have about 4 different email accounts with various different domains and would like to have one platform which has an inbox for each account and from which I can send mail from any of the accounts
View 1 Replies
View Related
Mar 23, 2010
I want to create a shell script that generates a file and then sends it via email from my Ubuntu desktop by using my Exchange 2003 Server which is on a separate windows machine on my network. I do not have an smtp server set-up so that is one of the reasons I want to go this route. The other is because I will be able to sync the emails sent from the exchange server.
View 1 Replies
View Related
Sep 21, 2010
I want to follow the instructions to configure a PXE server based on Fedora, the instructions written in 2005, suggests Fedora Core 4. I need to have; tftp-server, dhcp, httpd, syslinux. Which I understand can be install subsequently but are included in FC4.
I cannot find a link to FC4, I guess it's out of date now and no longer available, which server should I now download
View 7 Replies
View Related
Dec 8, 2010
When sending an HTML formatted email with KMail and viewing this email on an MS Exchange Outlook client, all the empty lines are removed. This appears to be a known issue (KMail & HTML. - KDE Community Forums), but I was hoping anyone here knows a workaround for this....?
This is REALLY annoying when using KMail in a business setting, since emails look embarrassing on a customer's email client (which is in 99% of the cases Outlook, I'm afraid).
View 9 Replies
View Related
Mar 19, 2011
i want to configure my MS Exchange server email in Evolution of Fedora. as, Ubuntu 10.10 gives the dropdown for MS exchange server, however in fedora 14 the same is not available.
View 2 Replies
View Related
Nov 2, 2009
Basically i have no idea to provide proper information in the setup wizerd.
View 4 Replies
View Related
Jan 21, 2010
I have an issue with sendmail. I need to configure sendmail to send email from command prompt to any domain. This is just for the notification purpose. I installed sendmail and sendmail-cf and sm-client. The following are the configuration I have done.
/etc/mail/sendmail.mc
1) dnl # DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
2) m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
3) /etc/hosts = 127.0.0.1 localhost.localdomain
/etc/hosts = 192.168.2.50 mysystem
4) /etc/hosts.allow = sendmail:ALL
[Code].....
View 1 Replies
View Related
Mar 8, 2010
I am trying to configure virtual alias using regular expression.
For example :
Email send to user.1@example.com and user.2@example.com will deliver to user mailbox.
Email send to user2.1@example.com and user2.2@example.com will deliver to user2 mailbox.
And the numbers or alphabet in between user name and the domain will be vary , I can't just do a normal alias.
I been try to play around with main.cf and the virtual alias table but still not able to get work. So I am not sure is the main.cf didnt configure correctly or the regular expression is not working.
View 3 Replies
View Related
Dec 16, 2010
How can one create their own web-based email server, under these constraints:
- Emails are stored in a MySQL database
- Emails are accessed through PHP scripts
- Emails are received from pop servers and sent through smtp servers every 10 minutes acting as if it was an email client to yahoo or hotmail or other pop/smtp servers
View 5 Replies
View Related
Jan 12, 2011
I can connect to the Internet. I can not access gmail or yahoo mail. It doesn't matter what browser I use.
If I switch to a wired connection, I can access gmail. Other wireless networks work fine.
MY router is a Belkin N, but it allows me to access other sites. The settings seem pretty vanilla, not different than wireless routers where I can access gmail.
View 2 Replies
View Related
Jul 8, 2011
I'm looking for a way to redirect e-mail with postfix based on sender AND recipient. What I want: Let's say I have 3 users:
[code]....
and an external address, let`s call it [URL] sends e-mails every day to andy, mark and john Now, MARK and JOHN, need the e-mail sent by [URL], but TOM doesn't need it. Is there a way to redirect ONLY the e-mail sent to TOM from [URL], to some other address, let`s say [URL] without affecting the e-mail received by MARK and JOHN? Unfortunately using SENDER ACCESS redirects ALL e-mail from [URL]
View 6 Replies
View Related
Jun 2, 2011
What is the difference between Fedora 15 Live cd & Fedora 15 Install DVD?
I am unable to install using Live cd on my Pentium 3 based system.
Will the Install DVD solve that problem?
Max ram is 512MB on my system & there is no more room for any upgrades.
View 5 Replies
View Related
Jul 11, 2011
I want to create a text based adventure game that interfaces over gmail. I'm in the process of writing a java program that will take text input, and return text output. But before I can do that, I need to find a way to use something like nail, mailx, or if absolutely necessary evolution, to import emails from gmail and pipe them into this java program. I want to do all of this independent of a GUI, so any solutions that use mailx or nail.
View 3 Replies
View Related
Nov 2, 2010
We have MS Exchange email server with postfix/amavis on FreeBSD as proxy for anti-spam and anti-virus. We use our own developed CRM and trying to implement such functionality that when CRM manager send email to CRM client or vice versa through email client like Outlook (no plugins for CRM) this message would be shown in CRM. There is already a solution to parse emails from specific emailbox and show it in CRM.
What I need is to create postfix email filter to check if sender email is in file CRM_managers_emails and recipient email is in file CRM_clients_emails then forward that email to [URL] Filter should check both incoming and outgoing messages. I will auto generate CRM_managers_emails and CRM_clients_email files containing all such emails taken from CRM database. I know i should use something like Postfix After-Queue Content Filter but most of examples are for blocking emails.
View 3 Replies
View Related
Jul 1, 2010
According to gparted I have a few unallocated partition. How do I make use of them? If create a new partition should i use ntfs format or ext3 format? If I use one type, the other OS cannot read the other.
View 8 Replies
View Related
Jan 26, 2010
Is there any way to have Fedora use gmail as the default system email instead of thunderbird or evolution?
View 1 Replies
View Related
Apr 20, 2011
I am trying to configure evolution to work with MS Exchange but cannot get it to work. I also have an android phone which is dead easy to configure, but I've tried so may settings but cannot get evolution to connect. Anyone also having had this problem and finally solved it? I also tried DavMail with no luck.
View 6 Replies
View Related
Mar 23, 2010
I have been trying to configure ftp server so that customers can download some software applications and utilities just by following a link, for example like URL.... Does any one have idea on this.
View 2 Replies
View Related
Jan 5, 2016
I install a qt application through apt-get. After launching the app, its font looks like the link shown : [URL] ....
How can I adjust the font to allow the app display font correctly?
Environment: stretch/sid, QT5 (libqt5gui5 libqt5multimedia5 libqt5network5 libqt5qml5 libqt5quick5 libqt5widgets5 qml-module-qtquick-controls qml-module-qtquick-dialogs qml-module-qtmultimedia)
View 0 Replies
View Related
Jun 30, 2009
I want to configure a ACL Permit/ Deny, what steps I need to keep in consideration.
View 2 Replies
View Related
Dec 12, 2010
When I first encountered this problem, I though it would be a simple solution, but i must just be missing something obvious.i have a few name based hosts configured in apache.when i go to "www.adomainname.com" i get the first website on this list, not "adomainname.com", as i would like. Does anyone have any ideas on how to fix this?here is the relevant part of my config files:
Code:
<VirtualHost *:80>
DocumentRoot "/var/www/httest"
[code]....
View 4 Replies
View Related
Feb 3, 2011
i am using fedora (2.6.35.6-45.fc14.i686), i am not able to configure the usb based wireless adapter, its DWA 125(Dlink) uses ra chipset.
lsusb
here is the output
Bus 001 Device 002: ID 07d1:3c0d D-Link System DWA-125 Wireless N 150 Adapter(rev.A1) [Ralink RT2870]
i have got the driver loaded with the help of modprobe, still unable able to make it right. when i use system-config-network - wireless - no sign of RT2870.
View 2 Replies
View Related
Jun 4, 2011
I have Ubuntu 11 up-to-date, on an Asus EEEPC Netbook. I can't configure Evolution, because the screen resolution is small and the window goes beyond the screen, the buttons are not visible. The window cannot be resized.
View 3 Replies
View Related
Apr 18, 2011
how to configure linux for email to send andplz alos guide me what will be the command for
sending? am using oracle linux version 5.5.19 enterprise edition.
View 4 Replies
View Related
Feb 9, 2010
Can I configure email forwarder in Webmin?
View 1 Replies
View Related
Mar 2, 2011
I have installed nagios in centos and its working fine.
I need to configure email alerts for nagios.
I have already configured nagios to send email alerts for warning,critical and recovery for 24/7.
1) i need to configure nagios to send email alerts twice a day
a) morning at 8am
b) evening at 6pm
2)i need nagios to send email alerts only "current status" of the host and services twice a day (morning and evening).
View 4 Replies
View Related