Displaying 15 results from an estimated 15 matches for "virtual_readme".
2017 Jun 06
3
virtual isp address, local delivery
I'm trying to understand how to deliver mail to an address locally which
is popped from my isps email account.
I access and keep these emails backed up on dovecot and use postfix smtp
to deliver mail.
The problem is that while fetchmail uses dovecot lda directly, postfix
can't include my isps domain in its $mydestination because I won't be
able to send mail to other users in that
2010 May 26
2
mixture of virtual and plain users
...o far with normal
local /etc/passwd users for domain example.com.
mail_location = maildir:~/Maildir
passdb pam {
}
userdb passwd {
}
Is it possible to add virtual domains/users to my setup
without changing example.com to a virtual domain?
I can do the postfix part with
http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox
but I'm not sure if I can mix dovecot (IMAP and maybe smtp auth) for
both local and virtual users.
Any hint would be appreciated.
best regards,
Giannis
2012 Apr 05
2
problem to configuration dovecot and postfix
Hi,
I'm having a problem with dovecot and postfix. I'm using a dovecot
version 2.0.13.
Postfix (Version: 2.8.5) config is changed according to the
http://wiki2.dovecot.org/LDA/Postfix:
I have thought to build a virtual user and virtual mailbox, and use
the functionality of the Sieve.
However, when the test set, the mail not received the mailbox. Record
that there was a "temporary
2008 Apr 17
1
How to deal with mail to unknown virtual recipients?
...do in such a situation? A catch-all
address could be set up, but to what end? It would just catch a lot of spam
over time. What is the correct way to deal with this?
More importantly: is there even anything Dovecot could (or should) do?
Thanks in advance,
Andreas
[1] http://www.postfix.org/VIRTUAL_README.html#in_virtual_other
# 1.0.10: /usr/local/etc/dovecot.conf
base_dir: /var/run/dovecot/
protocols: imap imaps pop3 pop3s managesieve
listen(default): *
listen(imap): *
listen(pop3): *
listen(managesieve): *:2000
ssl_cert_file: /path/to/ssl_cert
ssl_key_file: /path/to/private_key
login_dir: /var/ru...
2017 Jun 07
0
virtual isp address, local delivery
...> As far as I can tell, this can't be done because virtual users have to
> be in postfix $mydestination.
>
> Does someone have a better setup they can share or know how to do this?
>
>
> Hugh
Perhaps you should list it as virtual_mailbox_domain then?
http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox
Aki
2006 Jul 17
1
Postfix Virtual Users and Directory Permissions
I have followed the instruction here:
http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox
There are five virtual domains configured and each directory containing
each domain is owned by one UID/UID with permissions of 700. I can send
mail to each domain and it is stored in the appropriate Maildir under
the correct directory. The system is OpenBSD 3.8 STABLE....
2006 Dec 11
2
Mail server, IMAP question
> Dec 11 17:46:54 kines imap(nando at kines.dyndns.org):
> opendir(/usr/libexec/dovecot/imap) failed: Not a directory
My guess (you haven't provided logs or configuration information) is
that you have a misconfiguration of your mail delivery agent. It looks
like postfix is trying to deliver your mail to a directory that is
actually a file.
I'd troubleshoot that. If you get nowhere
2013 Jan 15
2
Using postfix in CentOS 6 to relay mails to First.Last@gmail.com
Hello fellow CentOS users,
I'm using:
# cat /etc/*release
CentOS release 6.3 (Final)
# rpm -qa | grep post
postfix-2.6.6-2.2.el6_1.x86_64
on 2 servers: preferans.de and (yes, funny name)
static.103.78.9.176.clients.your-server.de
I own several domains and would like all
incoming mails addressing those domains
to be forwarded to my Gmail address.
So I have setup the MX-records for my
2007 Mar 03
4
dovecot with postfifx with 200 users in /etc/passwd as local user
hi for all, someone have any experiencie with dovecot and postfix with 200
users in /etc/passwd as local user? is a funcionatly, or have some errors in
the future?, and how the users can change they passwords?, now for change
passowrd I have to use the #passwd usuerx and to add a user # adduser, the
populars commando, please some recomendation?
-------------- next part --------------
An HTML
2005 Mar 30
3
Mailscanner and Postfix
I have just followed Johnny Hughes' excellent walk-through on how to install
Postfix, MailScanner with ClamAV and Spamassassin and it seems to be running
fine during in house testing, but I want to make sure that it behaves itself
when it goes live serving about 250 users; I have read comments elsewhere
both for and against the use of Mailscanner with Postfix, and when I
mentioned the subject
2011 Jul 04
2
virtual users
Hello All;
Iam using dovecot-1.0.7-7.el5 and postfix-2.3.3-2.3.el5_6 on centos 5.6 I
want to configure mail server without system account .I can send using the
virtual account but can't receive and I have this in log file
relay=local, delay=0.02, delays=0.02/0/0/0, dsn=5.1.1, status=bounced
(unknown user: "hoda")
my main.cf is
myhostname = mail.domain.com
2009 Aug 15
11
Postfix : lda problem
Hi,
I come back with my problem:
On debian lenny, using dovecot 1.1.13-2~bpo50+1 I try to configure my
setup (with Postfix virtual
domains) to use dovecot as lda but nothing happens, as if postfix not
delegate to dovecot
I am using the contreol panel alternc (http://www.alternc.org).
All the maildir are in the format
/var/alternc/mail/i/info_domainepublic.net for info at domainepublic.net
The
2010 Jul 03
1
dovecot created mailbox empty - all mail forwarded to main MX server and cyrus-dovecot conflict
Hi all
after lots of trial and error and the help of THIS mail list, finally my
dovecot-postfix combination seems to work
yet
the dovecot mail spool always is empty
all mail forwarded to my main mail server - but i have no mail relay
configured.
why is the mail NOT in the dovecot inbox but forwarded to another mail
server ??
and why does postconf -A show cyrus and NOT dovecot ??
below some
2013 Oct 14
2
Using dovecot as LDA for postfix
Hi
Here is my environment:
Red Hat Enterprise Linux Server release 5.7 (Tikanga)
postfix-2.9.1-1.rhel5
dovecot 1.0.7
I want to config a complete postfix-dovecot mail server. First I configured postfix to use procmail, its default LDA and dovecot for pop3 and imap. I didn't changed main.cf a lot, just myhostname and a few other properties. I didn't set home_mailbox. About dovecot.conf
2011 Mar 14
4
LDA, postfix and multiple virtual users : postfix is still the MDA
Hi,
I have some trouble to use dovecot as MDA. I followed the instructions
in http://wiki.dovecot.org/LDA and http://wiki.dovecot.org/LDA/Postfix
I have multiple virtual users, stored in a LDAP server, and it look like
postfix is still delivering the mails directly to the maildirs.
Dovecot version : 1.2.15 (using the 1:1.2.15-4 squeeze packets)
postfix version : 2.7.1 (using the 2.7.1-1