Ave Maria! I have Dovecot and Postifx setup with MySQL - emails seem to go through the server but for some reason the pipe into the wrong Virtual Domain any ideas? Also I notice If you need any other configurations please let me know... mail.info logs: Apr 12 13:30:14 Server1 postfix/smtpd[21411]: connect from mail-qe0-f48.google.com[209.85.128.48] Apr 12 13:30:14 Server1 postfix/trivial-rewrite[21415]: warning: do not list domain ccpop.itco.co in BOTH mydestination and virtual_mailbox_domains Apr 12 13:30:14 Server1 postfix/smtpd[21411]: F365B14EE1AE: client=mail-qe0-f48.google.com[209.85.128.48] Apr 12 13:30:15 Server1 postfix/cleanup[21416]: F365B14EE1AE: message-id=<CAObOquM=KoONc2QnF6HHuzZ_9AN+-+ndymjoDQJ29og=Lxe_og at mail.gmail.com> Apr 12 13:30:15 Server1 postfix/qmgr[21407]: F365B14EE1AE: from=<dan.clovis1 at gmail.com>, size=1706, nrcpt=1 (queue active) Apr 12 13:30:15 Server1 dovecot: auth(default): master in: USER#0111#011dan at companycouk.com#011service=deliver Apr 12 13:30:15 Server1 dovecot: auth(default): master out: USER#0111#011dan at companycouk.com#011uid=5000#011gid=5000#011home=/home/vmail/companycouk.com/dan Apr 12 13:30:15 Server1 postfix/pipe[21417]: F365B14EE1AE: to=<dan at companycouk.com>, orig_to=<dan at ccpop.itco.co>, relay=dovecot, delay=0.29, delays=0.28/0/0/0.01, dsn=2.0.0, status=sent (delivered via dovecot service) Apr 12 13:30:15 Server1 postfix/qmgr[21407]: F365B14EE1AE: removed Postfix main.cf # See /usr/share/postfix/main.cf.dist for a commented, more complete version # Debian specific: Specifying a file name will cause the first # line of that file to be used as the name. The Debian default # is /etc/mailname. #myorigin = /etc/mailname smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no # appending .domain is the MUA's job. append_dot_mydomain = no # Uncomment the next line to generate "delayed mail" warnings #delay_warning_time = 4h readme_directory = /usr/share/doc/postfix # TLS parameters smtpd_tls_cert_file = /etc/postfix/smtpd.cert smtpd_tls_key_file = /etc/postfix/smtpd.key smtpd_use_tls = yes smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for # information on enabling SSL in the smtp client. myhostname = pop3.companycouk.com alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname mydestination = ccpop.itco.co, localhost, localhost.localdomain, companycoServer1, companycoServer1.companycoServer1 relayhost mynetworks = 127.0.0.0/8 mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all html_directory = /usr/share/doc/postfix/html message_size_limit = 30720000 virtual_alias_domains virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf virtual_mailbox_base = /home/vmail virtual_uid_maps = static:5000 virtual_gid_maps = static:5000 smtpd_sasl_auth_enable = yes broken_sasl_auth_clients = yes smtpd_sasl_authenticated_header = yes smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination virtual_create_maildirsize = yes virtual_maildir_extended = yes proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps virtual_transport = dovecot dovecot_destination_recipient_limit = 1 God Bless Dan
Am 12.04.2013 15:03, schrieb Dan Clovis:> I have Dovecot and Postifx setup with MySQL - emails seem to go through the server but for some reason the pipe > into the wrong Virtual Domain any ideas? > > Also I notice > > If you need any other configurations please let me know... > > mail.info logs: > Apr 12 13:30:14 Server1 postfix/smtpd[21411]: connect from mail-qe0-f48.google.com[209.85.128.48] > Apr 12 13:30:14 Server1 postfix/trivial-rewrite[21415]: warning: do not list domain ccpop.itco.co in BOTH > mydestination and virtual_mailbox_domainsfix this first - there is a reson for the warning! -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 263 bytes Desc: OpenPGP digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20130412/a88e6e5a/attachment.bin>
On Fri, 12 Apr 2013 14:03:16 +0100 Dan Clovis articulated:> I have Dovecot and Postifx setup with MySQL - emails seem to go > through the server but for some reason the pipe into the wrong > Virtual Domain any ideas? > > Also I notice > > If you need any other configurations please let me know...Post the output of "postconf -n". See <http://www.postfix.org/DEBUG_README.html#mail> for further details. Actually, this question probably belongs on the Postfix forum. -- Jerry ? Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________
Ave Maria! You are right, I will post it on postfix forum - however if you are gracious enough the help me - here is the output you requested.... ;) alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory = /etc/postfix html_directory = /usr/share/doc/postfix/html inet_interfaces = all mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 message_size_limit = 30720000 mydestination = companycouk.com, ccpop.itco.co, localhost, localhost.localdomain, companycoServer1, companycoServer1.companycoServer1 myhostname = pop3.companycouk.com mynetworks = 127.0.0.0/8 myorigin = /etc/mailname proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps readme_directory = /usr/share/doc/postfix recipient_delimiter = + relayhost smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_tls_cert_file = /etc/postfix/smtpd.cert smtpd_tls_key_file = /etc/postfix/smtpd.key smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtpd_use_tls = yes virtual_alias_domains virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf virtual_gid_maps = static:5000 virtual_mailbox_base = /home/vmail virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf virtual_transport = dovecot virtual_uid_maps = static:5000 On 12/04/2013 14:22, Jerry wrote:> On Fri, 12 Apr 2013 14:03:16 +0100 > Dan Clovis articulated: > >> I have Dovecot and Postifx setup with MySQL - emails seem to go >> through the server but for some reason the pipe into the wrong >> Virtual Domain any ideas? >> >> Also I notice >> >> If you need any other configurations please let me know... > Post the output of "postconf -n". See > <http://www.postfix.org/DEBUG_README.html#mail> for further details. > Actually, this question probably belongs on the Postfix forum. >
On 4/12/2013 9:42 AM, Dan Clovis wrote:> Ave Maria! > > You are right, I will post it on postfix forum - however if you > are gracious enough the help me - here is the output you > requested.... ;) > > alias_database = hash:/etc/aliases...> smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated, reject_unauth_destination but what we really want to see (and what postfix-users will want to see) is how you integrated this into postfix, not a working config before changes. Did you maybe forget the "check_policy_service" keyword? -- Noel Jones
Possibly Parallel Threads
- Stepwise logistic discrimination - II
- [MAILER-DAEMON@biostat.ku.dk: Returned mail: /home/sfe1/r-bugs/.forward: line 1: "|/home/sfe1/r-bugs/bin/new_message Rnew"... User r-bugs@biostat.ku.dk doesn't have a valid shell for mailing to programs] (PR#170)
- Dovecot.conf
- Configure Dovecot Master User
- Strong Encryption