Drupal + Postfix Integration Under Ubuntu 8.04 (Hardy) - Page 6
Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Deliver Incoming Mails Through the Dovecot LDATo make Postfix use Dovecot you need to append one line to /etc/postfix/master.cf: vim /etc/postfix/master.cf dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}
Reload Postfix: /etc/init.d/postfix reload Now make Postfix deliver mails through this service: postconf -e virtual_transport=dovecot
Configure DovecotDovecot supports PO3, POP3S, IMAP and IMAPS. To enable all these services modify /etc/dovecot/dovecot.conf to match the following settings: vim /etc/dovecot/dovecot.conf protocols = imap imaps pop3 pop3s
mail_location = maildir:/home/vmail/%d/%n/Maildir
auth default {
mechanisms = plain login
passdb sql {
args = /etc/dovecot/dovecot-sql.conf
}
userdb static {
args = uid=5000 gid=5000 home=/home/vmail/%d/%n allow_all_users=yes
}
socket listen {
master {
path = /var/run/dovecot/auth-master
mode = 0600
user = vmail
}
client {
path = /var/spool/postfix/private/auth
mode = 0600
user = postfix
group = postfix
}
}
}
protocol lda {
log_path = /home/vmail/dovecot-deliver.log
global_script_path = /home/vmail/globalsieverc
postmaster_address = postmaster@example.com
auth_socket_path = /var/run/dovecot/auth-master
mail_plugins = cmusieve
}
Edit /etc/dovecot/dovecot-sql.conf and make sure the following directives are set: vim /etc/dovecot/dovecot-sql.conf driver = mysql connect = host=127.0.0.1 dbname=drupal_example_com user=drupal_example_com password=opensesame default_pass_scheme = PLAIN-MD5 password_query = SELECT mail AS user, pass AS password FROM users WHERE mail='%u'; Then you must restart Dovecot: /etc/init.d/dovecot restart That’s it! Now Drupal and Postfix share the same authentication repository.
References
|
Sponsored Links:
Turn your desk phone and mobile phone into one with Sprint Mobile Integration.
www.seamlessenterprise.com
One number. One voicemail. Seize the lead. Sprint Mobile Integration.
www.seamlessenterprise.com
One Number. One Voicemail.
Make it easier for clients to reach you. Turn your desk phone and mobile phone into one with Sprint Mobile Integration.
www.seamlessenterprise.com
One number. One voicemail. Sprint Mobile Integration.
www.seamlessenterprise.com
AT&T Synaptic Compute as a Service. Boost your power on demand.
Trial: IBM Cognos Express Reporting, Analysis & Planning
Learn benefits of Simpana software.
View the Gartner Video
www.seamlessenterprise.com
One number. One voicemail. Seize the lead. Sprint Mobile Integration.
www.seamlessenterprise.com
One Number. One Voicemail.
Make it easier for clients to reach you. Turn your desk phone and mobile phone into one with Sprint Mobile Integration.
www.seamlessenterprise.com
One number. One voicemail. Sprint Mobile Integration.
www.seamlessenterprise.com
AT&T Synaptic Compute as a Service. Boost your power on demand.
Trial: IBM Cognos Express Reporting, Analysis & Planning
Learn benefits of Simpana software.
View the Gartner Video




print: 

Recent comments
1 day 46 min ago
1 day 3 hours ago
1 day 8 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 20 hours ago
1 day 21 hours ago
2 days 59 min ago