Displaying 9 results from an estimated 9 matches for "valia".
Did you mean:
valid
2007 Mar 28
1
Deliverm, vpopmail, and valias
I'm in the final stages of testing my e-mail server to come and I seem
to have hit a roadblock.
One option of current vpopmail is to store all aliases in a valias
table, that looks like this:
+-------------+----------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+----------+------+-----+---------+-------+
| alias | char(32) | NO | MUL | | |
| domain | char(64) | NO |...
2011 Apr 25
1
dovecot lda aliases doesn't work
...swd AS password FROM vpopmail WHERE pw_name = '%n' AND
pw_domain = '%d'
user_query = SELECT pw_dir as home, 89 AS uid, 89 AS gid FROM vpopmail
WHERE pw_name = '%n' AND pw_domain = '%d'
It is querying vpopmail table all the time but forwarding addresses are
in the valias table, so it couldn't find forwarding addresses.
How can I solve this?
--
Selcuk MIYNAT
Endersys Ltd.
Sistem Destek Muhendisi / System Support Engineer
Phone : +90 216-4709423 | Fax : +90 216-4709508
Web : http://www.endersys.com.tr
Blog : http://blog.endersys.com
Twitter : http://www.twi...
2009 Jul 01
4
dovecot lda and postfix
...o understand what is going on. I am going to start with the problem
description as I see it and we will go from there.
I have postfix setup to use dovecot for tls/sasl in addition to its
normal imap/pop3 functions. Postfix is also setup to do virtual
domains, getting its information from the files valias, vmaps, and
vhosts which are all located in its /etc/postfix directory:
# Virtual domain stuff
virtual_mailbox_domains = /etc/postfix/vhosts.txt
virtual_mailbox_base = /var/spool/vmail
virtual_mailbox_maps = hash:/etc/postfix/vmaps.txt
# 1500:1500 is user virtual
virtual_uid_maps = static:1500
vi...
2013 Dec 25
2
LMTP with virtual and system users
Hi,
I have a mailsystem where i have some local users with shell access and
full home dirs which receive mail and also several SQL virtual users
only for mail.
With the virtual users, everything works fine. Mail is delivered via
LMTP and also sieve works :)
The SQL Lookup knows what to do with username at domain.com
The problem is the system user. If exim delivers the mail to the lmtp
2009 Nov 19
1
lda deliver + vpopmail
...As you see, there no reason for the deferral. How can I make deliver more verbose ?
I also have a vpopmail alias issue.
Because some domains (sadly) needs a catchall, and to keep using the useful vpopmail alias features, I'm using the following ugly script :
"
#!/bin/sh
email=`/usr/sbin/valias -- $1 2>/dev/null | cut -d" " -f3`
if [ -z "$email" ];then
email=$1
t=`/usr/sbin/vuserinfo -n -- $1 2>&1>/dev/null`
t=$?
if [ "$t" == "255" ];then
domain=`echo "${1}" | cut -d'@'...
2002 Jul 31
0
Re: [sqwebmail] vpopmail+mysql and sqwebmail authentication problems]
...d in /usr/local/mysql:
./configure --enable-mysql=y
--enable-sqlincdir=/usr/local/mysql/include/mysql/
--enable-sqllibdir=/usr/local/mysql/lib/mysql/
--enable-incdir=/usr/local/mysql/include/mysql/
--enable-libdir=/usr/local/mysql/lib/mysql/ --enable-clear-passwd=n
--enable-many-domains=y --enable-valias=y --enable-roaming-users=n
--enable-mysql-logging=y
make
su
make install-strip
to use qmail's pop deamon, create a startup script ( or in some
rc.local...):
env - PATH="/var/qmail/bin" /usr/bin/tcpserver -H -R 0 pop-3
/var/qmail/bin/qmail-popup your_mail_domain_here
/var/vpopmail/b...
2005 Dec 27
2
postfix, dovecot, sasl deliver error
...postfix main.cf:
virtual_mailbox_domains = /usr/local/etc/postfix/vhosts.txt
virtual_mailbox_base = /usr/local/var/spool/vmail
virtual_mailbox_maps = hash:/usr/local/etc/postfix/vmaps.txt
virtual_uid_maps = static:1003
virtual_gid_maps = static:1003
virtual_alias_maps = hash:/usr/local/etc/postfix/valias.txt
dovecot_destination_recipient_limit = 1
virtual_transport = dovecot
smtpd_sasl_auth_enable = yes
smtpd_recipient_restrictions = permit_mynetworks
permit_sasl_authenticated reject_unauth_destination
smtpd_sasl_authenticated_header = yes
broken_sasl_auth_clients = yes
smtpd_sasl_type = dovecot...
2020 May 05
4
Urgent - Help needed
...e_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.10.1/README_FILES
sample_directory = /usr/share/doc/postfix-2.10.1/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
unknown_local_recipient_reject_code = 550
virtual_alias_maps = hash:/etc/postfix/valias.txt
virtual_gid_maps = static:500
virtual_mailbox_base = /kw/home/pop
virtual_mailbox_domains = /etc/postfix/vhosts.txt
virtual_mailbox_maps = hash:/etc/postfix/vmaps.txt
virtual_uid_maps = static:500
[root at testserver new]# postconf -Mf
smtp inet n - n - -...
2020 May 05
2
Urgent - Help needed
I am using pop3/imap, see the below file. We can't verify any logs? This is
working fine from last one year. as part of testing we just stopped the
services for 20minutes and restarted the dovecot and postfix server using
"service <dovecot/postfix> stop/start". No issues so far...
I would like know, if the application is reading the emails from the
server, do we have any log