Ubuntu :: Kmail Won't Send To Groups?
May 12, 2010
Running 9.04 with Kmail 1.12.2 with KDE 4.3. Akonadi is activated. Everything works except I cannot email to a distribution list. Am using POP3 with SMPTE. Comes back with
p, li { white-space: pre-wrap; } Message sending failed since the following recipients were rejected by the server: test@steve-laptop (The server responded: "test@steve-laptop failed to route the address")
So I unchecked the default-domain inside my sending option for SMPTE and same thing.
Is there a manual switch or setting in kmailrc? I looked and didn't see anything. Doing the same thing on 3 different computers. Tried searching the net but couldn't find anything.
View 1 Replies
ADVERTISEMENT
Mar 18, 2010
how to use kaddressbook groups in kmail?
I can create groups, but when I send an e-mail to one of these groups it is sent to group_name@localhost, which, obviously, is not what I want. Some versions back this worked perfectly, but now it seems that there is no way.
I use opensuse 11.1 with kde 4.4.1
View 4 Replies
View Related
Dec 4, 2010
Did anyone manage to use distributions lists (called "groups") in kaddressbook ? (in Kubuntu 10.04)
I can't imagine an email client without this feature, but here it is:
* in kaddressbook I can create a new group and add email adresses in it. Say I call it "Family"
* now I expect to right-click on it and have a menu giving me the possibility of "send an email to the group"... nope.
* OK, I go to kmail, new message, and on the right of the address slot, I click on "select". Then ah! it seems I can select my "Family" (now it's called a "distribution list"). I click "Add", and now my recipient is "Family"... I'm a bit suspicious, but OK, let's send the message...
of course it doesn't work: I immediately get <Family@my-laptop>: Recipient address rejected: Access denied
* OK, I want to do it again, but now after "select", I am curious and open the "Family" list (by clicking on the "+" on the left). Surprise: most of my contacts in it appear empty (yes, empty lines) !But not all of them...So I can't even manually select them all.
* Conclusion: groups of contacts (or distribution lists) are completely screwed up in kubuntu 10.04.
View 9 Replies
View Related
Jul 5, 2011
I am using KMail 1.13.7, and receiving mail works fine, but sending mail via SMTP through Gmail doesn't work. When I try to send email it give me "Transport 'Gmail.com' is invalid". I have tried deleting the account and recreating it to no avail, and I even tried changing smtp.gmail.com to smtp.googlemail.com, with the exact same error.
View 5 Replies
View Related
Aug 23, 2010
I need help with my K mail I set everything up correctly but it does not send nor recieve email to my kmail. I however did recieve my email to my windows base email through charter internet but not through K mail can
View 2 Replies
View Related
Aug 26, 2010
I use my university email account and i want to save a backup of my sent emails in other account (gmail). So, is there any way to configure kmail to send automatically a BCC to my gmail account everytime i send an email, i mean, without having to write it everytime cause i forgot to do it sometimes.
View 5 Replies
View Related
Feb 8, 2011
i am having problems sending emails via kmail. i am using kde 4.4.4 sending on port 25
View 9 Replies
View Related
Apr 5, 2011
How do I get kmail to send an email to back to the same account I am using it from? For example - if I am using kmail for the account me@email.net and I have something from an irc chat or IM I need to keep for future reference (instructions for something, contact info for someone, etc.) I open a new blank email in kmail, address it to myself, copy in the info and hit send, but the message never arrives. I have previously used this method with Thunderbird and Evolution and it works in both of them just fine but does not ever work in kmail.
View 1 Replies
View Related
Feb 7, 2011
I am using KMail Version 1.13.5 and until recently i am no longer able to download or send mail without having to restart the app several times, when i have logged into my webmail, i can see that there is clearly mail there, but kmail doesnt see it. i use pop3 and smtp protocols and they have worked fine until now?
View 4 Replies
View Related
Feb 4, 2011
I already know of a work around to fix this problem, but I guess my question is why is this not working as expected? I am using a Windows Server 2008 R2 Active Directory for authentication.
I have run auth-client-config for the ldap profile and pam-auth-update. When running getent passwd, I get a list of both the local users and the users in the active directory (with populated information in the Unix schema extension). When running getent group I get a list of both the local groups and the groups in the active directory (with populated information in the Unix schema extension).
Interestingly enough, though, when I run su DOMAINUSER, after the prompt for the password I get an authentication error. In /var/log/auth.log I can see an entry with pam_ldap: missing "host" in file "/etc/ldap.conf". The SRV records in the DNS servers resolve correctly. I've checked this with nslookup and I have seen the records within my zone file. Obviously if the ldap.conf file is working with getent and the ldap server is resolving from the SRV records, it is working fine.
The interesting part is that the Windows Server 2008 R2 AD machine shows in the event viewer that there was a successful authentication, yet the Ubuntu box says no. When I add the host within the ldap.conf file, everything works...getent and the actual authentication, either initial login or su.
[Code]...
View 1 Replies
View Related
Oct 12, 2010
I am currently trying to set up a Samba domain server. In the Samba-HOWTO-Collection I found an
example file.(Point 3.3.3.1) In the explanations of the example below, the author says I need to map UNIX Groups to NT Groups. He writes a shell-script of how one could do it, but when I copy it and then execute it, I get the error:
Bad option: rid=512
Bad option: rid=513
Bad option: rid=514
The other groups do get mapped, just the Domain Admins, Domain Users and Domain Guests dont. This is the shell from the HOWTO:
#!/bin/bash
#### Shell-Skript f ̈r sp ̈tere Verwendung aufbewahren
net groupmap modify ntgroup="Domain Admins" unixgroup=ntadmins rid=512
net groupmap modify ntgroup="Domain Users" unixgroup=users rid=513
net groupmap modify ntgroup="Domain Guests" unixgroup=nobody rid=514
[Code]...
View 2 Replies
View Related
Jun 8, 2010
So i am at the stage of about to install the basic system and am using a derivation of the package management provided by Matthias S. Benkmann. To this end I am using his useradd and groupadd scripts to update the files:
/etc/passwd
/etc/group
My issue is that when I run the commands(created as part of temporary system when installing coreutils):
Code:
/tools/bin/su linux
#then as user
/tools/bin/groups
(here linux is the name of the user) This only returns the user being in the group named after user but not the additional group of 'install' Also, prior to logging in as user, if I use this command as root:
Code:
/tools/bin/groups linux
linux install This then returns that the user is in the correct groups. Lines from relevant files look like:
Code:
#/etc/passwd
linux:x:10000:10000::/usr/src/build:/bin/bash
#/etc/group
[code].....
View 8 Replies
View Related
Apr 17, 2010
I have been using kmail on opensuse (11.2) for about 3 months with few issues. I usually launch using alt+F2, type "kma" and it appears top of the list. I have turned on my laptop today and kmail has simply disappeared. I have gone through the ghekko and the only mail client listed is thunderbird. It is not in the alt+F2 menu. If I type kmail in konsole I get the "if kmail is not a typo" speech. I've also tried using kontact (for the first time) to see if my mail appears there
View 4 Replies
View Related
Aug 17, 2011
I'm writing a script that will send an alert email given certain conditions. I have the impression that sendmail is what I need to do that. I just don't know how to use sendmail at all. I assume I have to set it up like a typical mail client so that it has a mail server to log into to send from.
I've looked through the man pages, but I can't find anything in plain English there on how to set it up, or how to use it once it is set up.
View 14 Replies
View Related
Jan 20, 2011
in the middle of script, i need to send the output of (send command on line 8) to a file
#!/usr/bin/expect
spawn telnet 172.20.64.133
expect "ENTER USERNAM <"
[cod]....
i treid the below on line 8 :
1- send "show command;
" > logfile.txt : gives an error extra character after the "
2- logsave logfile.txt 'send "show command;
" ': error invalid command
3- i simply tried to send the output of the whole script to file logsave /home/logfile ./script : seems that logsave work under root only
4- ./script > logfile : the problem with this is that the output of echo or (read "enter your id") command will not be displayed on the screen (actually nothing will be displayed, i have to open the log file to see the output). is there any way to save the log of the "send" ? or to save the log of the complete script without hiding the output on the screen?
View 2 Replies
View Related
May 4, 2010
After reinstalling with Kubuntu 10.04 my e-mail addresses stored in Kontact don't show up in the list of e-mail addresses when choosing addresses in a new e-mail. When I open my addressbook I can see all addresses.
View 2 Replies
View Related
Apr 8, 2010
How long normaly keep the mail server send mails on the outbox queue and try to send? What about hotmail, gmx and gmail mail server?
View 1 Replies
View Related
Feb 1, 2010
After the update to 4.5.5 all the kmail templates was replaced with %BLANK. Which means no more quotes, signatures etc. This is for karmic-backports
Probably some post-scripts which didn't work
View 1 Replies
View Related
Mar 21, 2010
I just upgraded to 10.04LTS and so far, so good! Every thing is running smoothly, except my email clients. Neither Kontact or Kmail will start up. This Akonadi Server thing keeps giving me an error. this is the report that I get when it fails to run:
Code:
Akonadi Server Self-Test Report
===============================
Test 1: SUCCESS
--------
[Code]....
View 3 Replies
View Related
Oct 16, 2010
Just installed Kubuntu 10.10, configuring it now. The problem is, that I would like to use KMail, but I've got to import the settings, mailbox etc. I made a backup through Evolution, wich ended up as a .tar.gz. I tried to open it though the KMail backup program. But it just won't load the mails or lettings. It just doesn't work. I tried Evolution 1.x backup end Evolution 2.x backup. Both didn't work.
View 1 Replies
View Related
Aug 11, 2010
I use kmail in kubuntu 8.04. Whenever I have a wired connection, kmail checks email and sends messages just fine. However, any time I switch to wireless, kmail just says "No new messages," without even checking. I am also unable to send email over wireless.
View 5 Replies
View Related
Nov 18, 2010
Using Ubuntu 10.10
Added a LOT of names and addresses into Kontact Contacts. Now, how do I get these names and addresses into Kmail address book?
View 1 Replies
View Related
Jun 25, 2010
I have Fedora 10. Does Fedora 10 include KDE? If so, I do I use KDE? I would like to use Kmail instead of Evolution.
View 1 Replies
View Related
Feb 20, 2010
At last, I am serious converting from openSUSE/KDE3.5 to openSUSE 11.2/KDE 4. Being a bit retarded in this, the following must have been solved by many.
After starting Kmail in KDE 4 I managed to see all my mails. I also managed to get my filters moved from old to new (had to go back to 3.5 to export them first).
But I still fail to see how to copy my accounts/identities, etc. It is not done automaticaly, there is no export function I could find. How to manage this?
EDIT: must be 3.5 in the title. Done by a nice mod.
View 9 Replies
View Related
Oct 7, 2010
On my OpenSuse 11.2 KDE 4.3.5, when I launch kmail for the first time it does not start. I have to re-launch it to get it running. By launching it from the command line, I get the message:
[code]...
I find all this quite annoying. What could be the solution?
View 3 Replies
View Related
May 22, 2010
I am trying to configure Kmail with GPG. I followed steps described in [URL].
The official manual says:
Then click Modify > Advanced > OpenPGP Key
It will automatically go to the path of your gpgkey, that is ~/.gnupg
In reality: It does not automatically go anywhere, but provides a menu to change OpenPGP encryption key. When I click on the button to change my key it shows me a selection menu with my key in it. When I select it, the red cross appears on the icon near the key and the "OK" button remains grey, so I can not do anything. Did anybody try to configure Kmail with GPG? How do you configure Kmail to use your keys?
View 1 Replies
View Related
Feb 28, 2010
I have just installed Alien Bob's kde 4.4 packages as per his README instructions over a fresh install of current as of 31 Jan.
I can open a kde session but have problems with running kde applications. Non kde applications such as Firefox, Scanlite, Geany, Gopdit open fine but so far kde applications are hit or miss.
I could launch kmail but not others. Kwrite from quicklaunch gave me a "KDEInit could not launch /usr/bin/kwrite in a pop up but konqueror, dolphin, kcalc to name a few just don't launch with a click and leave no error messages.
I have tried running them from XFC's terminal and I get the following:
Quote:
bash-3.1$ dolphin
bash: /usr/bin/dolphin: cannot execute binary file
bash-3.1$ ls -l /usr/bin/dolphin
-rwxr-xr-x 1 root root 631240 2010-02-06 03:41 /usr/bin/dolphin
View 2 Replies
View Related
Feb 23, 2010
When I click the detailed progress window button in the bottom window of KMail when checking email the progress bar is see through.
See the attached for a screenshot.
I want to confirm this is just happening to me then if it isn't I can report it as a bug.
View 1 Replies
View Related
May 11, 2011
maybe a dumb question but can you unistall the Email program that comes with Ubuntu, evolution and install KDE's Kmail?
View 1 Replies
View Related
Dec 20, 2010
I am logged in with the account i created with ubuntu back in 10.4 but i cant do anything with the users and groups management tool any idea's what might be wrong? It also doesnt ask to escalate provilages when i run it which i suspect is part of the issue.
View 2 Replies
View Related